aboutsummaryrefslogtreecommitdiff
path: root/qga
AgeCommit message (Expand)Author
2024-06-04qga: Remove deprecated 'blacklist' argument / config keyPhilippe Mathieu-Daudé
2024-05-27qga: Shorten several error messagesMarkus Armbruster
2024-05-27qga-win32: Improve guest-set-user-password, guest-file-open errorsMarkus Armbruster
2024-05-14Remove glib compatibility code that is not required anymoreThomas Huth
2024-05-14Bump minimum glib version to v2.66Thomas Huth
2024-05-03qga/commands-posix: fix typo in qmp_guest_set_user_passwordPaolo Bonzini
2024-05-01qga: Implement SSH commands for Windowsaidaleuc
2024-05-01qga: Refactor common SSH functionsaidaleuc
2024-05-01qga/commands-posix: qmp_guest_set_user_password: use ga_run_command helperAndrey Drobyshev
2024-05-01qga/commands-posix: don't do fork()/exec() when suspending via sysfsAndrey Drobyshev
2024-05-01qga/commands-posix: execute_fsfreeze_hook: use ga_run_command helperAndrey Drobyshev
2024-05-01qga/commands-posix: qmp_guest_set_time: use ga_run_command helperAndrey Drobyshev
2024-05-01qga/commands-posix: qmp_guest_shutdown: use ga_run_command helperAndrey Drobyshev
2024-05-01qga: introduce ga_run_command() helper for guest cmd executionAndrey Drobyshev
2024-05-01qga: guest-get-fsinfo: add optional 'total-bytes-privileged' fieldAndrey Drobyshev
2024-04-30qga: Re-enable the qga-ssh-test when running without fuzzingThomas Huth
2024-03-26qga/qapi-schema: Refill doc comments to conform to current conventionsMarkus Armbruster
2024-03-11qga-win: Add support of Windows Server 2025 in get-osinfo commandDehan Meng
2024-03-11qga/commands-win32: Do not set matrix_lookup_t/win_10_0_t arrays sizePhilippe Mathieu-Daudé
2024-03-11qga/commands-win32: Declare const qualifier before typePhilippe Mathieu-Daudé
2024-03-04qga/qapi-schema: Fix guest-set-memory-blocks documentationMarkus Armbruster
2024-03-04qga/qapi-schema: Tweak documentation of fsfreeze commandsMarkus Armbruster
2024-03-04qga/qapi-schema: Clean up "Returns" sectionsMarkus Armbruster
2024-03-04qga/qapi-schema: Delete useless "Returns" sectionsMarkus Armbruster
2024-03-04qga/qapi-schema: Move error documentation to new "Errors" sectionsMarkus Armbruster
2024-02-12qga/qapi-schema: Plug trivial documentation holesMarkus Armbruster
2024-02-12qga/qapi-schema: Clean up documentation of guest-set-vcpusMarkus Armbruster
2024-02-12qga/qapi-schema: Clean up documentation of guest-set-memory-blocksMarkus Armbruster
2024-02-12qapi: Require member documentation (with loophole)Markus Armbruster
2024-02-03qga/qapi-schema: Move command description right after command nameMarkus Armbruster
2024-01-30qga: Solaris has net/if_arp.h and netinet/if_ether.h but not ETHER_ADDR_LENNick Briggs
2024-01-30qga-win: Fix guest-get-fsinfo multi-disks collectionPeng Ji
2024-01-30guest-agent: improve help for --allow-rpcs and --block-rpcsAngel M. Villegas
2023-12-31configure, meson: rename targetos to host_osPaolo Bonzini
2023-12-31meson: remove config_targetosPaolo Bonzini
2023-12-31meson: remove CONFIG_POSIX and CONFIG_WIN32 from config_targetosPaolo Bonzini
2023-12-31meson: remove OS definitions from config_targetosPaolo Bonzini
2023-12-31meson: use version_compare() to compare versionPaolo Bonzini
2023-11-25build-sys: fix meson project version usageMarc-André Lureau
2023-11-17qga: Improve guest-exec-status error messageMarkus Armbruster
2023-10-18configure, meson: use command line options to configure qemu-gaPaolo Bonzini
2023-10-11qapi: qga: Clarify when out-data and err-data are populatedDaniel Xu
2023-10-11qga: Fix memory leak when output stream is unusedDaniel Xu
2023-10-11qga: Remove platform GUID definitionsAkihiko Odaki
2023-09-08qga/: spelling fixesMichael Tokarev
2023-09-07configure, meson: remove target OS symbols from config-host.makPaolo Bonzini
2023-07-10QGA VSS: Add log in functions begin/endKonstantin Kostiuk
2023-07-10QGA VSS: Print error in err_setKonstantin Kostiuk
2023-07-10QGA VSS: Replace 'fprintf(stderr' with qga_debugKonstantin Kostiuk
2023-07-10QGA VSS: Add wrapper to send log to debugger and stderrKonstantin Kostiuk