summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-25default-configs: add SuperIO to SH4Paolo Bonzini2-0/+14
2013-07-25default-configs: add test device to all machines supporting ISAPaolo Bonzini11-0/+11
2013-07-25sparc64: unbreakPaolo Bonzini1-19/+28
2013-07-25sh4: unbreak r2dPaolo Bonzini1-14/+25
2013-07-25mips: degrade BIOS error to warningPaolo Bonzini4-8/+4
2013-07-25pc-testdev: remove useless cpu_to_le64/le64_to_cpuPaolo Bonzini1-2/+0
2013-07-25pc-testdev: support 8 and 16-bit accesses to 0xe0Paolo Bonzini1-2/+9
2013-07-25Revert "ioport: remove LITTLE_ENDIAN mark for portio"Paolo Bonzini1-0/+1
2013-07-25isa_mmio: deletePaolo Bonzini9-91/+0
2013-07-25ebus: do not use isa_mmioPaolo Bonzini1-2/+4
2013-07-25sparc64: remove indirection for I/O port accessPaolo Bonzini1-52/+2
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