aboutsummaryrefslogtreecommitdiff
path: root/qga
AgeCommit message (Expand)Author
2024-11-07qemu-ga: Avoiding freeing line prematurelyDehan Meng
2024-11-07qemu-ga: Optimize var declaration and definitionDehan Meng
2024-11-07qemu-ga: Add 'Null' check and Redefine 'route'Dehan Meng
2024-11-04qemu-ga: Fix a SIGSEGV in ga_run_command() helperSunil Nimmagadda
2024-11-04qga: fix missing static and prototypes windows warningsPierrick Bouvier
2024-11-04qga: fix -Wsometimes-uninitialized windows warningPierrick Bouvier
2024-10-18error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster
2024-10-18qga: Improve error for guest-set-user-password parameter @cryptedMarkus Armbruster
2024-10-18qga/qapi-schema: Drop obsolete note on "unsupported" errorsMarkus Armbruster
2024-08-16docs: Fix some typos (found by typos) and grammar issuesStefan Weil
2024-07-23qga/linux: Add new api 'guest-network-get-route'Dehan Meng
2024-07-19qga/commands-posix: Make ga_wait_child() return booleanZhao Liu
2024-07-19qga: centralize logic for disabling/enabling commandsDaniel P. Berrangé
2024-07-19qga: allow configuration file path via the cliDaniel P. Berrangé
2024-07-19qga: remove pointless 'blockrpcs_key' variableDaniel P. Berrangé
2024-07-19qga: move declare of QGAConfig struct to top of fileDaniel P. Berrangé
2024-07-19qga: don't disable fsfreeze commands if vss_init failsDaniel P. Berrangé
2024-07-19qga: conditionalize schema for commands not supported on other UNIXDaniel P. Berrangé
2024-07-19qga: conditionalize schema for commands requiring utmpxDaniel P. Berrangé
2024-07-19qga: conditionalize schema for commands requiring libudevDaniel P. Berrangé
2024-07-19qga: conditionalize schema for commands requiring fstrimDaniel P. Berrangé
2024-07-19qga: conditionalize schema for commands requiring fsfreezeDaniel P. Berrangé
2024-07-19qga: conditionalize schema for commands only supported on WindowsDaniel P. Berrangé
2024-07-19qga: conditionalize schema for commands requiring linux/win32Daniel P. Berrangé
2024-07-19qga: conditionalize schema for commands requiring getifaddrsDaniel P. Berrangé
2024-07-19qga: conditionalize schema for commands unsupported on non-Linux POSIXDaniel P. Berrangé
2024-07-19qga: conditionalize schema for commands unsupported on WindowsDaniel P. Berrangé
2024-07-19qga: move CONFIG_FSFREEZE/TRIM to be meson defined optionsDaniel P. Berrangé
2024-07-19qga: move linux memory block command impls to commands-linux.cDaniel P. Berrangé
2024-07-19qga: move linux disk/cpu stats command impls to commands-linux.cDaniel P. Berrangé
2024-07-19qga: move linux fs/disk command impls to commands-linux.cDaniel P. Berrangé
2024-07-19qga: move linux suspend command impls to commands-linux.cDaniel P. Berrangé
2024-07-19qga: move linux vcpu command impls to commands-linux.cDaniel P. Berrangé
2024-07-19qga: drop blocking of guest-get-memory-block-size commandDaniel P. Berrangé
2024-07-06qapi: update prose in note blocksJohn Snow
2024-07-06qapi: convert "Note" sections to plain rSTJohn Snow
2024-06-04qga: Remove deprecated 'blacklist' argument / config keyPhilippe Mathieu-Daudé
2024-05-27qga: Shorten several error messagesMarkus Armbruster
2024-05-27qga-win32: Improve guest-set-user-password, guest-file-open errorsMarkus Armbruster
2024-05-14Remove glib compatibility code that is not required anymoreThomas Huth
2024-05-14Bump minimum glib version to v2.66Thomas Huth
2024-05-03qga/commands-posix: fix typo in qmp_guest_set_user_passwordPaolo Bonzini
2024-05-01qga: Implement SSH commands for Windowsaidaleuc
2024-05-01qga: Refactor common SSH functionsaidaleuc
2024-05-01qga/commands-posix: qmp_guest_set_user_password: use ga_run_command helperAndrey Drobyshev
2024-05-01qga/commands-posix: don't do fork()/exec() when suspending via sysfsAndrey Drobyshev
2024-05-01qga/commands-posix: execute_fsfreeze_hook: use ga_run_command helperAndrey Drobyshev
2024-05-01qga/commands-posix: qmp_guest_set_time: use ga_run_command helperAndrey Drobyshev
2024-05-01qga/commands-posix: qmp_guest_shutdown: use ga_run_command helperAndrey Drobyshev
2024-05-01qga: introduce ga_run_command() helper for guest cmd executionAndrey Drobyshev