1. e4ec5ad replay: add BH oneshot event for block layer by Pavel Dovgalyuk · 6 years ago
  2. 54d3123 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h by Markus Armbruster · 6 years ago
  3. d5938f2 Clean up inclusion of sysemu/sysemu.h by Markus Armbruster · 6 years ago
  4. fbfc29e monitor: Replace monitor_init() with monitor_init_{hmp, qmp}() by Kevin Wolf · 6 years ago
  5. 854f63d monitor: Fix return type of monitor_fdset_dup_fd_find by Yury Kotov · 6 years ago
  6. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  7. 4e7f903 semihosting: enable chardev backed output for console by Alex Bennée · 6 years ago
  8. 16932bb semihosting: introduce CONFIG_SEMIHOSTING by Alex Bennée · 6 years ago
  9. f79081b4 hw/display/ramfb: initialize fw-config space with xres/ yres by Hou Qiming · 6 years ago
  10. b15c0f7 hw/nvram/fw_cfg: Add fw_cfg_arch_key_name() by Philippe Mathieu-Daudé · 6 years ago
  11. 637de4d qemu-print: New qemu_printf(), qemu_vprintf() etc. by Markus Armbruster · 6 years ago
  12. 679cb8e monitor error: Make printf()-like functions return a value by Markus Armbruster · 6 years ago
  13. 754cb9c exec: Change RAMBlockIterFunc definition by Yury Kotov · 6 years ago
  14. 25a9d6c qapi: make query-cpu-definitions depend on specific targets by Marc-André Lureau · 6 years ago
  15. 96f75b5 qapi: make query-cpu-model-expansion depend on s390 or x86 by Marc-André Lureau · 6 years ago
  16. 0e2f453 qapi: make s390 commands depend on TARGET_S390X by Marc-André Lureau · 6 years ago
  17. 5d75648 qapi: Generate QAPIEvent stuff into separate files by Markus Armbruster · 6 years ago
  18. 1ab67b9 slirp: replace global polling with per-instance & notifier by Marc-André Lureau · 6 years ago
  19. 848c709 slirp: replace qemu_set_nonblock() by Marc-André Lureau · 6 years ago
  20. a952910 qapi: Eliminate indirection through qmp_event_get_func_emit() by Markus Armbruster · 6 years ago
  21. 51c1c13 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 6 years ago
  22. ac6dd31 acpi: build TPM Physical Presence interface by Stefan Berger · 6 years ago
  23. e05ae1d net: do not depend on slirp internals by Marc-André Lureau · 6 years ago
  24. 13399aa Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into staging by Peter Maydell · 6 years ago
  25. d10e05f tpm: Clean up error reporting in tpm_init_tpmdev() by Markus Armbruster · 6 years ago
  26. 74c0b81 replay: pass raw icount value to replay_save_clock by Paolo Bonzini · 6 years ago
  27. 7f623d0 stubs: add ramfb by Gerd Hoffmann · 6 years ago
  28. cb764d0 qsp: track BQL callers explicitly by Emilio G. Cota · 7 years ago
  29. 977a720 tests: don't silence error reporting for all tests by Daniel P. Berrangé · 7 years ago
  30. 62aa1d8 monitor: Fix unsafe sharing of @cur_mon among threads by Peter Xu · 7 years ago
  31. ed6e216 linux-aio: properly bubble up errors from initialization by Nishanth Aravamudan · 7 years ago
  32. 4745146 monitor: add lock to protect mon_fdsets by Peter Xu · 7 years ago
  33. 2cc0e2e pc-dimm: factor out MemoryDevice interface by David Hildenbrand · 7 years ago
  34. ed627b2 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 7 years ago
  35. 52c95ca pc-dimm: make qmp_pc_dimm_device_list() sort devices by address by Haozhong Zhang · 7 years ago
  36. a36544d replay: make locking visible outside replay code by Alex Bennée · 7 years ago
  37. c8ca2a2 vl: export machine_init_done by Peter Xu · 7 years ago
  38. 112ed24 qapi: Empty out qapi-schema.json by Markus Armbruster · 7 years ago
  39. 9af2398 Include less of the generated modular QAPI headers by Markus Armbruster · 7 years ago
  40. abb297e Include qmp-commands.h exactly where needed by Markus Armbruster · 7 years ago
  41. e688df6 Include qapi/error.h exactly where needed by Markus Armbruster · 7 years ago
  42. a37eaa5 stubs: Add stubs for ram block API by Fam Zheng · 7 years ago
  43. c39f95d tpm: add stubs by Philippe Mathieu-Daudé · 7 years ago
  44. 9aa3397 qmp: introduce query-memory-size-summary command by Vadim Galitsyn · 8 years ago
  45. ab938ae hw/acpi: Move acpi_set_pci_info to pcihp by Anthony PERARD · 8 years ago
  46. 80adf54 stubs: Add vm state change handler stubs by Fam Zheng · 8 years ago
  47. 1bfe5f0 migration: Move check_migratable() into qdev.c by Juan Quintela · 8 years ago
  48. 795c40b migration: Create migration/blocker.h by Juan Quintela · 8 years ago
  49. 93d43e7 move xen-hvm.c to hw/i386/xen/ by Anthony Xu · 8 years ago
  50. 56e2cd2 move xen-common.c to hw/xen/ by Anthony Xu · 8 years ago
  51. 3f53bc6 cpus: define QEMUTimerListNotifyCB for QEMU system emulation by Paolo Bonzini · 8 years ago
  52. 9a81b79 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 8 years ago
  53. 39164c1 qmp/hmp: add query-vm-generation-id and 'info vm-generation-id' commands by Igor Mammedov · 8 years ago
  54. 7562f90 migrate: Introduce a 'dc->vmsd' check to avoid segfault for --only-migratable by Ashijeet Acharya · 8 years ago
  55. c2b38b2 block: move AioContext, QEMUTimer, main-loop to libqemuutil by Paolo Bonzini · 8 years ago
  56. bc5c4f2 vmstate_register_with_alias_id: Take an Error ** by Dr. David Alan Gilbert · 8 years ago
  57. 0ec7b3e char: rename CharDriverState Chardev by Marc-André Lureau · 8 years ago
  58. fe44dc9 migration: disallow migrate_add_blocker during migration by Ashijeet Acharya · 8 years ago
  59. 80e5db3 machine: Make possible_cpu_arch_ids() return const pointer by Igor Mammedov · 8 years ago
  60. d525ffa stubs: remove stubs/kvm.c by Paolo Bonzini · 8 years ago
  61. a15215f build: remove --enable-colo/--disable-colo by Paolo Bonzini · 8 years ago
  62. d6da1e9 event_notifier: cleanups around event_notifier_set_handler by Paolo Bonzini · 8 years ago
  63. a0f8001 stubs: move vhost stubs to stubs/vhost.o by Paolo Bonzini · 8 years ago
  64. 858d436 stubs: group all monitor_fdset_* functions in a single file by Paolo Bonzini · 8 years ago
  65. 5564edb stubs: group stubs for user-mode emulation by Paolo Bonzini · 8 years ago
  66. 2f7b92a hw: move reset handlers from vl.c to hw/core by Paolo Bonzini · 8 years ago
  67. 671ab43 stubs: remove unused stub for serial_hd by Paolo Bonzini · 8 years ago
  68. 6a997d3 stubs: move acpi stubs to hw/acpi by Paolo Bonzini · 8 years ago
  69. cc7a736 stubs: move smbios stubs to hw/smbios by Paolo Bonzini · 8 years ago
  70. 869e9ae stubs: merge all monitor stubs in one file, remove monitor_cur_is_qmp stub by Paolo Bonzini · 8 years ago
  71. f6a51c8 aio: add AioPollFn and io_poll() interface by Stefan Hajnoczi · 8 years ago
  72. 28017e0 tests: send error_report to test log by Paolo Bonzini · 8 years ago
  73. 397d30e qemu-error: remove dependency of stubs on monitor by Paolo Bonzini · 8 years ago
  74. eab9e96 Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.8' into staging by Peter Maydell · 8 years ago
  75. d89e666 COLO: Add 'x-colo-lost-heartbeat' command to trigger failover by zhanghailiang · 8 years ago
  76. 25d0c16 migration: Switch to COLO process after finishing loadvm by zhanghailiang · 8 years ago
  77. 0b827d5 migration: Enter into COLO mode after migration if COLO is enabled by zhanghailiang · 8 years ago
  78. 35a6ed4 migration: Introduce capability 'x-colo' to migration by zhanghailiang · 8 years ago
  79. e437016 aio: introduce qemu_get_current_aio_context by Paolo Bonzini · 8 years ago
  80. 24b9462 tests: cleanup ptimer-test by Paolo Bonzini · 8 years ago
  81. 9397740 trace: remove global 'uint16 dstate[]' array by Daniel P. Berrange · 8 years ago
  82. cc9a366 Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging by Peter Maydell · 8 years ago
  83. 2bfe11c trace: Properly initialize dynamic event states in hot-plugged vCPUs by Lluís Vilanova · 8 years ago
  84. 6d0ceb8 replay: allow replay stopping and restarting by Pavel Dovgalyuk · 8 years ago
  85. 4c89275 Merge remote-tracking branch 'remotes/famz/tags/various-pull-request' into staging by Peter Maydell · 8 years ago
  86. cea2527 util: Add UUID API by Fam Zheng · 8 years ago
  87. 5b262bb tests: Add ptimer tests by Dmitry Osipenko · 8 years ago
  88. f9ae6bc Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160906-v2' into staging by Peter Maydell · 9 years ago
  89. b18b604 qmp: add QMP interface "query-cpu-model-baseline" by David Hildenbrand · 9 years ago
  90. 0031e0d qmp: add QMP interface "query-cpu-model-comparison" by David Hildenbrand · 9 years ago
  91. e09484e qmp: add QMP interface "query-cpu-model-expansion" by David Hildenbrand · 9 years ago
  92. 8eb1b9d trace: Avoid implicit bool->integer conversions by Lluís Vilanova · 9 years ago
  93. a4d50b1 trace: Remove 'trace_events_dstate_init' by Lluís Vilanova · 9 years ago
  94. 4815185 trace: Add per-vCPU tracing states for events with the 'vcpu' property by Lluís Vilanova · 9 years ago
  95. ac35f13 pc: acpi: introduce AcpiDeviceIfClass.madt_cpu hook by Igor Mammedov · 9 years ago
  96. 86e91dd acpi: Add IPMI table entries by Corey Minyard · 9 years ago
  97. 35658f6 ipmi: Add SMBIOS table entry by Corey Minyard · 9 years ago
  98. 87776ab qemu-common: stop including qemu/host-utils.h from qemu-common.h by Paolo Bonzini · 9 years ago
  99. 4b4629d include: move CPU-related definitions out of qemu-common.h by Paolo Bonzini · 9 years ago
  100. 54e18d3 event-notifier: Add "is_external" parameter by Fam Zheng · 9 years ago