aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-25Revert "ioport: remove LITTLE_ENDIAN mark for portio"Paolo Bonzini
2013-07-25isa_mmio: deletePaolo Bonzini
2013-07-25ebus: do not use isa_mmioPaolo Bonzini
2013-07-25sparc64: remove indirection for I/O port accessPaolo Bonzini
2013-07-25mips_fulong2e: do not use isa_mmioPaolo Bonzini
2013-07-25mipssim: do not use isa_mmioPaolo Bonzini
2013-07-25ppc440_bamboo: do not use isa_mmioPaolo Bonzini
2013-07-25mips_malta: do not use isa_mmioPaolo Bonzini
2013-07-25mips_r4k: do not use isa_mmioPaolo Bonzini
2013-07-25mips_jazz: do not use isa_mmioPaolo Bonzini
2013-07-25prep: fix I/O port endiannessPaolo Bonzini
2013-07-25spapr_pci: remove indirection for I/O port accessAlexey Kardashevskiy
2013-07-25ppc_newworld: do not use isa_mmioPaolo Bonzini
2013-07-25ppc_oldworld: do not use isa_mmioPaolo Bonzini
2013-07-25sh4: do not use isa_mmioPaolo Bonzini
2013-07-23po/Makefile: Use macro quiet-command for nice looking messagesStefan Weil
2013-07-23po/Makefile: Fix generation of messages.poStefan Weil
2013-07-23po/Makefile: Fix *.mo generation for out-of-tree builds (regression)Stefan Weil
2013-07-23po/Makefile: Fix and improve help messageStefan Weil
2013-07-23Merge remote-tracking branch 'quintela/migration.next' into stagingAnthony Liguori
2013-07-23Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori
2013-07-23Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...Anthony Liguori
2013-07-23migration: add autoconvergence documentationJuan Quintela
2013-07-23Fix real mode guest segments dpl value in savevmOrit Wasserman
2013-07-23Fix real mode guest migrationOrit Wasserman
2013-07-23rdma: account for the time spent in MIG_STATE_SETUP through QMPMichael R. Hines
2013-07-23rdma: introduce MIG_STATE_NONE and change MIG_STATE_SETUP state transitionMichael R. Hines
2013-07-23rdma: allow state transitions between other states besides ACTIVEMichael R. Hines
2013-07-23rdma: send pc.ramMichael R. Hines
2013-07-23rdma: core logicMichael R. Hines
2013-07-23rdma: introduce ram_handle_compressed()Michael R. Hines
2013-07-23rdma: bugfix: ram_control_save_page()Michael R. Hines
2013-07-23rdma: update documentation to reflect new unpin supportMichael R. Hines
2013-07-23linux-user: Use X86CPU property to retrieve CPUID familyAndreas Färber
2013-07-23gdbstub: Change gdb_register_coprocessor() argument to CPUStateAndreas Färber
2013-07-23cpu: Move gdb_regs field from CPU_COMMON to CPUStateAndreas Färber
2013-07-23gdbstub: Change GDBState::{c,g}_cpu and find_cpu() to CPUStateAndreas Färber
2013-07-23cpu: Introduce CPUClass::memory_rw_debug() for target_memory_rw_debug()Andreas Färber
2013-07-23exec: Change cpu_memory_rw_debug() argument to CPUStateAndreas Färber
2013-07-23cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber
2013-07-23gdbstub: Change gdb_{read,write}_register() argument to CPUStateAndreas Färber
2013-07-23gdbstub: Change gdb_handlesig() argument to CPUStateAndreas Färber
2013-07-23gdbstub: Change syscall callback argument to CPUStateAndreas Färber
2013-07-23kvm: Change kvm_{insert,remove}_breakpoint() argument to CPUStateAndreas Färber
2013-07-23cpu: Change cpu_single_step() argument to CPUStateAndreas Färber
2013-07-23gdbstub: Update gdb_handlesig() and gdb_signalled() Coding StyleAndreas Färber
2013-07-23cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber
2013-07-23target-alpha: Copy implver to DisasContextRichard Henderson
2013-07-23target-alpha: Copy singlestep_enabled to DisasContextRichard Henderson
2013-07-23cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()Andreas Färber