aboutsummaryrefslogtreecommitdiffstats
path: root/qga (follow)
Commit message (Expand)AuthorAgeFilesLines
* docs: Fix some typos (found by typos) and grammar issuesStefan Weil2024-08-161-1/+1
* qga/linux: Add new api 'guest-network-get-route'Dehan Meng2024-07-232-0/+206
* qga/commands-posix: Make ga_wait_child() return booleanZhao Liu2024-07-191-4/+4
* qga: centralize logic for disabling/enabling commandsDaniel P. Berrangé2024-07-193-84/+56
* qga: allow configuration file path via the cliDaniel P. Berrangé2024-07-191-10/+33
* qga: remove pointless 'blockrpcs_key' variableDaniel P. Berrangé2024-07-191-4/+3
* qga: move declare of QGAConfig struct to top of fileDaniel P. Berrangé2024-07-191-22/+22
* qga: don't disable fsfreeze commands if vss_init failsDaniel P. Berrangé2024-07-192-15/+7
* qga: conditionalize schema for commands not supported on other UNIXDaniel P. Berrangé2024-07-192-9/+2
* qga: conditionalize schema for commands requiring utmpxDaniel P. Berrangé2024-07-192-11/+5
* qga: conditionalize schema for commands requiring libudevDaniel P. Berrangé2024-07-192-12/+4
* qga: conditionalize schema for commands requiring fstrimDaniel P. Berrangé2024-07-192-16/+6
* qga: conditionalize schema for commands requiring fsfreezeDaniel P. Berrangé2024-07-192-52/+10
* qga: conditionalize schema for commands only supported on WindowsDaniel P. Berrangé2024-07-192-14/+10
* qga: conditionalize schema for commands requiring linux/win32Daniel P. Berrangé2024-07-193-69/+30
* qga: conditionalize schema for commands requiring getifaddrsDaniel P. Berrangé2024-07-192-18/+10
* qga: conditionalize schema for commands unsupported on non-Linux POSIXDaniel P. Berrangé2024-07-192-79/+17
* qga: conditionalize schema for commands unsupported on WindowsDaniel P. Berrangé2024-07-193-71/+32
* qga: move CONFIG_FSFREEZE/TRIM to be meson defined optionsDaniel P. Berrangé2024-07-191-9/+0
* qga: move linux memory block command impls to commands-linux.cDaniel P. Berrangé2024-07-192-310/+309
* qga: move linux disk/cpu stats command impls to commands-linux.cDaniel P. Berrangé2024-07-192-199/+195
* qga: move linux fs/disk command impls to commands-linux.cDaniel P. Berrangé2024-07-192-909/+904
* qga: move linux suspend command impls to commands-linux.cDaniel P. Berrangé2024-07-192-265/+265
* qga: move linux vcpu command impls to commands-linux.cDaniel P. Berrangé2024-07-192-139/+141
* qga: drop blocking of guest-get-memory-block-size commandDaniel P. Berrangé2024-07-192-2/+2
* qapi: update prose in note blocksJohn Snow2024-07-061-1/+1
* qapi: convert "Note" sections to plain rSTJohn Snow2024-07-061-24/+24
* 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