aboutsummaryrefslogtreecommitdiff
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-24seabios: update to 1.7.3Gerd Hoffmann4-0/+0
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-23linux-user: Handle compressed ISA encodings when processing MIPS exceptionsKwok Cheung Yeung1-3/+43
2013-07-23linux-user: Unlock mmap_lock when resuming guest from page_unprotectAlexander Graf1-3/+7
2013-07-23linux-user: Reset copied CPUs in cpu_copy() alwaysAlexander Graf2-3/+4
2013-07-23linux-user: Fix epoll on ARM hostsAlexander Graf1-1/+4
2013-07-23linux-user: fix segmentation fault passing with h2g(x) != xAlexander Graf2-2/+10
2013-07-23linux-user: Fix pipe syscall return for SPARCPeter Maydell1-0/+3
2013-07-23linux-user: Fix target_stat and target_stat64 for OpenRISCPeter Maydell1-12/+37
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-23target-openrisc: Free typename in openrisc_cpu_class_by_nameJia Liu1-0/+1
2013-07-23hw/openrisc: Use stderr output instead of qemu_logJia Liu1-2/+2
2013-07-23hw/openrisc: Indent typoJia Liu1-1/+1
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