1. 741da0d hw: cannot include hw/hw.h from user emulation by Paolo Bonzini · 11 years ago
  2. 1e00b8d hw: move CPU state serialization to migration/cpu.h by Paolo Bonzini · 9 years ago
  3. cbd62f8 hw: do not use VMSTATE_*TL by Paolo Bonzini · 11 years ago
  4. bdd9022 include: poison symbols in osdep.h by Paolo Bonzini · 9 years ago
  5. d613f8c apic: move target-dependent definitions to cpu.h by Paolo Bonzini · 9 years ago
  6. 7d0c99a explicitly include qom/cpu.h by Paolo Bonzini · 9 years ago
  7. 8ea952d arm: remove useless cpu.h inclusion by Paolo Bonzini · 11 years ago
  8. aa5a9e2 ppc: use PowerPCCPU instead of CPUPPCState by Paolo Bonzini · 9 years ago
  9. 5a975d4 mips: use MIPSCPU instead of CPUMIPSState by Paolo Bonzini · 9 years ago
  10. b4c1c6f sh4: include cpu-qom.h in files that require SuperHCPU by Paolo Bonzini · 9 years ago
  11. 4669fcc m68k: include cpu-qom.h in files that require M68KCPU by Paolo Bonzini · 9 years ago
  12. 16fd646 arm: include cpu-qom.h in files that require ARMCPU by Paolo Bonzini · 9 years ago
  13. f2937a3 log: do not use CONFIG_USER_ONLY by Paolo Bonzini · 9 years ago
  14. 4b4629d include: move CPU-related definitions out of qemu-common.h by Paolo Bonzini · 9 years ago
  15. cb8d4c8 Fix some typos found by codespell by Stefan Weil · 9 years ago
  16. cc2324d smbios: fix typo by Cao jin · 9 years ago
  17. bdc3f61 accel: make configure_accelerator return void by Wei Jiangang · 9 years ago
  18. b996aed ipack: Update e-mail address by Alberto Garcia · 9 years ago
  19. ec60965 remove comment for nonexistent structure member by Cao jin · 9 years ago
  20. 9700230 s390x: enable runtime instrumentation by Fan Zhang · 9 years ago
  21. 946e55f s390x: add compat machine for 2.7 by Cornelia Huck · 9 years ago
  22. 70f87e0 Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160513-1' into staging by Peter Maydell · 9 years ago
  23. 3213525 tcg: Remove needless CPUState::current_tb by Sergey Fedorov · 9 years ago
  24. 6f789be tcg: Rework tb_invalidated_flag by Sergey Fedorov · 9 years ago
  25. 9962c47 tcg: Clarify thread safety check in tb_add_jump() by Sergey Fedorov · 9 years ago
  26. c37e6d7 tcg: Use uintptr_t type for jmp_list_{next|first} fields of TB by Sergey Fedorov · 9 years ago
  27. f309101 tcg: Clean up direct block chaining data fields by Sergey Fedorov · 9 years ago
  28. 10b4f48 tcg: Note requirement on atomic direct jump patching by Sergey Fedorov · 9 years ago
  29. 7d14e0e tcg/arm: Make direct jump patching thread-safe by Sergey Fedorov · 9 years ago
  30. ed3d51e tcg/s390: Make direct jump patching thread-safe by Sergey Fedorov · 9 years ago
  31. 0d07abf tcg/i386: Make direct jump patching thread-safe by Sergey Fedorov · 9 years ago
  32. 76442a9 tci: Make direct jump patching thread-safe by Sergey Fedorov · 9 years ago
  33. 6b587d3 include/qemu/osdep.h: Add macros for pointer alignment by Sergey Fedorov · 9 years ago
  34. 18a60a7 include/qemu/osdep.h: Add a macro to check for alignment by Sergey Fedorov · 9 years ago
  35. 89fee74 tb: consistently use uint32_t for tb->flags by Emilio G. Cota · 9 years ago
  36. f68419e Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  37. e4f70d6 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160512' into staging by Peter Maydell · 9 years ago
  38. 39414ef spice/gl: add & use qemu_spice_gl_monitor_config by Gerd Hoffmann · 9 years ago
  39. 98292c6 quorum: implement bdrv_add_child() and bdrv_del_child() by Wen Congyang · 9 years ago
  40. e06018a Add new block driver interface to add/delete a BDS's child by Wen Congyang · 9 years ago
  41. 465fe88 block: Honor BDRV_REQ_FUA during write_zeroes by Eric Blake · 9 years ago
  42. 4df863f block: Make supported_write_flags a per-bds property by Eric Blake · 9 years ago
  43. 7b1deac block: Kill unused sector-based blk_* functions by Eric Blake · 9 years ago
  44. d4f510e ide: Switch to byte-based aio block access by Eric Blake · 9 years ago
  45. 60cb2fa block: Introduce byte-based aio read/write by Eric Blake · 9 years ago
  46. 983a160 block: Switch blk_*write_zeroes() to byte interface by Eric Blake · 9 years ago
  47. b7d17f9 block: Switch blk_read_unthrottled() to byte interface by Eric Blake · 9 years ago
  48. 8341f00 block: Allow BDRV_REQ_FUA through blk_pwrite() by Eric Blake · 9 years ago
  49. f249924 Allow users to specify the vmdk virtual hardware version. by Janne Karhunen · 9 years ago
  50. e3ddef2 block: Remove BlockDriver.bdrv_read/write by Kevin Wolf · 9 years ago
  51. 3fb0669 block: Introduce .bdrv_co_preadv/pwritev BlockDriver function by Kevin Wolf · 9 years ago
  52. cab3a35 block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writev by Kevin Wolf · 9 years ago
  53. 6b98bd6 block: plug whole tree at once, introduce bdrv_io_unplugged_begin/end by Paolo Bonzini · 9 years ago
  54. ce0f141 block: introduce bdrv_no_throttling_begin/end by Paolo Bonzini · 9 years ago
  55. a72f641 block: move restarting of throttled reqs to block/throttle-groups.c by Paolo Bonzini · 9 years ago
  56. ec46eaa i.MX: Add i.MX6 SOC implementation. by Jean-Christophe DUBOIS · 9 years ago
  57. c906a3a i.MX: Add the Freescale SPI Controller by Jean-Christophe DUBOIS · 9 years ago
  58. 53374b1 FIFO: Add a FIFO32 implementation by Jean-Christophe DUBOIS · 9 years ago
  59. 1983057 i.MX: Add i.MX6 System Reset Controller device. by Jean-Christophe DUBOIS · 9 years ago
  60. 64b8313 ACPI: move acpi_build_srat_memory to common place by Shannon Zhao · 9 years ago
  61. ea9fcbd ACPI: Fix the definition of proximity in AcpiSratMemoryAffinity by Shannon Zhao · 9 years ago
  62. e6e400d ACPI: Add GICC Affinity Structure by Shannon Zhao · 9 years ago
  63. 25caa94 gen-icount: Use tcg_set_insn_param by Edgar E. Iglesias · 9 years ago
  64. 68ab47e qapi: Change visit_type_FOO() to no longer return partial objects by Eric Blake · 9 years ago
  65. d9f62dd qapi: Simplify semantics of visit_next_list() by Eric Blake · 9 years ago
  66. 15c2f66 qapi: Split visit_end_struct() into pieces by Eric Blake · 9 years ago
  67. 3bc97fd qapi: Add visit_type_null() visitor by Eric Blake · 9 years ago
  68. adfb264 qapi: Document visitor interfaces, add assertions by Eric Blake · 9 years ago
  69. fc471c1 qapi: Consolidate QMP input visitor creation by Eric Blake · 9 years ago
  70. 42a502a qmp: Drop dead command->type by Eric Blake · 9 years ago
  71. 983f52d qapi-visit: Add visitor.type classification by Eric Blake · 9 years ago
  72. 51b9b47 qom: -object error messages lost location, restore it by Markus Armbruster · 9 years ago
  73. 54e18d3 event-notifier: Add "is_external" parameter by Fam Zheng · 9 years ago
  74. bcd82a9 iohandler: Introduce iohandler_get_aio_context by Fam Zheng · 9 years ago
  75. b065e27 virtio-input: support absolute axis config in pass-through by Ladi Prosek · 9 years ago
  76. 441330f move const_le{16, 23} to qemu/bswap.h, add comment by Gerd Hoffmann · 9 years ago
  77. a263bac virtio-input: add parenthesis to const_le{16, 32} by Gerd Hoffmann · 9 years ago
  78. a77fd4b block: Fix bdrv_drain in coroutine by Fam Zheng · 9 years ago
  79. ca58b45 ui/virtio-gpu: add and use qemu_create_displaysurface_pixman by Gerd Hoffmann · 9 years ago
  80. a378b49 virtio: merge virtio_queue_aio_set_host_notifier_handler with virtio_queue_set_aio by Paolo Bonzini · 9 years ago
  81. a8f2e5c virtio-scsi: use aio handler for data plane by Paolo Bonzini · 9 years ago
  82. 8a2fad5 virtio-blk: use aio handler for data plane by Michael S. Tsirkin · 9 years ago
  83. 344dc16 virtio: add aio handler by Michael S. Tsirkin · 9 years ago
  84. 43c696a virtio-scsi: fix disabled mode by Paolo Bonzini · 9 years ago
  85. eb41cf7 virtio-blk: fix disabled mode by Paolo Bonzini · 9 years ago
  86. 2b2cbca virtio: make virtio_queue_notify_vq static by Paolo Bonzini · 9 years ago
  87. bab47d9 Sort the fw_cfg file list by Gerd Hoffmann · 9 years ago
  88. 8d0ac88 acpi: Add missing GCC_FMT_ATTR by Stefan Weil · 9 years ago
  89. cc621a9 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  90. ca47a92 include/qemu/atomic: add compile time asserts by Alex Bennée · 9 years ago
  91. b89485a update Linux headers to 4.6 by Paolo Bonzini · 9 years ago
  92. f40eb92 spapr_drc: enable immediate detach for unsignalled devices by Michael Roth · 9 years ago
  93. 5c94b2a ppc: Rework POWER7 & POWER8 exception model by Cédric Le Goater · 9 years ago
  94. 99affd1 log: move qemu_log_close/qemu_log_flush from header to log.c by Denis V. Lunev · 9 years ago
  95. 29039ac kvm: add kvm_device_supported() helper function by Peter Xu · 9 years ago
  96. 489ef4c Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160329-2' into staging by Peter Maydell · 9 years ago
  97. 09cf9db block: Remove bdrv_(set_)enable_write_cache() by Kevin Wolf · 9 years ago
  98. 61de4c6 block: Remove BDRV_O_CACHE_WB by Kevin Wolf · 9 years ago
  99. 53e8ae0 block: Remove bdrv_parse_cache_flags() by Kevin Wolf · 9 years ago
  100. 93f5e6d block: Introduce bdrv_co_writev_flags() by Kevin Wolf · 9 years ago