aboutsummaryrefslogtreecommitdiff
path: root/qga
AgeCommit message (Expand)AuthorFilesLines
2024-12-18qga: Don't access global variable in run_agent_once()Michal Privoznik1-1/+1
2024-12-18qemu-ga-win: Fix a typo errorDehan Meng1-1/+1
2024-12-18qga: skip bind mounts in fs listJean-Louis Dupond1-0/+25
2024-11-07qemu-ga: Avoiding freeing line prematurelyDehan Meng1-2/+1
2024-11-07qemu-ga: Optimize var declaration and definitionDehan Meng1-50/+42
2024-11-07qemu-ga: Add 'Null' check and Redefine 'route'Dehan Meng1-39/+44
2024-11-04qemu-ga: Fix a SIGSEGV in ga_run_command() helperSunil Nimmagadda1-1/+1
2024-11-04qga: fix missing static and prototypes windows warningsPierrick Bouvier3-6/+13
2024-11-04qga: fix -Wsometimes-uninitialized windows warningPierrick Bouvier1-1/+1
2024-10-18error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster3-3/+0
2024-10-18qga: Improve error for guest-set-user-password parameter @cryptedMarkus Armbruster1-1/+1
2024-10-18qga/qapi-schema: Drop obsolete note on "unsupported" errorsMarkus Armbruster1-9/+0
2024-08-16docs: Fix some typos (found by typos) and grammar issuesStefan Weil1-1/+1
2024-07-23qga/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