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