1. 3cfafd3 meson: fix condition for io_uring stubs by Paolo Bonzini · 3 years, 7 months ago
  2. 5111eda modules: use modinfo for qemu opts load by Gerd Hoffmann · 3 years, 7 months ago
  3. 5f50be9 async: the main AioContext is only "current" if under the BQL by Paolo Bonzini · 3 years, 8 months ago
  4. caff255 tpm: Return QMP error when TPM is disabled in build by Philippe Mathieu-Daudé · 3 years, 8 months ago
  5. e542b71 sysemu: Make TPM structures inaccessible if CONFIG_TPM is not defined by Stefan Berger · 3 years, 8 months ago
  6. 11fb99e i386: Eliminate all TPM related code if CONFIG_TPM is not set by Stefan Berger · 3 years, 8 months ago
  7. f9dc72d Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210527-pull-request' into staging by Peter Maydell · 3 years, 8 months ago
  8. 62c0ac5 Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210526' into staging by Peter Maydell · 3 years, 8 months ago
  9. 5752519 virtio-gpu: Add helpers to create and destroy dmabuf objects by Vivek Kasireddy · 3 years, 8 months ago
  10. 9192a40 stubs: Add stubs for udmabuf helpers by Vivek Kasireddy · 3 years, 8 months ago
  11. feece4d cpu: Move CPUClass::vmsd to SysemuCPUOps by Philippe Mathieu-Daudé · 3 years, 9 months ago
  12. 632a887 qemu-config: load modules when instantiating option groups by Paolo Bonzini · 3 years, 9 months ago
  13. e4f3ede Merge remote-tracking branch 'remotes/kraxel/tags/usb-20210505-pull-request' into staging by Peter Maydell · 3 years, 9 months ago
  14. 9c3c834 hw/usb: Do not build USB subsystem if not required by Philippe Mathieu-Daudé · 3 years, 9 months ago
  15. 4c386f8 Do not include sysemu/sysemu.h if it's not really necessary by Thomas Huth · 3 years, 10 months ago
  16. e015029 yank: Always link full yank code by Lukas Straub · 3 years, 10 months ago
  17. 1a92d6d yank: Remove dependency on qiochannel by Lukas Straub · 3 years, 10 months ago
  18. b1eee9b qemuutil: remove qemu_set_fd_handler duplicate symbol by Paolo Bonzini · 3 years, 11 months ago
  19. 6b5fe13 semihosting: Move include/hw/semihosting/ -> include/semihosting/ by Philippe Mathieu-Daudé · 3 years, 11 months ago
  20. 366a85e replay: fix icount request when replaying clock access by Pavel Dovgalyuk · 4 years ago
  21. 9b45a02 qapi/meson: Restrict qdev code to system-mode emulation by Philippe Mathieu-Daudé · 4 years ago
  22. 228e3ec Fix build with new yank feature by adding stubs by Lukas Straub · 4 years ago
  23. 5a1ee60 chardev: do not use machine_init_done by Paolo Bonzini · 4 years, 2 months ago
  24. 164dafd remove preconfig state by Paolo Bonzini · 4 years, 3 months ago
  25. b430b51 util/vfio-helpers.c: Use ram_block_discard_disable() in qemu_vfio_open_pci() by David Hildenbrand · 4 years, 2 months ago
  26. d67ef04 stubs/xen-hw-stub: drop xenstore_store_pv_console_info stub by Alex Bennée · 4 years, 3 months ago
  27. a95e039 Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging by Peter Maydell · 4 years, 3 months ago
  28. cbc20bf block: move block exports to libblockdev by Stefan Hajnoczi · 4 years, 4 months ago
  29. 9b1c911 replay: do not build if TCG is not available by Claudio Fontana · 4 years, 4 months ago
  30. e69ee45 monitor: Make current monitor a per-coroutine property by Kevin Wolf · 4 years, 4 months ago
  31. 41725fa qmp: Call monitor_set_cur() only in qmp_dispatch() by Kevin Wolf · 4 years, 4 months ago
  32. 947e474 monitor: Use getter/setter functions for cur_mon by Kevin Wolf · 4 years, 4 months ago
  33. cda3825 gdbstub: add reverse continue support in replay mode by Pavel Dovgalyuk · 4 years, 4 months ago
  34. fda8458 gdbstub: add reverse step support in replay mode by Pavel Dovgalyuk · 4 years, 4 months ago
  35. b39847a migration: introduce icount field for snapshots by Pavel Dovgalyuk · 4 years, 4 months ago
  36. 430065d cpus: prepare new CpusAccel cpu accelerator interface by Claudio Fontana · 4 years, 6 months ago
  37. 8191d36 icount: rename functions to be consistent with the module name by Claudio Fontana · 4 years, 5 months ago
  38. 740b175 cpu-timers, icount: new modules by Claudio Fontana · 4 years, 5 months ago
  39. c834596 hw/xen: Split x86-specific declaration from generic hardware ones by Philippe Mathieu-Daudé · 4 years, 5 months ago
  40. 71f364b stubs: Split accelerator / hardware related stubs by Philippe Mathieu-Daudé · 4 years, 5 months ago
  41. f68c014 qapi: Restrict query-uuid command to machine code by Philippe Mathieu-Daudé · 4 years, 5 months ago
  42. db0f08d qapi: Restrict query-vm-generation-id command to machine code by Philippe Mathieu-Daudé · 4 years, 5 months ago
  43. 60efffa monitor: simplify functions for getting a dup'd fdset entry by Daniel P. Berrangé · 4 years, 5 months ago
  44. 8c27876 stubs: Move qemu_fd_register stub to util/main-loop.c by Thomas Huth · 4 years, 5 months ago
  45. b0476d6 stubs: Move qemu_timer_notify_cb() and remove qemu_notify_event() stub by Thomas Huth · 4 years, 5 months ago
  46. 1538d76 stubs/cmos: Use correct include by Philippe Mathieu-Daudé · 4 years, 6 months ago
  47. a81df1b libqemuutil, qapi, trace: convert to meson by Paolo Bonzini · 4 years, 5 months ago
  48. d64072c0 Revert "tpm: Clean up error reporting in tpm_init_tpmdev()" by Markus Armbruster · 4 years, 6 months ago
  49. 3d7cad3 Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pull-request' into staging by Peter Maydell · 4 years, 7 months ago
  50. be99a9a trivial: Respect alphabetical order of .o files in Makefile.objs by Christophe de Dinechin · 4 years, 7 months ago
  51. 3af87d9 stubs: add pci_create_simple by Gerd Hoffmann · 4 years, 7 months ago
  52. 89aa165 stubs: add isa_create_simple by Gerd Hoffmann · 4 years, 7 months ago
  53. 2055dbc acpi: move aml builder code for floppy device by Gerd Hoffmann · 4 years, 7 months ago
  54. 234b749 stubs: move Xen stubs to accel/ by Paolo Bonzini · 4 years, 8 months ago
  55. da278d5 accel: Move Xen accelerator code under accel/xen/ by Philippe Mathieu-Daudé · 4 years, 9 months ago
  56. ca27b5e qom/object: Move Object typedef to 'qemu/typedefs.h' by Philippe Mathieu-Daudé · 4 years, 9 months ago
  57. 95722b2 stubs: Restrict ui/win32-kbd-hook to system-mode by Philippe Mathieu-Daudé · 4 years, 8 months ago
  58. dc70f80 stubs/Makefile: Reduce the user-mode object list by Philippe Mathieu-Daudé · 4 years, 8 months ago
  59. ad5a591 Merge remote-tracking branch 'remotes/kraxel/tags/ui-20200520-pull-request' into staging by Peter Maydell · 4 years, 8 months ago
  60. 2df9f57 ui/win32-kbd-hook: handle AltGr in a hook procedure by Volker Rümelin · 4 years, 9 months ago
  61. 2fc979c Revert "hw/display/ramfb: initialize fw-config space with xres/ yres" by Gerd Hoffmann · 4 years, 9 months ago
  62. 8e9119a hmp: Fail gracefully if chardev is already in use by Kevin Wolf · 5 years ago
  63. f27a9bb qmp: Fail gracefully if chardev is already in use by Kevin Wolf · 5 years ago
  64. 6ede81d stubs: Update monitor stubs for qemu-storage-daemon by Kevin Wolf · 5 years ago
  65. 5964ed5 stubs: Add arch_type by Kevin Wolf · 5 years ago
  66. 06a47ef stubs: add stubs for io_uring interface by Aarushi Mehta · 5 years ago
  67. 93062e2 migration: Change SaveStateEntry.instance_id into uint32_t by Peter Xu · 5 years ago
  68. b952544 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 5 years ago
  69. 8de702c semihosting: add qemu_semihosting_console_inc for SYS_READC by Keith Packard · 5 years ago
  70. 878ec29 replay: record and replay random number sources by Pavel Dovgalyuk · 5 years ago
  71. 3cad405 vmstate: replace DeviceState with VMStateIf by Marc-André Lureau · 5 years ago
  72. e0c0965 acpi: move PC stubs out of stubs/ by Paolo Bonzini · 5 years ago
  73. 0fd61a2 hw/pci-host/piix: Move i440FX declarations to hw/pci-host/i440fx.h by Philippe Mathieu-Daudé · 6 years ago
  74. e4ec5ad replay: add BH oneshot event for block layer by Pavel Dovgalyuk · 5 years ago
  75. 54d3123 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h by Markus Armbruster · 5 years ago
  76. d5938f2 Clean up inclusion of sysemu/sysemu.h by Markus Armbruster · 5 years ago
  77. fbfc29e monitor: Replace monitor_init() with monitor_init_{hmp, qmp}() by Kevin Wolf · 6 years ago
  78. 854f63d monitor: Fix return type of monitor_fdset_dup_fd_find by Yury Kotov · 6 years ago
  79. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  80. 4e7f903 semihosting: enable chardev backed output for console by Alex Bennée · 6 years ago
  81. 16932bb semihosting: introduce CONFIG_SEMIHOSTING by Alex Bennée · 6 years ago
  82. f79081b4 hw/display/ramfb: initialize fw-config space with xres/ yres by Hou Qiming · 6 years ago
  83. b15c0f7 hw/nvram/fw_cfg: Add fw_cfg_arch_key_name() by Philippe Mathieu-Daudé · 6 years ago
  84. 637de4d qemu-print: New qemu_printf(), qemu_vprintf() etc. by Markus Armbruster · 6 years ago
  85. 679cb8e monitor error: Make printf()-like functions return a value by Markus Armbruster · 6 years ago
  86. 754cb9c exec: Change RAMBlockIterFunc definition by Yury Kotov · 6 years ago
  87. 25a9d6c qapi: make query-cpu-definitions depend on specific targets by Marc-André Lureau · 6 years ago
  88. 96f75b5 qapi: make query-cpu-model-expansion depend on s390 or x86 by Marc-André Lureau · 6 years ago
  89. 0e2f453 qapi: make s390 commands depend on TARGET_S390X by Marc-André Lureau · 6 years ago
  90. 5d75648 qapi: Generate QAPIEvent stuff into separate files by Markus Armbruster · 6 years ago
  91. 1ab67b9 slirp: replace global polling with per-instance & notifier by Marc-André Lureau · 6 years ago
  92. 848c709 slirp: replace qemu_set_nonblock() by Marc-André Lureau · 6 years ago
  93. a952910 qapi: Eliminate indirection through qmp_event_get_func_emit() by Markus Armbruster · 6 years ago
  94. 51c1c13 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 6 years ago
  95. ac6dd31 acpi: build TPM Physical Presence interface by Stefan Berger · 6 years ago
  96. e05ae1d net: do not depend on slirp internals by Marc-André Lureau · 6 years ago
  97. 13399aa Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into staging by Peter Maydell · 6 years ago
  98. d10e05f tpm: Clean up error reporting in tpm_init_tpmdev() by Markus Armbruster · 6 years ago
  99. 74c0b81 replay: pass raw icount value to replay_save_clock by Paolo Bonzini · 6 years ago
  100. 7f623d0 stubs: add ramfb by Gerd Hoffmann · 6 years ago