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