summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-25mips_fulong2e: do not use isa_mmioPaolo Bonzini1-15/+10
2013-07-25mipssim: do not use isa_mmioPaolo Bonzini1-1/+4
2013-07-25ppc440_bamboo: do not use isa_mmioPaolo Bonzini1-1/+4
2013-07-25mips_malta: do not use isa_mmioPaolo Bonzini1-1/+2
2013-07-25mips_r4k: do not use isa_mmioPaolo Bonzini1-1/+5
2013-07-25mips_jazz: do not use isa_mmioPaolo Bonzini1-1/+4
2013-07-25prep: fix I/O port endiannessPaolo Bonzini1-1/+1
2013-07-25spapr_pci: remove indirection for I/O port accessAlexey Kardashevskiy1-39/+2
2013-07-25ppc_newworld: do not use isa_mmioPaolo Bonzini1-1/+4
2013-07-25ppc_oldworld: do not use isa_mmioPaolo Bonzini1-1/+4
2013-07-25sh4: do not use isa_mmioPaolo Bonzini1-1/+2
2013-07-23po/Makefile: Use macro quiet-command for nice looking messagesStefan Weil1-4/+5
2013-07-23po/Makefile: Fix generation of messages.poStefan Weil1-1/+5
2013-07-23po/Makefile: Fix *.mo generation for out-of-tree builds (regression)Stefan Weil1-8/+11
2013-07-23po/Makefile: Fix and improve help messageStefan Weil1-3/+2
2013-07-23Merge remote-tracking branch 'quintela/migration.next' into stagingAnthony Liguori11-47/+3467
2013-07-23Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori104-550/+783
2013-07-23Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...Anthony Liguori43-560/+855
2013-07-23migration: add autoconvergence documentationJuan Quintela1-0/+3
2013-07-23Fix real mode guest segments dpl value in savevmOrit Wasserman1-0/+18
2013-07-23Fix real mode guest migrationOrit Wasserman1-0/+18
2013-07-23rdma: account for the time spent in MIG_STATE_SETUP through QMPMichael R. Hines4-1/+22
2013-07-23rdma: introduce MIG_STATE_NONE and change MIG_STATE_SETUP state transitionMichael R. Hines1-7/+14
2013-07-23rdma: allow state transitions between other states besides ACTIVEMichael R. Hines1-6/+6
2013-07-23rdma: send pc.ramMichael R. Hines1-1/+32
2013-07-23rdma: core logicMichael R. Hines5-0/+3302
2013-07-23rdma: introduce ram_handle_compressed()Michael R. Hines2-10/+21
2013-07-23rdma: bugfix: ram_control_save_page()Michael R. Hines1-1/+1
2013-07-23rdma: update documentation to reflect new unpin supportMichael R. Hines1-21/+30
2013-07-23linux-user: Use X86CPU property to retrieve CPUID familyAndreas Färber1-4/+6
2013-07-23gdbstub: Change gdb_register_coprocessor() argument to CPUStateAndreas Färber5-16/+18
2013-07-23cpu: Move gdb_regs field from CPU_COMMON to CPUStateAndreas Färber3-7/+8
2013-07-23gdbstub: Change GDBState::{c,g}_cpu and find_cpu() to CPUStateAndreas Färber1-52/+52
2013-07-23cpu: Introduce CPUClass::memory_rw_debug() for target_memory_rw_debug()Andreas Färber5-15/+25
2013-07-23exec: Change cpu_memory_rw_debug() argument to CPUStateAndreas Färber13-73/+77
2013-07-23cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber55-128/+182
2013-07-23gdbstub: Change gdb_{read,write}_register() argument to CPUStateAndreas Färber1-6/+10
2013-07-23gdbstub: Change gdb_handlesig() argument to CPUStateAndreas Färber5-25/+31
2013-07-23gdbstub: Change syscall callback argument to CPUStateAndreas Färber4-5/+12
2013-07-23kvm: Change kvm_{insert,remove}_breakpoint() argument to CPUStateAndreas Färber4-14/+16
2013-07-23cpu: Change cpu_single_step() argument to CPUStateAndreas Färber4-12/+20
2013-07-23gdbstub: Update gdb_handlesig() and gdb_signalled() Coding StyleAndreas Färber1-47/+47
2013-07-23cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber23-52/+78
2013-07-23target-alpha: Copy implver to DisasContextRichard Henderson1-4/+7
2013-07-23target-alpha: Copy singlestep_enabled to DisasContextRichard Henderson1-3/+6
2013-07-23cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()Andreas Färber22-84/+49
2013-07-23target-unicore32: Implement CPUClass::set_pc()Andreas Färber1-0/+8
2013-07-23target-moxie: Implement CPUClass::set_pc()Andreas Färber1-0/+8
2013-07-23target-m68k: Implement CPUClass::set_pc()Andreas Färber1-0/+8
2013-07-23cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc()Andreas Färber15-33/+119