- 5b50e79 cpu: Introduce CPUClass::gdb_{read,write}_register() by Andreas Färber · 12 years ago
- 986a299 gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functions by Andreas Färber · 12 years ago
- 25d8ac0 target-xtensa: Move cpu_gdb_{read,write}_register() by Andreas Färber · 12 years ago
- d0ff8d0 target-lm32: Move cpu_gdb_{read,write}_register() by Andreas Färber · 12 years ago
- cfae5c9 target-s390x: Move cpu_gdb_{read,write}_register() by Andreas Färber · 12 years ago
- c3ce8eb target-alpha: Move cpu_gdb_{read,write}_register() by Andreas Färber · 12 years ago
- 213c19d target-cris: Move cpu_gdb_{read,write}_register() by Andreas Färber · 12 years ago
- eabfc23 target-microblaze: Move cpu_gdb_{read,write}_register() by Andreas Färber · 12 years ago
- 2f93773 target-sh4: Move cpu_gdb_{read,write}_register() by Andreas Färber · 12 years ago
- 3002873 target-openrisc: Move cpu_gdb_{read,write}_register() by Andreas Färber · 12 years ago
- 814ac26 target-mips: Move cpu_gdb_{read,write}_register() by Andreas Färber · 12 years ago
- c88de14 target-m68k: Move cpu_gdb_{read,write}_register() by Andreas Färber · 12 years ago
- 58850da target-arm: Move cpu_gdb_{read,write}_register() by Andreas Färber · 12 years ago
- d19c87f target-sparc: Move cpu_gdb_{read,write}_register() by Andreas Färber · 12 years ago
- 0980bfa target-ppc: Move cpu_gdb_{read,write}_register() by Andreas Färber · 12 years ago
- f20f9df target-i386: Move cpu_gdb_{read,write}_register() by Andreas Färber · 12 years ago
- a0e372f cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regs by Andreas Färber · 12 years ago
- 19a7721 gdbstub: Drop dead code in cpu_gdb_{read,write}_register() by Andreas Färber · 12 years ago
- 47d74ef gdbstub: Fix cpu_gdb_{read,write}_register() Coding Style by Andreas Färber · 12 years ago
- 67cce56 target-xtensa: Introduce XtensaCPU subclasses by Andreas Färber · 12 years ago
- 9282b73 target-s390x: Fix CPUState rework fallout by Christian Borntraeger · 12 years ago
- 38e478e kvm: Change prototype of kvm_update_guest_debug() by Stefan Weil · 12 years ago
- 0ac46af linux-user: Avoid redundant ENV_GET_CPU() by Andreas Färber · 12 years ago
- f0ef1cf Merge remote-tracking branch 'rth/tcg-next' into staging by Anthony Liguori · 12 years ago
- b142d79 Merge remote-tracking branch 'jliu/or32' into staging by Anthony Liguori · 12 years ago
- 003e26b Merge remote-tracking branch 'mdroth/qga-pull-2013-7-25' into staging by Anthony Liguori · 12 years ago
- d1ed9f4 Merge remote-tracking branch 'kraxel/seabios-1.7.3' into staging by Anthony Liguori · 12 years ago
- 874ec3c Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging by Anthony Liguori · 12 years ago
- 340d51d qga: escape cmdline args when registering win32 service (CVE-2013-2231) by Laszlo Ersek · 12 years ago
- 108365f ga_install_service(): nest error paths more idiomatically by Laszlo Ersek · 12 years ago
- febf1c4 qga/service-win32.c: diagnostic output should go to stderr by Laszlo Ersek · 12 years ago
- d2f5ea9 pc-testdev: add I/O port to test memory.c auto split/combine by Paolo Bonzini · 12 years ago
- e7342aa memory: check memory region endianness, not target's by Paolo Bonzini · 12 years ago
- 547e920 memory: pass MemoryRegion to access_with_adjusted_size by Paolo Bonzini · 12 years ago
- e11ef3d memory: move functions around by Paolo Bonzini · 12 years ago
- 8fefa31 qtest: add test for ISA I/O space endianness by Paolo Bonzini · 12 years ago
- 9c99842 default-configs/ppc64: add all components of i82378 SuperIO chip used by prep by Paolo Bonzini · 12 years ago
- 85d3846 default-configs: add SuperIO to SH4 by Paolo Bonzini · 12 years ago
- be6d08b default-configs: add test device to all machines supporting ISA by Paolo Bonzini · 12 years ago
- 2b8fbcd sparc64: unbreak by Paolo Bonzini · 12 years ago
- b23ea25 sh4: unbreak r2d by Paolo Bonzini · 12 years ago
- b332d24 mips: degrade BIOS error to warning by Paolo Bonzini · 12 years ago
- 5040543 pc-testdev: remove useless cpu_to_le64/le64_to_cpu by Paolo Bonzini · 12 years ago
- b7faba7 pc-testdev: support 8 and 16-bit accesses to 0xe0 by Paolo Bonzini · 12 years ago
- f36a638 Revert "ioport: remove LITTLE_ENDIAN mark for portio" by Paolo Bonzini · 12 years ago
- 61fcb62 isa_mmio: delete by Paolo Bonzini · 12 years ago
- 0a70e09 ebus: do not use isa_mmio by Paolo Bonzini · 12 years ago
- 5519ad0 sparc64: remove indirection for I/O port access by Paolo Bonzini · 12 years ago
- e37b80f mips_fulong2e: do not use isa_mmio by Paolo Bonzini · 12 years ago
- bdb75c7 mipssim: do not use isa_mmio by Paolo Bonzini · 12 years ago
- 6850150 ppc440_bamboo: do not use isa_mmio by Paolo Bonzini · 12 years ago
- ee77854 mips_malta: do not use isa_mmio by Paolo Bonzini · 12 years ago
- 3959496 mips_r4k: do not use isa_mmio by Paolo Bonzini · 12 years ago
- f51100c mips_jazz: do not use isa_mmio by Paolo Bonzini · 12 years ago
- 921f804 prep: fix I/O port endianness by Paolo Bonzini · 12 years ago
- 66aab86 spapr_pci: remove indirection for I/O port access by Alexey Kardashevskiy · 12 years ago
- 2b1096e ppc_newworld: do not use isa_mmio by Paolo Bonzini · 12 years ago
- 7d52857 ppc_oldworld: do not use isa_mmio by Paolo Bonzini · 12 years ago
- 4759ab6 sh4: do not use isa_mmio by Paolo Bonzini · 12 years ago
- 41b8280 seabios: update to 1.7.3 by Gerd Hoffmann · 12 years ago
- 0cd8eaa po/Makefile: Use macro quiet-command for nice looking messages by Stefan Weil · 12 years ago
- 1fa4492 po/Makefile: Fix generation of messages.po by Stefan Weil · 12 years ago
- 00134a6 po/Makefile: Fix *.mo generation for out-of-tree builds (regression) by Stefan Weil · 12 years ago
- 18e12d4 po/Makefile: Fix and improve help message by Stefan Weil · 12 years ago
- f03d07d Merge remote-tracking branch 'quintela/migration.next' into staging by Anthony Liguori · 12 years ago
- 3988982 Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging by Anthony Liguori · 12 years ago
- 931f0ad Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into staging by Anthony Liguori · 12 years ago
- a033381 linux-user: Handle compressed ISA encodings when processing MIPS exceptions by Kwok Cheung Yeung · 12 years ago
- d02532f linux-user: Unlock mmap_lock when resuming guest from page_unprotect by Alexander Graf · 12 years ago
- b24c882 linux-user: Reset copied CPUs in cpu_copy() always by Alexander Graf · 12 years ago
- ddaa7e5 linux-user: Fix epoll on ARM hosts by Alexander Graf · 12 years ago
- 732f9e8 linux-user: fix segmentation fault passing with h2g(x) != x by Alexander Graf · 12 years ago
- 82f05b6 linux-user: Fix pipe syscall return for SPARC by Peter Maydell · 12 years ago
- c7819df linux-user: Fix target_stat and target_stat64 for OpenRISC by Peter Maydell · 12 years ago
- 9781c37 migration: add autoconvergence documentation by Juan Quintela · 12 years ago
- 3e47c24 Fix real mode guest segments dpl value in savevm by Orit Wasserman · 12 years ago
- 444ba67 Fix real mode guest migration by Orit Wasserman · 12 years ago
- ed4fbd1 rdma: account for the time spent in MIG_STATE_SETUP through QMP by Michael R. Hines · 12 years ago
- 29ae8a4 rdma: introduce MIG_STATE_NONE and change MIG_STATE_SETUP state transition by Michael R. Hines · 12 years ago
- d58f574 rdma: allow state transitions between other states besides ACTIVE by Michael R. Hines · 12 years ago
- 9b146e9 target-openrisc: Free typename in openrisc_cpu_class_by_name by Jia Liu · 12 years ago
- 4284c05 hw/openrisc: Use stderr output instead of qemu_log by Jia Liu · 12 years ago
- 68f1282 hw/openrisc: Indent typo by Jia Liu · 12 years ago
- 0033b8b rdma: send pc.ram by Michael R. Hines · 12 years ago
- 2da776d rdma: core logic by Michael R. Hines · 12 years ago
- 44c3b58 rdma: introduce ram_handle_compressed() by Michael R. Hines · 12 years ago
- de7b685 rdma: bugfix: ram_control_save_page() by Michael R. Hines · 12 years ago
- a5f56b9 rdma: update documentation to reflect new unpin support by Michael R. Hines · 12 years ago
- 6f152e9 linux-user: Use X86CPU property to retrieve CPUID family by Andreas Färber · 13 years ago
- 22169d4 gdbstub: Change gdb_register_coprocessor() argument to CPUState by Andreas Färber · 12 years ago
- eac8b35 cpu: Move gdb_regs field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
- 2e0f2cf gdbstub: Change GDBState::{c,g}_cpu and find_cpu() to CPUState by Andreas Färber · 12 years ago
- f3659ee cpu: Introduce CPUClass::memory_rw_debug() for target_memory_rw_debug() by Andreas Färber · 12 years ago
- f17ec44 exec: Change cpu_memory_rw_debug() argument to CPUState by Andreas Färber · 12 years ago
- 00b941e cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook by Andreas Färber · 12 years ago
- 385b9f0 gdbstub: Change gdb_{read,write}_register() argument to CPUState by Andreas Färber · 12 years ago
- db6b81d gdbstub: Change gdb_handlesig() argument to CPUState by Andreas Färber · 12 years ago
- 9e0c542 gdbstub: Change syscall callback argument to CPUState by Andreas Färber · 12 years ago
- 6227881 kvm: Change kvm_{insert,remove}_breakpoint() argument to CPUState by Andreas Färber · 12 years ago
- 3825b28 cpu: Change cpu_single_step() argument to CPUState by Andreas Färber · 12 years ago