1. bac9b87 qga: fix guest-get-disks regression by Marc-André Lureau · 3 years, 11 months ago
  2. 5aceeac qapi: Enforce struct member naming rules by Markus Armbruster · 4 years ago
  3. b86df37 qapi: Rename pragma *-whitelist to *-exceptions by Markus Armbruster · 4 years ago
  4. c98939d qga: return a more explicit error on why a command is disabled by Marc-André Lureau · 4 years ago
  5. 86dc17d qga: Switch and case should be at the same indent by AlexChen · 4 years, 4 months ago
  6. aaaed19 qga: Open brace '{' following struct go on the same by AlexChen · 4 years, 4 months ago
  7. 55b53da qga: Delete redundant spaces by AlexChen · 4 years, 4 months ago
  8. 0697e9e qga: Add spaces around operator by AlexChen · 4 years, 4 months ago
  9. 27e7de3 qga: Correct loop count in qmp_guest_get_vcpus() by Lin Ma · 4 years ago
  10. 0436c55 Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging by Peter Maydell · 4 years ago
  11. 9f34101 qga-vss: Use dynamic linking for GLib by Kostiantyn Kostiuk · 4 years ago
  12. 96291f1 qga: Utilize QAPI_LIST_APPEND in qmp_guest_network_get_interfaces by Eric Blake · 4 years, 1 month ago
  13. 95b3a8c qapi: More complex uses of QAPI_LIST_APPEND by Eric Blake · 4 years, 2 months ago
  14. c3033fd qapi: Use QAPI_LIST_APPEND in trivial cases by Eric Blake · 4 years, 2 months ago
  15. b846ab7 meson: convert wixl detection to Meson by Paolo Bonzini · 4 years, 1 month ago
  16. 8373491 Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20201222' into staging by Peter Maydell · 4 years, 2 months ago
  17. 5b723a5 qga/commands-posix: Send CCW address on s390x with the fsinfo data by Thomas Huth · 4 years, 3 months ago
  18. eab3a46 qobject: Change qobject_to_json()'s value to GString by Markus Armbruster · 4 years, 3 months ago
  19. 54aa3de qapi: Use QAPI_LIST_PREPEND() where possible by Eric Blake · 4 years, 4 months ago
  20. 9fc0ab5 qga: Tweak a guest-shutdown error message by Markus Armbruster · 4 years, 4 months ago
  21. ac84b0f qga: Replace an unreachable error by abort() by Markus Armbruster · 4 years, 4 months ago
  22. dccdb0f meson: Fix build with --disable-guest-agent-msi by Stefan Weil · 4 years, 4 months ago
  23. a8aa94b qga: update schema for guest-get-disks 'dependents' field by Michael Roth · 4 years, 4 months ago
  24. b1b9ab1 qga: fix missing closedir() in qmp_guest_get_disks() by Michael Roth · 4 years, 4 months ago
  25. cad97c0 qga: add ssh-get-authorized-keys by Marc-André Lureau · 4 years, 5 months ago
  26. 2a127f9 meson: minor simplification by Marc-André Lureau · 4 years, 5 months ago
  27. 0e3c947 qga: add *reset argument to ssh-add-authorized-keys by Michael Roth · 4 years, 4 months ago
  28. 8d769ec qga: add ssh-{add,remove}-authorized-keys by Marc-André Lureau · 4 years, 5 months ago
  29. c67d2ef qga: add implementation of guest-get-disks for Windows by Tomáš Golembiovský · 4 years, 5 months ago
  30. fed3956 qga: add implementation of guest-get-disks for Linux by Tomáš Golembiovský · 4 years, 5 months ago
  31. c27ea3f qga: add command guest-get-disks by Tomáš Golembiovský · 4 years, 5 months ago
  32. 0083124 qga: Flatten simple union GuestDeviceId by Markus Armbruster · 4 years, 4 months ago
  33. 939cadd qga-win: Fix guest-get-devices error API violations by Markus Armbruster · 4 years, 4 months ago
  34. a88bcee qga: Use common time encoding for guest-get-devices 'driver-date' by Markus Armbruster · 4 years, 4 months ago
  35. b519e2e qga: Rename guest-get-devices return member 'address' to 'id' by Markus Armbruster · 4 years, 4 months ago
  36. 41725fa qmp: Call monitor_set_cur() only in qmp_dispatch() by Kevin Wolf · 4 years, 5 months ago
  37. a9eacf8 qga: relocate path to default configuration and hook by Paolo Bonzini · 4 years, 7 months ago
  38. 18240fd meson: fix MSI rule by Marc-André Lureau · 4 years, 6 months ago
  39. ac741a9 qga/qapi-schema.json: Add some headings by Peter Maydell · 4 years, 5 months ago
  40. db16115 docs/interop: Convert qemu-ga-ref to rST by Peter Maydell · 4 years, 5 months ago
  41. d73415a qemu/atomic.h: rename atomic_ to qatomic_ by Stefan Hajnoczi · 4 years, 5 months ago
  42. 5e0a8fd Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-09-16' into staging by Peter Maydell · 4 years, 6 months ago
  43. 448058a util: rename qemu_open() to qemu_open_old() by Daniel P. Berrangé · 4 years, 8 months ago
  44. 37d98ab qga/commands-win32: Fix problem with redundant protype declaration by Thomas Huth · 4 years, 6 months ago
  45. 2e4211c qga: add command guest-get-devices for reporting VirtIO devices by Tomáš Golembiovský · 4 years, 8 months ago
  46. 23843c1 qga/commands-posix: Support fsinfo for non-PCI virtio devices, too by Thomas Huth · 4 years, 8 months ago
  47. 43dadc4 qga/commands-posix: Move the udev code from the pci to the generic function by Thomas Huth · 4 years, 8 months ago
  48. d9fe4f0 qga/commands-posix: Rework build_guest_fsinfo_for_real_device() function by Thomas Huth · 4 years, 8 months ago
  49. 8ab1aab meson: install $localstatedir/run for qga by Marc-André Lureau · 4 years, 6 months ago
  50. acfdaac meson: build texi doc by Paolo Bonzini · 4 years, 7 months ago
  51. 588a19f meson: convert dummy Windows qga/qemu-ga target by Paolo Bonzini · 5 years ago
  52. 328ec32 meson: add msi generation by Marc-André Lureau · 6 years ago
  53. 7272fc7 meson: convert vss-win32 by Marc-André Lureau · 6 years ago
  54. f15bff2 meson: convert qemu-ga by Paolo Bonzini · 6 years ago
  55. f7160f3 schemas: Add vim modeline by Andrea Bolognani · 4 years, 7 months ago
  56. ba62054 qga/qapi-schema: Document -1 for invalid PCI address fields by Thomas Huth · 4 years, 8 months ago
  57. 3aaebc0 qga-win: fix "guest-get-fsinfo" wrong filesystem type by Basil Salman · 4 years, 10 months ago
  58. 0d3a8f3 qga: Use qemu_get_host_name() instead of g_get_host_name() by Michal Privoznik · 4 years, 8 months ago
  59. 844bd70 qga: fix assert regression on guest-shutdown by Marc-André Lureau · 4 years, 9 months ago
  60. 917ebcb qga-win: Fix QGA VSS Provider service stop failure by Basil Salman · 4 years, 8 months ago
  61. 992861f error: Eliminate error_propagate() manually by Markus Armbruster · 4 years, 8 months ago
  62. 668f62e error: Eliminate error_propagate() with Coccinelle, part 1 by Markus Armbruster · 4 years, 8 months ago
  63. dcfe480 error: Avoid unnecessary error_propagate() after error_setg() by Markus Armbruster · 4 years, 8 months ago
  64. b368123 qga: Plug unlikely memory leak in guest-set-memory-blocks by Markus Armbruster · 4 years, 8 months ago
  65. 51bd458 qga: Fix qmp_guest_suspend_{disk, ram}() error handling by Markus Armbruster · 4 years, 11 months ago
  66. 4155c99 qga: Fix qmp_guest_get_memory_blocks() error handling by Markus Armbruster · 4 years, 11 months ago
  67. 1329651f qga: Restrict guest-file-read count to 48 MB to avoid crashes by Philippe Mathieu-Daudé · 4 years, 11 months ago
  68. ead83a1 qga: Extract qmp_guest_file_read() to common commands.c by Philippe Mathieu-Daudé · 4 years, 11 months ago
  69. 5d3586b qga: Extract guest_file_handle_find() to commands-common.h by Philippe Mathieu-Daudé · 4 years, 11 months ago
  70. f62ebb6 Revert "prevent crash when executing guest-file-read with large count" by Philippe Mathieu-Daudé · 4 years, 11 months ago
  71. 6a4a385 qga/commands-posix: fix use after free of local_err by Vladimir Sementsov-Ogievskiy · 5 years ago
  72. 7b46aad qemu-ga: document vsock-listen in the man page by Stefan Hajnoczi · 5 years ago
  73. a23f38a qga: Fix undefined C behavior by Eric Blake · 5 years ago
  74. 807e2b6 qga-win: prevent crash when executing guest-file-read with large count by Basil Salman · 5 years ago
  75. b2413df qga-win: Handle VSS_E_PROVIDER_ALREADY_REGISTERED error by Sameeh Jubran · 5 years ago
  76. bb1ce44 qga: Installer: Wait for installation to finish by Basil Salman · 5 years ago
  77. f0ccc00 qmp: constify QmpCommand and list by Marc-André Lureau · 5 years ago
  78. d1eddab qga: Fix a memory leak by Philippe Mathieu-Daudé · 5 years ago
  79. 672db77 qga: Improve error report by calling error_setg_win32() by Philippe Mathieu-Daudé · 5 years ago
  80. a7b6e89 qga/qapi-schema.json: minor format fixups for rST by Peter Maydell · 5 years ago
  81. 883aff6 qga/qapi-schema.json: Fix indent level on doc comments by Peter Maydell · 5 years ago
  82. 72ec8bf qga/qapi-schema.json: Fix missing '-' in GuestDiskBusType doc comment by Peter Maydell · 5 years ago
  83. db5adea build-sys: clean up flags included in the linker command line by Paolo Bonzini · 5 years ago
  84. 00ca24f qapi: Generate command registration stuff into separate files by Markus Armbruster · 5 years ago
  85. b90abba qga: rename Error ** parameter to more common errp by Vladimir Sementsov-Ogievskiy · 5 years ago
  86. 292743d qga: Fix guest-get-fsinfo error API violations by Markus Armbruster · 5 years ago
  87. 5c6096e qga: fence guest-set-time if hwclock not available by Cornelia Huck · 5 years ago
  88. 28d8dd3 qga: Add "guest-get-memory-block-info" to blacklist by Basil Salman · 5 years ago
  89. a18025f qga-win: network-get-interfaces command name field bug fix by Bishara AbuHattoum · 6 years ago
  90. e5b6353 socket: Add backlog parameter to socket_listen by Juan Quintela · 6 years ago
  91. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  92. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  93. a8b991b Clean up ill-advised or unusual header guards by Markus Armbruster · 6 years ago
  94. 8ac6557 qga: Fix mingw compilation warnings on enum conversion by Cao Jiaxi · 6 years ago
  95. 781f2b3 qga: process_event() simplification by Marc-André Lureau · 6 years ago
  96. 996b9cd qga: Fix guest-get-fsinfo PCI address collection in Windows by Matt Hines · 6 years ago
  97. 40cebc5 qga-win: fix VSS build breakage due to unintended gnu99 C++ flag by Michael Roth · 6 years ago
  98. 82a58d2 qga-win: include glib when building VSS DLL by Michael Roth · 6 years ago
  99. bd586a9 qga-win: Adding support for Windows Server 2019 get-osinfo command by Bishara AbuHattoum · 6 years ago
  100. bb6c8d4 qga: update docs with systemd suspend support info by Daniel Henrique Barboza · 6 years ago