1. 7d52857 ppc_oldworld: do not use isa_mmio by Paolo Bonzini · 12 years ago
  2. 4759ab6 sh4: do not use isa_mmio by Paolo Bonzini · 12 years ago
  3. 0cd8eaa po/Makefile: Use macro quiet-command for nice looking messages by Stefan Weil · 12 years ago
  4. 1fa4492 po/Makefile: Fix generation of messages.po by Stefan Weil · 12 years ago
  5. 00134a6 po/Makefile: Fix *.mo generation for out-of-tree builds (regression) by Stefan Weil · 12 years ago
  6. 18e12d4 po/Makefile: Fix and improve help message by Stefan Weil · 12 years ago
  7. f03d07d Merge remote-tracking branch 'quintela/migration.next' into staging by Anthony Liguori · 12 years ago
  8. 3988982 Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging by Anthony Liguori · 12 years ago
  9. 931f0ad Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into staging by Anthony Liguori · 12 years ago
  10. 9781c37 migration: add autoconvergence documentation by Juan Quintela · 12 years ago
  11. 3e47c24 Fix real mode guest segments dpl value in savevm by Orit Wasserman · 12 years ago
  12. 444ba67 Fix real mode guest migration by Orit Wasserman · 12 years ago
  13. ed4fbd1 rdma: account for the time spent in MIG_STATE_SETUP through QMP by Michael R. Hines · 12 years ago
  14. 29ae8a4 rdma: introduce MIG_STATE_NONE and change MIG_STATE_SETUP state transition by Michael R. Hines · 12 years ago
  15. d58f574 rdma: allow state transitions between other states besides ACTIVE by Michael R. Hines · 12 years ago
  16. 0033b8b rdma: send pc.ram by Michael R. Hines · 12 years ago
  17. 2da776d rdma: core logic by Michael R. Hines · 12 years ago
  18. 44c3b58 rdma: introduce ram_handle_compressed() by Michael R. Hines · 12 years ago
  19. de7b685 rdma: bugfix: ram_control_save_page() by Michael R. Hines · 12 years ago
  20. a5f56b9 rdma: update documentation to reflect new unpin support by Michael R. Hines · 12 years ago
  21. 6f152e9 linux-user: Use X86CPU property to retrieve CPUID family by Andreas Färber · 13 years ago
  22. 22169d4 gdbstub: Change gdb_register_coprocessor() argument to CPUState by Andreas Färber · 12 years ago
  23. eac8b35 cpu: Move gdb_regs field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  24. 2e0f2cf gdbstub: Change GDBState::{c,g}_cpu and find_cpu() to CPUState by Andreas Färber · 12 years ago
  25. f3659ee cpu: Introduce CPUClass::memory_rw_debug() for target_memory_rw_debug() by Andreas Färber · 12 years ago
  26. f17ec44 exec: Change cpu_memory_rw_debug() argument to CPUState by Andreas Färber · 12 years ago
  27. 00b941e cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook by Andreas Färber · 12 years ago
  28. 385b9f0 gdbstub: Change gdb_{read,write}_register() argument to CPUState by Andreas Färber · 12 years ago
  29. db6b81d gdbstub: Change gdb_handlesig() argument to CPUState by Andreas Färber · 12 years ago
  30. 9e0c542 gdbstub: Change syscall callback argument to CPUState by Andreas Färber · 12 years ago
  31. 6227881 kvm: Change kvm_{insert,remove}_breakpoint() argument to CPUState by Andreas Färber · 12 years ago
  32. 3825b28 cpu: Change cpu_single_step() argument to CPUState by Andreas Färber · 12 years ago
  33. 5ca666c gdbstub: Update gdb_handlesig() and gdb_signalled() Coding Style by Andreas Färber · 12 years ago
  34. ed2803d cpu: Move singlestep_enabled field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  35. 801c4c2 target-alpha: Copy implver to DisasContext by Richard Henderson · 12 years ago
  36. ca6862a target-alpha: Copy singlestep_enabled to DisasContext by Richard Henderson · 12 years ago
  37. bdf7ae5 cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb() by Andreas Färber · 12 years ago
  38. b42eab2 target-unicore32: Implement CPUClass::set_pc() by Andreas Färber · 12 years ago
  39. a10b978 target-moxie: Implement CPUClass::set_pc() by Andreas Färber · 12 years ago
  40. e700604 target-m68k: Implement CPUClass::set_pc() by Andreas Färber · 12 years ago
  41. f45748f cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc() by Andreas Färber · 12 years ago
  42. 2be8d45 HACKING: Document vaddr type usage by Peter Maydell · 12 years ago
  43. 577f42c cpu: Introduce vaddr type by Andreas Färber · 12 years ago
  44. 52f3462 gdbstub: Change GDBState::query_cpu to CPUState by Andreas Färber · 12 years ago
  45. 52785d9 isa-bus: Drop isabus_bridge_init() since it does nothing by Hu Tao · 12 years ago
  46. f5ba752 ioapic: Use QOM realize for ioapic by Hu Tao · 12 years ago
  47. c118d44 kvmvapic: Use QOM realize by Hu Tao · 12 years ago
  48. 913bc63 kvm/clock: Use QOM realize for kvmclock by Hu Tao · 12 years ago
  49. 726887e hpet: Use QOM realize for hpet by Hu Tao · 12 years ago
  50. caad4eb scsi: Improve error propagation for scsi_bus_legacy_handle_cmdline() by Andreas Färber · 12 years ago
  51. 22d6aa0 megasas: Legacy command line handling fix by Andreas Färber · 12 years ago
  52. b09318c scsi/esp: Use QOM realize for scsi esp by Hu Tao · 12 years ago
  53. 5638395 fw_cfg: Use QOM realize for fw_cfg by Hu Tao · 12 years ago
  54. 7acb423 ahci: Use QOM realize for ahci by Hu Tao · 12 years ago
  55. da3bd64 pflash_cfi02: Use QOM realize for pflash_cfi02 by Hu Tao · 12 years ago
  56. e40b5f3 pflash_cfi01: Use QOM realize for pflash_cfi01 by Hu Tao · 12 years ago
  57. a3ef7a6 fdc: Improve error propagation for QOM realize by Andreas Färber · 12 years ago
  58. 940194c fdc: Use QOM realize for fdc by Hu Tao · 12 years ago
  59. 98bdc0d kvm/clock: QOM'ify some more by Hu Tao · 12 years ago
  60. 02f9a6f hpet: QOM'ify some more by Hu Tao · 12 years ago
  61. a71c7ec scsi/esp: QOM'ify some more by Hu Tao · 12 years ago
  62. 2ce92a1 fwcfg: QOM'ify some more by Hu Tao · 12 years ago
  63. b3b162c ahci: QOM'ify some more by Hu Tao · 12 years ago
  64. 3509c39 pflash-cfi02: QOM'ify some more by Hu Tao · 12 years ago
  65. f1b44f0 pflash-cfi01: QOM'ify some more by Hu Tao · 12 years ago
  66. dd3be74 fdc: QOM'ify some more by Hu Tao · 12 years ago
  67. 62d92e4 q35: Use QOM realize for q35 host bridge by Hu Tao · 12 years ago
  68. ce88812 q35: Use type-safe cast instead of direct access of parent dev by Hu Tao · 12 years ago
  69. a3560fb i440fx-pcihost: Use QOM realize for i440fx-pcihost by Hu Tao · 12 years ago
  70. 2aedfa46 i440fx: Use type-safe cast instead of direct access of parent dev by Hu Tao · 12 years ago
  71. 457215e ohci: Use QOM realize for OHCI by Hu Tao · 12 years ago
  72. 1aa0c0c ohci: QOM'ify some more by Hu Tao · 12 years ago
  73. ce72439 sysbus: Document SysBusDeviceClass::init and realize semantics by Hu Tao · 12 years ago
  74. dc4aa51 xen/xen_platform: QOM parent field cleanup by Andreas Färber · 12 years ago
  75. 51a3fe9 xen/xen_platform: QOM casting sweep by Peter Crosthwaite · 12 years ago
  76. b7578ea misc/ivshmem: QOM parent field cleanup by Andreas Färber · 12 years ago
  77. eb3fedf misc/ivshmem: QOM Upcast Sweep by Peter Crosthwaite · 12 years ago
  78. af21c74 display/vmware_vga: QOM parent field cleanup by Andreas Färber · 12 years ago
  79. 39d4598 display/vmware_vga: QOM casting sweep by Peter Crosthwaite · 12 years ago
  80. 6d27a40 misc/pci-testdev: QOM parent field cleanup by Andreas Färber · 12 years ago
  81. 40108d0 misc/pci-testdev: QOM Upcast Sweep by Peter Crosthwaite · 12 years ago
  82. 6a6b558 acpi/piix4: QOM parent field cleanup by Andreas Färber · 12 years ago
  83. 74e445f acpi/piix4: QOM Upcast Sweep by Peter Crosthwaite · 12 years ago
  84. 0d3aea5 ide/ich: QOM parent field cleanup by Andreas Färber · 12 years ago
  85. fd58922 ide/ich: QOM Upcast Sweep by Peter Crosthwaite · 12 years ago
  86. 4e5dcc7 scsi/esp-pci: QOM parent field cleanup by Andreas Färber · 12 years ago
  87. 3a15eff scsi/esp-pci: QOM Upcast Sweep by Peter Crosthwaite · 12 years ago
  88. 52190c1 scsi/megasas: QOM parent field cleanup by Andreas Färber · 12 years ago
  89. c79e16a scsi/megasas: QOM Upcast Sweep by Peter Crosthwaite · 12 years ago
  90. 725eec7 scsi/lsi53c895a: QOM parent field cleanup by Andreas Färber · 12 years ago
  91. 71186c8 scsi/lsi53c895a: QOM Upcast Sweep by Peter Crosthwaite · 12 years ago
  92. 9b7d333 usb/hcd-xhci: QOM parent field cleanup by Andreas Färber · 12 years ago
  93. 3703457 usb/hcd-xhci: QOM Upcast Sweep by Peter Crosthwaite · 12 years ago
  94. 1f8c794 net/pcnet-pci: QOM Upcast Sweep by Peter Crosthwaite · 12 years ago
  95. 88a411a net/rtl8139: QOM parent field cleanup by Andreas Färber · 12 years ago
  96. 3925751 net/rtl8139: QOM Upcast Sweep by Peter Crosthwaite · 12 years ago
  97. b08340d net/e1000: QOM parent field cleanup by Andreas Färber · 12 years ago
  98. 567a3c9 net/e1000: QOM Upcast Sweep by Peter Crosthwaite · 12 years ago
  99. 6783ecf hw: Avoid use of QOM type name macros in VMStateDescriptions by Peter Maydell · 12 years ago
  100. 3464700 tests: Add test-bitops.c with some sextract tests by Peter Maydell · 12 years ago