aboutsummaryrefslogtreecommitdiffstats
path: root/qga (follow)
Commit message (Expand)AuthorAgeFilesLines
* qga: Remove deprecated 'blacklist' argument / config keyPhilippe Mathieu-Daudé2024-06-041-6/+0
* qga: Shorten several error messagesMarkus Armbruster2024-05-272-20/+10
* qga-win32: Improve guest-set-user-password, guest-file-open errorsMarkus Armbruster2024-05-271-8/+9
* Remove glib compatibility code that is not required anymoreThomas Huth2024-05-141-8/+0
* Bump minimum glib version to v2.66Thomas Huth2024-05-141-2/+2
* qga/commands-posix: fix typo in qmp_guest_set_user_passwordPaolo Bonzini2024-05-031-1/+1
* qga: Implement SSH commands for Windowsaidaleuc2024-05-014-11/+749
* qga: Refactor common SSH functionsaidaleuc2024-05-014-47/+63
* qga/commands-posix: qmp_guest_set_user_password: use ga_run_command helperAndrey Drobyshev2024-05-011-83/+13
* qga/commands-posix: don't do fork()/exec() when suspending via sysfsAndrey Drobyshev2024-05-011-36/+5
* qga/commands-posix: execute_fsfreeze_hook: use ga_run_command helperAndrey Drobyshev2024-05-011-32/+3
* qga/commands-posix: qmp_guest_set_time: use ga_run_command helperAndrey Drobyshev2024-05-011-40/+3
* qga/commands-posix: qmp_guest_shutdown: use ga_run_command helperAndrey Drobyshev2024-05-011-33/+6
* qga: introduce ga_run_command() helper for guest cmd executionAndrey Drobyshev2024-05-011-0/+150
* qga: guest-get-fsinfo: add optional 'total-bytes-privileged' fieldAndrey Drobyshev2024-05-013-2/+8
* qga: Re-enable the qga-ssh-test when running without fuzzingThomas Huth2024-04-301-3/+2
* qga/qapi-schema: Refill doc comments to conform to current conventionsMarkus Armbruster2024-03-261-12/+17
* qga-win: Add support of Windows Server 2025 in get-osinfo commandDehan Meng2024-03-111-0/+1
* qga/commands-win32: Do not set matrix_lookup_t/win_10_0_t arrays sizePhilippe Mathieu-Daudé2024-03-111-25/+23
* qga/commands-win32: Declare const qualifier before typePhilippe Mathieu-Daudé2024-03-111-11/+11
* qga/qapi-schema: Fix guest-set-memory-blocks documentationMarkus Armbruster2024-03-041-3/+3
* qga/qapi-schema: Tweak documentation of fsfreeze commandsMarkus Armbruster2024-03-041-7/+9
* qga/qapi-schema: Clean up "Returns" sectionsMarkus Armbruster2024-03-041-8/+8
* qga/qapi-schema: Delete useless "Returns" sectionsMarkus Armbruster2024-03-041-12/+0
* qga/qapi-schema: Move error documentation to new "Errors" sectionsMarkus Armbruster2024-03-041-12/+10
* qga/qapi-schema: Plug trivial documentation holesMarkus Armbruster2024-02-121-10/+14
* qga/qapi-schema: Clean up documentation of guest-set-vcpusMarkus Armbruster2024-02-121-10/+10
* qga/qapi-schema: Clean up documentation of guest-set-memory-blocksMarkus Armbruster2024-02-121-9/+10
* qapi: Require member documentation (with loophole)Markus Armbruster2024-02-121-1/+12
* qga/qapi-schema: Move command description right after command nameMarkus Armbruster2024-02-031-9/+9
* qga: Solaris has net/if_arp.h and netinet/if_ether.h but not ETHER_ADDR_LENNick Briggs2024-01-301-1/+4
* qga-win: Fix guest-get-fsinfo multi-disks collectionPeng Ji2024-01-301-0/+2
* guest-agent: improve help for --allow-rpcs and --block-rpcsAngel M. Villegas2024-01-301-2/+2
* configure, meson: rename targetos to host_osPaolo Bonzini2023-12-311-8/+8
* meson: remove config_targetosPaolo Bonzini2023-12-311-1/+1
* meson: remove CONFIG_POSIX and CONFIG_WIN32 from config_targetosPaolo Bonzini2023-12-311-15/+18
* meson: remove OS definitions from config_targetosPaolo Bonzini2023-12-311-6/+5
* meson: use version_compare() to compare versionPaolo Bonzini2023-12-311-1/+1
* build-sys: fix meson project version usageMarc-André Lureau2023-11-251-1/+1
* qga: Improve guest-exec-status error messageMarkus Armbruster2023-11-171-1/+1
* configure, meson: use command line options to configure qemu-gaPaolo Bonzini2023-10-181-3/+6
* qapi: qga: Clarify when out-data and err-data are populatedDaniel Xu2023-10-111-3/+5
* qga: Fix memory leak when output stream is unusedDaniel Xu2023-10-111-2/+2
* qga: Remove platform GUID definitionsAkihiko Odaki2023-10-111-7/+0
* qga/: spelling fixesMichael Tokarev2023-09-086-8/+8
* configure, meson: remove target OS symbols from config-host.makPaolo Bonzini2023-09-071-2/+2
* QGA VSS: Add log in functions begin/endKonstantin Kostiuk2023-07-103-0/+72
* QGA VSS: Print error in err_setKonstantin Kostiuk2023-07-101-3/+5
* QGA VSS: Replace 'fprintf(stderr' with qga_debugKonstantin Kostiuk2023-07-102-10/+11
* QGA VSS: Add wrapper to send log to debugger and stderrKonstantin Kostiuk2023-07-103-1/+65