1. 28ecfd7 cpu: Move icount_decr field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  2. efee734 cpu: Move icount_extra field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  3. 99df7dc cpu: Move can_do_io field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  4. 93afead cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  5. 7510454 cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook by Andreas Färber · 11 years ago
  6. 7372c2b target-m68k: Remove custom qemu_assert() function by Peter Maydell · 11 years ago
  7. 9262685 cpu: Factor out cpu_generic_init() by Andreas Färber · 11 years ago
  8. 1590bbc cpu: Implement CPUClass::parse_features() for the rest of CPUs by Andreas Färber · 11 years ago
  9. 247bf01 target-sparc: Defer SPARCCPU feature inference to QOM realize by Andreas Färber · 11 years ago
  10. 433ac7a target-sparc: Implement CPUClass::parse_features() for SPARCCPU by Andreas Färber · 11 years ago
  11. db5d39f target-sparc: Use error_report() for CPU error reporting by Andreas Färber · 11 years ago
  12. 94a444b cpu: Introduce CPUClass::parse_features() hook by Andreas Färber · 11 years ago
  13. d940ee9 target-i386: X86CPU model subclasses by Eduardo Habkost · 11 years ago
  14. 500050d target-i386: Prepare CPUClass::class_by_name for X86CPU by Andreas Färber · 11 years ago
  15. ef02ef5 target-i386: Enable x2apic by default on KVM by Eduardo Habkost · 11 years ago
  16. 8fb4f82 target-i386: Introduce x86_cpu_compat_disable_kvm_features() by Eduardo Habkost · 11 years ago
  17. 5fcca9f target-i386: Make kvm_default_features an array by Eduardo Habkost · 11 years ago
  18. 74f54bc target-i386: Don't declare variables in the middle of blocks by Eduardo Habkost · 11 years ago
  19. 9576de7 target-i386: Rename x86_def_t to X86CPUDefinition by Eduardo Habkost · 11 years ago
  20. 285f025 target-i386: Call x86_cpu_load_def() earlier by Eduardo Habkost · 11 years ago
  21. c080e30 target-i386: Rename cpu_x86_register() to x86_cpu_load_def() by Eduardo Habkost · 11 years ago
  22. 8c2e1b0 cpu: Turn cpu_has_work() into a CPUClass hook by Andreas Färber · 11 years ago
  23. 1cf5ccb target-xtensa: Clean up ENV_GET_CPU() usage by Andreas Färber · 11 years ago
  24. 6286471 target-unicore32: Clean up ENV_GET_CPU() usage by Andreas Färber · 11 years ago
  25. 2fad111 target-sparc: Clean up ENV_GET_CPU() usage by Andreas Färber · 11 years ago
  26. 2efc6be target-s390x: Clean up ENV_GET_CPU() usage by Andreas Färber · 11 years ago
  27. 33276f1 target-ppc: Clean up ENV_GET_CPU() usage by Andreas Färber · 11 years ago
  28. 19d6ca1 target-i386: Clean up ENV_GET_CPU() usage by Andreas Färber · 11 years ago
  29. 70d7466 target-arm: Clean up ENV_GET_CPU() usage by Andreas Färber · 11 years ago
  30. d2810ff target-alpha: Clean up ENV_GET_CPU() usage by Andreas Färber · 11 years ago
  31. 9d11118 cpu: Don't clear cpu->exit_request on reset by Edgar E. Iglesias · 11 years ago
  32. 57fac92 Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging by Peter Maydell · 11 years ago
  33. 41975b2 oslib-posix: Fix build on FreeBSD by Andreas Färber · 11 years ago
  34. 57ed25b block/raw-win32: bdrv_parse_filename() for hdev by Max Reitz · 11 years ago
  35. cc28c6a block/raw-posix: Strip protocol prefix on creation by Max Reitz · 11 years ago
  36. 18fa1c4 block/raw-posix: bdrv_parse_filename() for cdrom by Max Reitz · 11 years ago
  37. d3f4984 block/raw-posix: bdrv_parse_filename() for floppy by Max Reitz · 11 years ago
  38. 7af803d block/raw-posix: bdrv_parse_filename() for hdev by Max Reitz · 11 years ago
  39. f988388 qemu-io: Fix warnings from static code analysis by Stefan Weil · 11 years ago
  40. 9562f69 block: Unlink temporary file by Max Reitz · 11 years ago
  41. 27eb6c0 qcow2: Don't write with BDRV_O_INCOMING by Kevin Wolf · 11 years ago
  42. d475e5a qcow2: Keep option in qcow2_invalidate_cache() by Kevin Wolf · 11 years ago
  43. dc3dd0d qmp: add query-iothreads command by Stefan Hajnoczi · 11 years ago
  44. 88eb7c2 iothread: stash thread ID away by Stefan Hajnoczi · 11 years ago
  45. 48ff269 dataplane: replace internal thread with IOThread by Stefan Hajnoczi · 11 years ago
  46. 6e4a876 iothread: add "iothread" qdev property type by Stefan Hajnoczi · 11 years ago
  47. 7d1de46 qdev: make get_pointer() handle temporary strings by Igor Mammedov · 11 years ago
  48. be8d853 iothread: add I/O thread object by Stefan Hajnoczi · 11 years ago
  49. 98563fc aio: add aio_context_acquire() and aio_context_release() by Stefan Hajnoczi · 11 years ago
  50. 2da61b6 rfifolock: add recursive FIFO lock by Stefan Hajnoczi · 11 years ago
  51. 11f590b object: add object_get_canonical_path_component() by Stefan Hajnoczi · 11 years ago
  52. b5042a3 block: Rewrite the snapshot authorization mechanism for block filters. by Benoît Canet · 11 years ago
  53. 98d39e3 iotests: Test corruption during COW request by Max Reitz · 11 years ago
  54. 938789e block: bs->drv may be NULL in bdrv_debug_resume() by Max Reitz · 11 years ago
  55. dba2855 qcow2: Check bs->drv in copy_sectors() by Max Reitz · 11 years ago
  56. 3456a8d block: Update image size in bdrv_invalidate_cache() by Kevin Wolf · 11 years ago
  57. 26d49c4 qcow2-refcount: Sanitize refcount table entry by Max Reitz · 11 years ago
  58. be86c53 Merge remote-tracking branch 'remotes/afaerber/tags/ppc-for-2.0' into staging by Peter Maydell · 11 years ago
  59. c8d146a Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' into staging by Peter Maydell · 11 years ago
  60. 0100f42 libqtest: Avoid inline varargs functions by Peter Maydell · 11 years ago
  61. 295d51a spapr-pci: Convert fprintf() to error_report() by Alexey Kardashevskiy · 11 years ago
  62. c6ba42f spapr-pci: Convert to QOM realize by Alexey Kardashevskiy · 11 years ago
  63. fb0e843 xics-kvm: Fix reset function by Alexey Kardashevskiy · 11 years ago
  64. 8f3babb pseries: Update SLOF firmware image to qemu-slof-20140304 by Alexey Kardashevskiy · 11 years ago
  65. 7a1a4da Move QEMUMachine typedef to qemu/typedefs.h by Andreas Färber · 11 years ago
  66. 602a392 Revert "KVM: Split QEMUMachine typedef into separate header" by Andreas Färber · 11 years ago
  67. f876202 libqtest: Fix possible deadlock in qtest initialization by Marcel Apfelbaum · 11 years ago
  68. d2f69df pci: Move VMState registration/unregistration to QOM realize/unrealize by Bandan Das · 11 years ago
  69. 5c21ce7 qdev: Realize buses on device realization by Bandan Das · 11 years ago
  70. 02e7f85 qdev: Prepare realize/unrealize hooks for BusState by Bandan Das · 11 years ago
  71. 04e9a20 tests: Add spapr-pci-host-bridge qtest by Alexey Kardashevskiy · 11 years ago
  72. 2ef6662 virtio-serial-port: Convert to QOM realize/unrealize by Andreas Färber · 12 years ago
  73. 0399a38 virtio-console: QOM cast cleanup for VirtConsole by Andreas Färber · 12 years ago
  74. 6e8114a tests: Add virtio-console qtest by Andreas Färber · 11 years ago
  75. aa97405 tests: Add virtio-serial qtest by Andreas Färber · 11 years ago
  76. 26c9a01 tests: Add virtio-scsi qtest by Andreas Färber · 11 years ago
  77. b6f46f0 tests: Add virtio-rng qtest by Andreas Färber · 11 years ago
  78. 02063aa tests: Add virtio-balloon qtest by Andreas Färber · 11 years ago
  79. c7a59be tests: Add virtio-blk qtest by Andreas Färber · 11 years ago
  80. 83bb0b2 tests: Clean up IndustryPack TPCI200 gcov paths by Andreas Färber · 11 years ago
  81. dc06cbd qom-test: Test QOM properties by Andreas Färber · 11 years ago
  82. 0056ae2 hw/boards: Convert current_machine to MachineState by Marcel Apfelbaum · 11 years ago
  83. 261747f vl: Use MachineClass instead of global QEMUMachine list by Marcel Apfelbaum · 11 years ago
  84. 36d20cb hw/core: Introduce QEMU machine as QOM object by Marcel Apfelbaum · 11 years ago
  85. 49649f2 qdev-monitor-test: Don't test human-readable error message by Markus Armbruster · 11 years ago
  86. a3d7cbc qdev-monitor-test: Simplify using g_assert_cmpstr() by Stefan Hajnoczi · 11 years ago
  87. 1b8601b spapr-pci: Change the default PCI bus naming by Alexey Kardashevskiy · 11 years ago
  88. cdccf7d block/m25p80: Remove FROM_SSI_SLAVE() usages by Peter Crosthwaite · 11 years ago
  89. 1f760d5 ssi: Remove SSI_SLAVE_FROM_QDEV() macro by Peter Crosthwaite · 11 years ago
  90. 7c77b65 misc/max111x: QOM casting sweep by Peter Crosthwaite · 11 years ago
  91. 5ef4a1c misc/max111x: Create abstract max111x type by Peter Crosthwaite · 11 years ago
  92. d43269d ssi: Convert legacy SSI_BUS -> BUS casts by Peter Crosthwaite · 11 years ago
  93. 1a7d9ee ssi: Convert legacy SSI_SLAVE -> DEVICE casts by Peter Crosthwaite · 11 years ago
  94. a01aedc qom: Avoid leaking str and bool properties on failure by Stefan Hajnoczi · 11 years ago
  95. 7b03094 qdev-monitor: Set properties after parent is assigned in device_add by Amos Kong · 11 years ago
  96. 267a326 qdev: Set DeviceClass::hotpluggable default in class_init() by Igor Mammedov · 11 years ago
  97. 2b81b35 qdev: Fix bus dependency of DeviceState::hotpluggable getter by Andreas Färber · 11 years ago
  98. 750036a Merge remote-tracking branch 'remotes/afaerber/tags/prep-for-upstream' into staging by Peter Maydell · 11 years ago
  99. 2f23e9a Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into staging by Peter Maydell · 11 years ago
  100. 21143b6 prep: Update ppc_rom.bin by Andreas Färber · 11 years ago