1. 65cb712 Merge tag 'exec-20241220' of https://github.com/philmd/qemu into staging by Stefan Hajnoczi · 10 weeks ago
  2. 32cad1f include: Rename sysemu/ -> system/ by Philippe Mathieu-Daudé · 3 months ago
  3. 5fcabe6 include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST by Richard Henderson · 2 months ago
  4. 44f2f4b hw/usb: Constify all Property by Richard Henderson · 3 months ago
  5. c8193ac Merge tag 'migration-20240104-pull-request' of https://gitlab.com/peterx/qemu into staging by Peter Maydell · 1 year, 2 months ago
  6. 0f1db06 cpus: check running not RUN_STATE_RUNNING by Steve Sistare · 1 year, 2 months ago
  7. 3abedf2 hw/usb: Constify VMState by Richard Henderson · 1 year, 2 months ago
  8. 2a8537c hw/usb: spelling fixes by Michael Tokarev · 1 year, 6 months ago
  9. 53c7c92 hw/char: Have FEWatchFunc handlers return G_SOURCE_CONTINUE/REMOVE by Philippe Mathieu-Daudé · 1 year, 8 months ago
  10. f63192b hw: replace most qemu_bh_new calls with qemu_bh_new_guarded by Alexander Bulekov · 1 year, 10 months ago
  11. fb977a8 Revert "usbredir: avoid queuing hello packet on snapshot restore" by Joelle van Dyne · 2 years, 3 months ago
  12. 0631d4b usbredir: avoid queuing hello packet on snapshot restore by Joelle van Dyne · 2 years, 10 months ago
  13. 24ce7aa modules: introduces module_kconfig directive by Jose R. Ziviani · 2 years, 9 months ago
  14. 415b732 include: move C/util-related declarations to cutils.h by Marc-André Lureau · 3 years ago
  15. fedc1c1 hw/usb/redirect.c: Stop using qemu_oom_check() by Peter Maydell · 3 years ago
  16. bf7b1ea chardev: mark explicitly first argument as poisoned by Marc-André Lureau · 3 years, 7 months ago
  17. 5e79667 usbredir: fix free call by Gerd Hoffmann · 3 years, 7 months ago
  18. 320f483 modules: add usb-redir module annotations by Gerd Hoffmann · 3 years, 8 months ago
  19. 7ec54f9 usb/redir: avoid dynamic stack allocation (CVE-2021-3527) by Gerd Hoffmann · 3 years, 10 months ago
  20. 538f049 sysemu: Let VMChangeStateHandler take boolean 'running' argument by Philippe Mathieu-Daudé · 4 years, 2 months ago
  21. 729cc68 Remove superfluous timer_del() calls by Peter Maydell · 4 years, 3 months ago
  22. 41192db Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-request' into staging by Peter Maydell · 4 years, 2 months ago
  23. 3ddba9a migration: Replace migration's JSON writer by the general one by Markus Armbruster · 4 years, 3 months ago
  24. ce35e22 qdev: Move softmmu properties to qdev-properties-system.h by Eduardo Habkost · 4 years, 3 months ago
  25. 842038f Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pull-request' into staging by Peter Maydell · 4 years, 6 months ago
  26. b42581f util/hexdump: Reorder qemu_hexdump() arguments by Philippe Mathieu-Daudé · 4 years, 6 months ago
  27. 67263b3 util/hexdump: Convert to take a void pointer argument by Philippe Mathieu-Daudé · 4 years, 6 months ago
  28. 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 6 months ago
  29. db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 6 months ago
  30. b69c3c2 qdev: Unrealize must not fail by Markus Armbruster · 4 years, 10 months ago
  31. 40c2281 Drop more @errp parameters after previous commit by Markus Armbruster · 4 years, 10 months ago
  32. 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
  33. 3c8a657 Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200113-pull-request' into staging by Peter Maydell · 5 years ago
  34. 394642a usbredir: Prevent recursion in usbredir_write by Dr. David Alan Gilbert · 5 years ago
  35. 32187f3 usb-redir: remove 'remote wakeup' flag from configuration descriptor by Yuri Benditovich · 5 years ago
  36. 083b266 chardev: Use QEMUChrEvent enum in IOEventHandler typedef by Philippe Mathieu-Daudé · 5 years ago
  37. acd51e4 hw/usb/redirect: Explicit we ignore few QEMUChrEvent in IOEventHandler by Philippe Mathieu-Daudé · 5 years ago
  38. baeed70 usb-redir: merge interrupt packets by Martin Cerveny · 6 years ago
  39. 7b84b90 usbredir: fix buffer-overflow on vmload by Marc-André Lureau · 6 years ago
  40. 54d3123 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h by Markus Armbruster · 6 years ago
  41. a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
  42. d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
  43. ca77ee2 Include migration/qemu-file-types.h a lot less by Markus Armbruster · 6 years ago
  44. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  45. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  46. 4fc12aa usb: add device checks before redirector calls to usb_ep_get() by Liam Merwick · 6 years ago
  47. 03fee66 vmstate: constify VMStateField by Marc-André Lureau · 6 years ago
  48. 246e195 hw/usb: Use the IEC binary prefix definitions by Philippe Mathieu-Daudé · 7 years ago
  49. bf78fb1 usb: correctly handle Zero Length Packets by Philippe Mathieu-Daudé · 7 years ago
  50. c7ac1ab usbredir: reorder fields in USBRedirDevice to reduce padding by zhenwei.pi · 7 years ago
  51. 44b1ff3 migration: pre_save return int by Dr. David Alan Gilbert · 7 years ago
  52. 6c60766 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 8 years ago
  53. 3065070 char: avoid chardevice direct access by Anton Nefedov · 8 years ago
  54. 81517ba char: add backend hotswap handler by Anton Nefedov · 8 years ago
  55. 3dc6f86 Convert error_report() to warn_report() by Alistair Francis · 8 years ago
  56. 1ce2610 char: make chr_fe_deinit() optionaly delete backend by Marc-André Lureau · 8 years ago
  57. 4d43a60 char: move CharBackend handling in char-fe unit by Marc-André Lureau · 8 years ago
  58. 8228e35 chardev: move headers to include/chardev by Marc-André Lureau · 8 years ago
  59. bd4a683 usb-redir: fix stack overflow in usbredir_log_data by Gerd Hoffmann · 8 years ago
  60. 2f5d45a char: add a /chardevs container by Marc-André Lureau · 8 years ago
  61. c4fe970 usb: replace handle_destroy with unrealize by Marc-André Lureau · 8 years ago
  62. 0ec7b3e char: rename CharDriverState Chardev by Marc-André Lureau · 8 years ago
  63. 2c21ee7 migration: extend VMStateInfo by Jianjun Duan · 8 years ago
  64. 07b026f usbredir: free vm_change_state_handler in usbredir destroy dispatch by Li Qiang · 8 years ago
  65. 39ab61c char: remove explicit_fe_open, use a set_handlers argument by Marc-André Lureau · 8 years ago
  66. c39860e char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinit by Marc-André Lureau · 8 years ago
  67. 5345fdb char: use qemu_chr_fe* functions with CharBackend argument by Marc-André Lureau · 8 years ago
  68. becdfa0 char: replace PROP_CHR with CharBackend by Marc-André Lureau · 8 years ago
  69. d5c4285 usb-redir: allocate buffers before waking up the host adapter by Hans de Goede · 8 years ago
  70. 87ae924 usbredir: add streams property by Gerd Hoffmann · 9 years ago
  71. 66c68a1 usb: Use DIV_ROUND_UP by Laurent Vivier · 9 years ago
  72. 84a5a80 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  73. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  74. 0ab6d12 usb: Fix compilation for Windows by Stefan Weil · 9 years ago
  75. e8ce12d usb-redirect: Avoid double free of data by Fam Zheng · 9 years ago
  76. e532b2e usb: Clean up includes by Peter Maydell · 9 years ago
  77. 98f3433 usb: Use g_new() & friends where that makes obvious sense by Markus Armbruster · 9 years ago
  78. 1618d2a maint: remove unused include for signal.h by Daniel P. Berrange · 10 years ago
  79. d7646f2 maint: remove unused include for dirent.h by Daniel P. Berrange · 10 years ago
  80. a0b1a66 Include monitor/monitor.h exactly where needed by Markus Armbruster · 10 years ago
  81. cc7a8ea Include qapi/qmp/qerror.h exactly where needed by Markus Armbruster · 10 years ago
  82. d49b683 qerror: Move #include out of qerror.h by Markus Armbruster · 10 years ago
  83. c6bd8c7 qerror: Clean up QERR_ macros to expand into a single string by Markus Armbruster · 10 years ago
  84. 5cd8cad migration: Use normal VMStateDescriptions for Subsections by Juan Quintela · 10 years ago
  85. d371cbc usb: usb-redir QOMify by Gonglei · 10 years ago
  86. 565f65d error: Use error_report_err() where appropriate by Markus Armbruster · 10 years ago
  87. e720677 vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR* by Paolo Bonzini · 10 years ago
  88. d749e10 bootindex: move calling add_boot_device_patch to bootindex setter function by Gonglei · 10 years ago
  89. 2958579 redirect: remove bootindex property from qdev to qom by Gonglei · 10 years ago
  90. 77e35b4 usb-redir: convert init to realize by Gonglei · 10 years ago
  91. 7d553f2 usb-bus: convert USBDeviceClass init to realize by Gonglei · 10 years ago
  92. e02bc6d serial: poll the serial console with G_IO_HUP by Roger Pau Monne · 11 years ago
  93. 19e8393 usb-redir: Add support for bulk streams by Hans de Goede · 11 years ago
  94. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 12 years ago
  95. e93379b aio / timers: Rename qemu_timer_* functions by Alex Bligh · 12 years ago
  96. a14ff8a usb-redir: fix use-after-free by Gerd Hoffmann · 12 years ago
  97. 125ee0e devices: Associate devices to their logical category by Marcel Apfelbaum · 12 years ago
  98. dccfcd0 sysemu: avoid proliferation of include/ subdirectories by Paolo Bonzini · 12 years ago
  99. c874ea9 usb-redir: Add flow control support by Hans de Goede · 12 years ago
  100. 3713e14 usb-redir: Fix crash on migration with no client connected by Hans de Goede · 12 years ago