1. fd1d477 error: Drop superfluous #include "qapi/qmp/qerror.h" by Markus Armbruster · 5 months ago
  2. bd783b5 qga: Improve error for guest-set-user-password parameter @crypted by Markus Armbruster · 6 months ago
  3. bdebb72 qga/qapi-schema: Drop obsolete note on "unsupported" errors by Markus Armbruster · 6 months ago
  4. 24c32ed docs: Fix some typos (found by typos) and grammar issues by Stefan Weil · 7 months ago
  5. 8e326d3 qga/linux: Add new api 'guest-network-get-route' by Dehan Meng · 9 months ago
  6. 1d52386 qga/commands-posix: Make ga_wait_child() return boolean by Zhao Liu · 7 months ago
  7. 2e3b166 qga: centralize logic for disabling/enabling commands by Daniel P. Berrangé · 8 months ago
  8. f8bf234 qga: allow configuration file path via the cli by Daniel P. Berrangé · 8 months ago
  9. 8909fc1 qga: remove pointless 'blockrpcs_key' variable by Daniel P. Berrangé · 8 months ago
  10. 3390a0d qga: move declare of QGAConfig struct to top of file by Daniel P. Berrangé · 8 months ago
  11. b81837f qga: don't disable fsfreeze commands if vss_init fails by Daniel P. Berrangé · 8 months ago
  12. 4be55a4 qga: conditionalize schema for commands not supported on other UNIX by Daniel P. Berrangé · 8 months ago
  13. 2799f43 qga: conditionalize schema for commands requiring utmpx by Daniel P. Berrangé · 8 months ago
  14. adbe794 qga: conditionalize schema for commands requiring libudev by Daniel P. Berrangé · 8 months ago
  15. 21ca685 qga: conditionalize schema for commands requiring fstrim by Daniel P. Berrangé · 8 months ago
  16. 49d8c8e qga: conditionalize schema for commands requiring fsfreeze by Daniel P. Berrangé · 8 months ago
  17. dedf99f qga: conditionalize schema for commands only supported on Windows by Daniel P. Berrangé · 8 months ago
  18. 83a7a1a qga: conditionalize schema for commands requiring linux/win32 by Daniel P. Berrangé · 8 months ago
  19. f8edff9 qga: conditionalize schema for commands requiring getifaddrs by Daniel P. Berrangé · 8 months ago
  20. dacc524 qga: conditionalize schema for commands unsupported on non-Linux POSIX by Daniel P. Berrangé · 8 months ago
  21. 0e90127 qga: conditionalize schema for commands unsupported on Windows by Daniel P. Berrangé · 8 months ago
  22. 4bb3da4 qga: move CONFIG_FSFREEZE/TRIM to be meson defined options by Daniel P. Berrangé · 8 months ago
  23. 8b93e56 qga: move linux memory block command impls to commands-linux.c by Daniel P. Berrangé · 8 months ago
  24. 74cbd9b qga: move linux disk/cpu stats command impls to commands-linux.c by Daniel P. Berrangé · 8 months ago
  25. 329cefe qga: move linux fs/disk command impls to commands-linux.c by Daniel P. Berrangé · 8 months ago
  26. 0c6f882 qga: move linux suspend command impls to commands-linux.c by Daniel P. Berrangé · 8 months ago
  27. 4210027 qga: move linux vcpu command impls to commands-linux.c by Daniel P. Berrangé · 8 months ago
  28. 6618137 qga: drop blocking of guest-get-memory-block-size command by Daniel P. Berrangé · 8 months ago
  29. 649c6fa qapi: update prose in note blocks by John Snow · 8 months ago
  30. d461c27 qapi: convert "Note" sections to plain rST by John Snow · 8 months ago
  31. a7a2d63 qga: Remove deprecated 'blacklist' argument / config key by Philippe Mathieu-Daudé · 9 months ago
  32. cec07c7 qga: Shorten several error messages by Markus Armbruster · 10 months ago
  33. ecfc989 qga-win32: Improve guest-set-user-password, guest-file-open errors by Markus Armbruster · 10 months ago
  34. 82fe5d0 Remove glib compatibility code that is not required anymore by Thomas Huth · 10 months ago
  35. 0d8caac Bump minimum glib version to v2.66 by Thomas Huth · 10 months ago
  36. deb686e qga/commands-posix: fix typo in qmp_guest_set_user_password by Paolo Bonzini · 10 months ago
  37. 6b9296b qga: Implement SSH commands for Windows by aidaleuc · 10 months ago
  38. 1cc9932 qga: Refactor common SSH functions by aidaleuc · 10 months ago
  39. 0e5b75a qga/commands-posix: qmp_guest_set_user_password: use ga_run_command helper by Andrey Drobyshev · 11 months ago
  40. 2048129 qga/commands-posix: don't do fork()/exec() when suspending via sysfs by Andrey Drobyshev · 11 months ago
  41. 8ef383b qga/commands-posix: execute_fsfreeze_hook: use ga_run_command helper by Andrey Drobyshev · 11 months ago
  42. 1fce82b qga/commands-posix: qmp_guest_set_time: use ga_run_command helper by Andrey Drobyshev · 11 months ago
  43. 123f040 qga/commands-posix: qmp_guest_shutdown: use ga_run_command helper by Andrey Drobyshev · 11 months ago
  44. c3f32c1 qga: introduce ga_run_command() helper for guest cmd execution by Andrey Drobyshev · 11 months ago
  45. 50761a5 qga: guest-get-fsinfo: add optional 'total-bytes-privileged' field by Andrey Drobyshev · 11 months ago
  46. 26813f7 qga: Re-enable the qga-ssh-test when running without fuzzing by Thomas Huth · 10 months ago
  47. 7270819 qga/qapi-schema: Refill doc comments to conform to current conventions by Markus Armbruster · 11 months ago
  48. bfded6f qga-win: Add support of Windows Server 2025 in get-osinfo command by Dehan Meng · 12 months ago
  49. 734e7b7 qga/commands-win32: Do not set matrix_lookup_t/win_10_0_t arrays size by Philippe Mathieu-Daudé · 12 months ago
  50. 68bc267 qga/commands-win32: Declare const qualifier before type by Philippe Mathieu-Daudé · 12 months ago
  51. ab07e96 qga/qapi-schema: Fix guest-set-memory-blocks documentation by Markus Armbruster · 12 months ago
  52. e22955e qga/qapi-schema: Tweak documentation of fsfreeze commands by Markus Armbruster · 12 months ago
  53. 6a90cc8 qga/qapi-schema: Clean up "Returns" sections by Markus Armbruster · 12 months ago
  54. 3630a47 qga/qapi-schema: Delete useless "Returns" sections by Markus Armbruster · 12 months ago
  55. 3ef507f qga/qapi-schema: Move error documentation to new "Errors" sections by Markus Armbruster · 12 months ago
  56. ca86608 qga/qapi-schema: Plug trivial documentation holes by Markus Armbruster · 1 year, 1 month ago
  57. 0b34cf8 qga/qapi-schema: Clean up documentation of guest-set-vcpus by Markus Armbruster · 1 year, 1 month ago
  58. ab27bb0 qga/qapi-schema: Clean up documentation of guest-set-memory-blocks by Markus Armbruster · 1 year, 1 month ago
  59. 0cec501 qapi: Require member documentation (with loophole) by Markus Armbruster · 1 year, 1 month ago
  60. 3424ed6 qga/qapi-schema: Move command description right after command name by Markus Armbruster · 1 year, 1 month ago
  61. b3e0f64 qga: Solaris has net/if_arp.h and netinet/if_ether.h but not ETHER_ADDR_LEN by Nick Briggs · 1 year, 2 months ago
  62. 7c44863 qga-win: Fix guest-get-fsinfo multi-disks collection by Peng Ji · 1 year, 2 months ago
  63. b68d8b6 guest-agent: improve help for --allow-rpcs and --block-rpcs by Angel M. Villegas · 1 year, 5 months ago
  64. d0cda6f configure, meson: rename targetos to host_os by Paolo Bonzini · 1 year, 4 months ago
  65. 1220f58 meson: remove config_targetos by Paolo Bonzini · 1 year, 6 months ago
  66. dc49549 meson: remove CONFIG_POSIX and CONFIG_WIN32 from config_targetos by Paolo Bonzini · 1 year, 6 months ago
  67. 53e8868 meson: remove OS definitions from config_targetos by Paolo Bonzini · 1 year, 9 months ago
  68. 7b47b13 meson: use version_compare() to compare version by Paolo Bonzini · 1 year, 3 months ago
  69. 7e5b197 build-sys: fix meson project version usage by Marc-André Lureau · 1 year, 4 months ago
  70. b665165 qga: Improve guest-exec-status error message by Markus Armbruster · 1 year, 4 months ago
  71. e20d68a configure, meson: use command line options to configure qemu-ga by Paolo Bonzini · 1 year, 5 months ago
  72. f897ef0 qapi: qga: Clarify when out-data and err-data are populated by Daniel Xu · 1 year, 5 months ago
  73. d6f67b8 qga: Fix memory leak when output stream is unused by Daniel Xu · 1 year, 5 months ago
  74. 99bb315 qga: Remove platform GUID definitions by Akihiko Odaki · 2 years, 4 months ago
  75. 01dc065 qga/: spelling fixes by Michael Tokarev · 1 year, 8 months ago
  76. 1f2146f configure, meson: remove target OS symbols from config-host.mak by Paolo Bonzini · 1 year, 6 months ago
  77. 61df91b QGA VSS: Add log in functions begin/end by Konstantin Kostiuk · 1 year, 8 months ago
  78. 24eecad QGA VSS: Print error in err_set by Konstantin Kostiuk · 1 year, 8 months ago
  79. 2f84cf6 QGA VSS: Replace 'fprintf(stderr' with qga_debug by Konstantin Kostiuk · 1 year, 8 months ago
  80. 925d05d QGA VSS: Add wrapper to send log to debugger and stderr by Konstantin Kostiuk · 1 year, 8 months ago
  81. 133789e qga: Add new option --allow-rpcs by Konstantin Kostiuk · 1 year, 8 months ago
  82. 27076d0 qga: Rename ga_disable_not_allowed -> ga_disable_not_allowed_freeze by Konstantin Kostiuk · 1 year, 8 months ago
  83. 785abf0 meson.build: Remove the logic to link C code with the C++ linker by Thomas Huth · 1 year, 8 months ago
  84. 40b8951 spelling: information by Michael Tokarev · 1 year, 10 months ago
  85. 91a2e68 meson: fix rule for qemu-ga installer by Paolo Bonzini · 1 year, 9 months ago
  86. a0cbd2e meson: use prefer_static option by Paolo Bonzini · 2 years, 8 months ago
  87. 059d341 qga/qapi-schema: Reformat doc comments to conform to current conventions by Markus Armbruster · 1 year, 10 months ago
  88. 86dcb6a qga: Fix suspend on Linux guests without systemd by Mark Somerville · 1 year, 11 months ago
  89. 8cc28cb qga/commands-win32.c: Drop the check for _WIN32_WINNT >= 0x0601 by Thomas Huth · 1 year, 10 months ago
  90. 810f677 qga: Add `merged` variant to GuestExecCaptureOutputMode by Daniel Xu · 2 years ago
  91. 9c5ccc5 qga: Refactor guest-exec capture-output to take enum by Daniel Xu · 2 years ago
  92. 5a954e0 qga/linux: add usb support to guest-get-fsinfo by Kfir Manor · 2 years, 1 month ago
  93. c0af9e1 qga/qapi-schema: Fix member documentation markup by Markus Armbruster · 1 year, 10 months ago
  94. 573a5fa qga/qapi-schema: Fix a misspelled reference by Markus Armbruster · 1 year, 10 months ago
  95. a36c865 qga/qapi-schema: Tidy up documentation of guest-fsfreeze-status by Markus Armbruster · 1 year, 10 months ago
  96. a219645 Merge tag 'qga-pull-2023-03-22' of github.com:kostyanf14/qemu into staging by Peter Maydell · 1 year, 11 months ago
  97. 0fcd574 qga/vss-win32: fix warning for clang++-15 by Pierrick Bouvier · 2 years ago
  98. 0961f92 qga/win/vss: requester_freeze changes by Kfir Manor · 2 years, 1 month ago
  99. 410542d qga/win/vss: query VSS backup type by Kfir Manor · 2 years, 1 month ago
  100. fe67fc0 qga/win/installer: add VssOption to installer by Kfir Manor · 2 years, 1 month ago