1. 6f0273d qga-win: implement a 'guest-get-load' command by Konstantin Kostiuk · 4 months ago
  2. 8a2b516 cleanup: Drop pointless return at end of function by Markus Armbruster · 4 months ago
  3. 8d41a7d qga/qapi-schema: Add a proper introduction by Markus Armbruster · 4 months ago
  4. a6af544 docs: enable transmogrifier for QSD and QGA by John Snow · 5 months ago
  5. c6f5dd7 qga: Don't daemonize before channel is initialized by Michal Privoznik · 7 months ago
  6. 5b567c2 qga: Invert logic on return value in main() by Michal Privoznik · 7 months ago
  7. ad1e684 qga: Add log to guest-fsfreeze-thaw command by Konstantin Kostiuk · 8 months ago
  8. 153b098 qapi: Move and rename qapi/qmp/dispatch.h to qapi/qmp-registry.h by Daniel P. Berrangé · 9 months ago
  9. 407bc4b qapi: Move include/qapi/qmp/ to include/qobject/ by Daniel P. Berrangé · 9 months ago
  10. 5288d9d qga: implement a 'guest-get-load' command by Daniel P. Berrangé · 8 months ago
  11. 2657a92 qga: Don't access global variable in run_agent_once() by Michal Privoznik · 8 months ago
  12. 5788e96 qemu-ga-win: Fix a typo error by Dehan Meng · 8 months ago
  13. 56ef123 qga: skip bind mounts in fs list by Jean-Louis Dupond · 10 months ago
  14. 5ab1c03 qemu-ga: Avoiding freeing line prematurely by Dehan Meng · 9 months ago
  15. ccc2dfa qemu-ga: Optimize var declaration and definition by Dehan Meng · 9 months ago
  16. 32bd9e2 qemu-ga: Add 'Null' check and Redefine 'route' by Dehan Meng · 9 months ago
  17. 9cfe110 qemu-ga: Fix a SIGSEGV in ga_run_command() helper by Sunil Nimmagadda · 10 months ago
  18. 73aaabc qga: fix missing static and prototypes windows warnings by Pierrick Bouvier · 9 months ago
  19. 24287d4 qga: fix -Wsometimes-uninitialized windows warning by Pierrick Bouvier · 9 months ago
  20. fd1d477 error: Drop superfluous #include "qapi/qmp/qerror.h" by Markus Armbruster · 10 months ago
  21. bd783b5 qga: Improve error for guest-set-user-password parameter @crypted by Markus Armbruster · 11 months ago
  22. bdebb72 qga/qapi-schema: Drop obsolete note on "unsupported" errors by Markus Armbruster · 11 months ago
  23. 24c32ed docs: Fix some typos (found by typos) and grammar issues by Stefan Weil · 12 months ago
  24. 8e326d3 qga/linux: Add new api 'guest-network-get-route' by Dehan Meng · 1 year, 2 months ago
  25. 1d52386 qga/commands-posix: Make ga_wait_child() return boolean by Zhao Liu · 1 year, 1 month ago
  26. 2e3b166 qga: centralize logic for disabling/enabling commands by Daniel P. Berrangé · 1 year, 1 month ago
  27. f8bf234 qga: allow configuration file path via the cli by Daniel P. Berrangé · 1 year, 1 month ago
  28. 8909fc1 qga: remove pointless 'blockrpcs_key' variable by Daniel P. Berrangé · 1 year, 1 month ago
  29. 3390a0d qga: move declare of QGAConfig struct to top of file by Daniel P. Berrangé · 1 year, 1 month ago
  30. b81837f qga: don't disable fsfreeze commands if vss_init fails by Daniel P. Berrangé · 1 year, 1 month ago
  31. 4be55a4 qga: conditionalize schema for commands not supported on other UNIX by Daniel P. Berrangé · 1 year, 1 month ago
  32. 2799f43 qga: conditionalize schema for commands requiring utmpx by Daniel P. Berrangé · 1 year, 1 month ago
  33. adbe794 qga: conditionalize schema for commands requiring libudev by Daniel P. Berrangé · 1 year, 1 month ago
  34. 21ca685 qga: conditionalize schema for commands requiring fstrim by Daniel P. Berrangé · 1 year, 1 month ago
  35. 49d8c8e qga: conditionalize schema for commands requiring fsfreeze by Daniel P. Berrangé · 1 year, 1 month ago
  36. dedf99f qga: conditionalize schema for commands only supported on Windows by Daniel P. Berrangé · 1 year, 1 month ago
  37. 83a7a1a qga: conditionalize schema for commands requiring linux/win32 by Daniel P. Berrangé · 1 year, 1 month ago
  38. f8edff9 qga: conditionalize schema for commands requiring getifaddrs by Daniel P. Berrangé · 1 year, 1 month ago
  39. dacc524 qga: conditionalize schema for commands unsupported on non-Linux POSIX by Daniel P. Berrangé · 1 year, 1 month ago
  40. 0e90127 qga: conditionalize schema for commands unsupported on Windows by Daniel P. Berrangé · 1 year, 1 month ago
  41. 4bb3da4 qga: move CONFIG_FSFREEZE/TRIM to be meson defined options by Daniel P. Berrangé · 1 year, 1 month ago
  42. 8b93e56 qga: move linux memory block command impls to commands-linux.c by Daniel P. Berrangé · 1 year, 1 month ago
  43. 74cbd9b qga: move linux disk/cpu stats command impls to commands-linux.c by Daniel P. Berrangé · 1 year, 1 month ago
  44. 329cefe qga: move linux fs/disk command impls to commands-linux.c by Daniel P. Berrangé · 1 year, 1 month ago
  45. 0c6f882 qga: move linux suspend command impls to commands-linux.c by Daniel P. Berrangé · 1 year, 1 month ago
  46. 4210027 qga: move linux vcpu command impls to commands-linux.c by Daniel P. Berrangé · 1 year, 1 month ago
  47. 6618137 qga: drop blocking of guest-get-memory-block-size command by Daniel P. Berrangé · 1 year, 1 month ago
  48. 649c6fa qapi: update prose in note blocks by John Snow · 1 year, 1 month ago
  49. d461c27 qapi: convert "Note" sections to plain rST by John Snow · 1 year, 1 month ago
  50. a7a2d63 qga: Remove deprecated 'blacklist' argument / config key by Philippe Mathieu-Daudé · 1 year, 2 months ago
  51. cec07c7 qga: Shorten several error messages by Markus Armbruster · 1 year, 3 months ago
  52. ecfc989 qga-win32: Improve guest-set-user-password, guest-file-open errors by Markus Armbruster · 1 year, 3 months ago
  53. 82fe5d0 Remove glib compatibility code that is not required anymore by Thomas Huth · 1 year, 4 months ago
  54. 0d8caac Bump minimum glib version to v2.66 by Thomas Huth · 1 year, 4 months ago
  55. deb686e qga/commands-posix: fix typo in qmp_guest_set_user_password by Paolo Bonzini · 1 year, 3 months ago
  56. 6b9296b qga: Implement SSH commands for Windows by aidaleuc · 1 year, 3 months ago
  57. 1cc9932 qga: Refactor common SSH functions by aidaleuc · 1 year, 3 months ago
  58. 0e5b75a qga/commands-posix: qmp_guest_set_user_password: use ga_run_command helper by Andrey Drobyshev · 1 year, 5 months ago
  59. 2048129 qga/commands-posix: don't do fork()/exec() when suspending via sysfs by Andrey Drobyshev · 1 year, 5 months ago
  60. 8ef383b qga/commands-posix: execute_fsfreeze_hook: use ga_run_command helper by Andrey Drobyshev · 1 year, 5 months ago
  61. 1fce82b qga/commands-posix: qmp_guest_set_time: use ga_run_command helper by Andrey Drobyshev · 1 year, 5 months ago
  62. 123f040 qga/commands-posix: qmp_guest_shutdown: use ga_run_command helper by Andrey Drobyshev · 1 year, 5 months ago
  63. c3f32c1 qga: introduce ga_run_command() helper for guest cmd execution by Andrey Drobyshev · 1 year, 5 months ago
  64. 50761a5 qga: guest-get-fsinfo: add optional 'total-bytes-privileged' field by Andrey Drobyshev · 1 year, 5 months ago
  65. 26813f7 qga: Re-enable the qga-ssh-test when running without fuzzing by Thomas Huth · 1 year, 3 months ago
  66. 7270819 qga/qapi-schema: Refill doc comments to conform to current conventions by Markus Armbruster · 1 year, 5 months ago
  67. bfded6f qga-win: Add support of Windows Server 2025 in get-osinfo command by Dehan Meng · 1 year, 5 months ago
  68. 734e7b7 qga/commands-win32: Do not set matrix_lookup_t/win_10_0_t arrays size by Philippe Mathieu-Daudé · 1 year, 5 months ago
  69. 68bc267 qga/commands-win32: Declare const qualifier before type by Philippe Mathieu-Daudé · 1 year, 5 months ago
  70. ab07e96 qga/qapi-schema: Fix guest-set-memory-blocks documentation by Markus Armbruster · 1 year, 5 months ago
  71. e22955e qga/qapi-schema: Tweak documentation of fsfreeze commands by Markus Armbruster · 1 year, 5 months ago
  72. 6a90cc8 qga/qapi-schema: Clean up "Returns" sections by Markus Armbruster · 1 year, 5 months ago
  73. 3630a47 qga/qapi-schema: Delete useless "Returns" sections by Markus Armbruster · 1 year, 5 months ago
  74. 3ef507f qga/qapi-schema: Move error documentation to new "Errors" sections by Markus Armbruster · 1 year, 5 months ago
  75. ca86608 qga/qapi-schema: Plug trivial documentation holes by Markus Armbruster · 1 year, 6 months ago
  76. 0b34cf8 qga/qapi-schema: Clean up documentation of guest-set-vcpus by Markus Armbruster · 1 year, 6 months ago
  77. ab27bb0 qga/qapi-schema: Clean up documentation of guest-set-memory-blocks by Markus Armbruster · 1 year, 6 months ago
  78. 0cec501 qapi: Require member documentation (with loophole) by Markus Armbruster · 1 year, 6 months ago
  79. 3424ed6 qga/qapi-schema: Move command description right after command name by Markus Armbruster · 1 year, 6 months ago
  80. b3e0f64 qga: Solaris has net/if_arp.h and netinet/if_ether.h but not ETHER_ADDR_LEN by Nick Briggs · 1 year, 7 months ago
  81. 7c44863 qga-win: Fix guest-get-fsinfo multi-disks collection by Peng Ji · 1 year, 7 months ago
  82. b68d8b6 guest-agent: improve help for --allow-rpcs and --block-rpcs by Angel M. Villegas · 1 year, 10 months ago
  83. d0cda6f configure, meson: rename targetos to host_os by Paolo Bonzini · 1 year, 9 months ago
  84. 1220f58 meson: remove config_targetos by Paolo Bonzini · 2 years ago
  85. dc49549 meson: remove CONFIG_POSIX and CONFIG_WIN32 from config_targetos by Paolo Bonzini · 2 years ago
  86. 53e8868 meson: remove OS definitions from config_targetos by Paolo Bonzini · 2 years, 2 months ago
  87. 7b47b13 meson: use version_compare() to compare version by Paolo Bonzini · 1 year, 8 months ago
  88. 7e5b197 build-sys: fix meson project version usage by Marc-André Lureau · 1 year, 9 months ago
  89. b665165 qga: Improve guest-exec-status error message by Markus Armbruster · 1 year, 9 months ago
  90. e20d68a configure, meson: use command line options to configure qemu-ga by Paolo Bonzini · 1 year, 10 months ago
  91. f897ef0 qapi: qga: Clarify when out-data and err-data are populated by Daniel Xu · 1 year, 10 months ago
  92. d6f67b8 qga: Fix memory leak when output stream is unused by Daniel Xu · 1 year, 10 months ago
  93. 99bb315 qga: Remove platform GUID definitions by Akihiko Odaki · 2 years, 9 months ago
  94. 01dc065 qga/: spelling fixes by Michael Tokarev · 2 years, 1 month ago
  95. 1f2146f configure, meson: remove target OS symbols from config-host.mak by Paolo Bonzini · 2 years ago
  96. 61df91b QGA VSS: Add log in functions begin/end by Konstantin Kostiuk · 2 years, 1 month ago
  97. 24eecad QGA VSS: Print error in err_set by Konstantin Kostiuk · 2 years, 1 month ago
  98. 2f84cf6 QGA VSS: Replace 'fprintf(stderr' with qga_debug by Konstantin Kostiuk · 2 years, 1 month ago
  99. 925d05d QGA VSS: Add wrapper to send log to debugger and stderr by Konstantin Kostiuk · 2 years, 1 month ago
  100. 133789e qga: Add new option --allow-rpcs by Konstantin Kostiuk · 2 years, 1 month ago