682 Commits (e8217c573f9777d90333f5f92aa35d3ae71a7bd6)

Author SHA1 Message Date
Markus Armbruster fd1d47740d error: Drop superfluous #include "qapi/qmp/qerror.h" 1 year ago
Markus Armbruster bd783b5cd6 qga: Improve error for guest-set-user-password parameter @crypted 2 years ago
Markus Armbruster bdebb722cf qga/qapi-schema: Drop obsolete note on "unsupported" errors 2 years ago
Stefan Weil 24c32ed374 docs: Fix some typos (found by typos) and grammar issues 2 years ago
Dehan Meng 8e326d36dd qga/linux: Add new api 'guest-network-get-route' 2 years ago
Zhao Liu 1d523869d7 qga/commands-posix: Make ga_wait_child() return boolean 2 years ago
Daniel P. Berrangé 2e3b166c41 qga: centralize logic for disabling/enabling commands 2 years ago
Daniel P. Berrangé f8bf2347ed qga: allow configuration file path via the cli 2 years ago
Daniel P. Berrangé 8909fc1732 qga: remove pointless 'blockrpcs_key' variable 2 years ago
Daniel P. Berrangé 3390a0de58 qga: move declare of QGAConfig struct to top of file 2 years ago
Daniel P. Berrangé b81837f0d3 qga: don't disable fsfreeze commands if vss_init fails 2 years ago
Daniel P. Berrangé 4be55a4fce qga: conditionalize schema for commands not supported on other UNIX 2 years ago
Daniel P. Berrangé 2799f434a4 qga: conditionalize schema for commands requiring utmpx 2 years ago
Daniel P. Berrangé adbe794a6e qga: conditionalize schema for commands requiring libudev 2 years ago
Daniel P. Berrangé 21ca6854d8 qga: conditionalize schema for commands requiring fstrim 2 years ago
Daniel P. Berrangé 49d8c8e237 qga: conditionalize schema for commands requiring fsfreeze 2 years ago
Daniel P. Berrangé dedf99f303 qga: conditionalize schema for commands only supported on Windows 2 years ago
Daniel P. Berrangé 83a7a1ab9a qga: conditionalize schema for commands requiring linux/win32 2 years ago
Daniel P. Berrangé f8edff9b77 qga: conditionalize schema for commands requiring getifaddrs 2 years ago
Daniel P. Berrangé dacc52461b qga: conditionalize schema for commands unsupported on non-Linux POSIX 2 years ago
Daniel P. Berrangé 0e90127d9b qga: conditionalize schema for commands unsupported on Windows 2 years ago
Daniel P. Berrangé 4bb3da4b14 qga: move CONFIG_FSFREEZE/TRIM to be meson defined options 2 years ago
Daniel P. Berrangé 8b93e5685f qga: move linux memory block command impls to commands-linux.c 2 years ago
Daniel P. Berrangé 74cbd9bcef qga: move linux disk/cpu stats command impls to commands-linux.c 2 years ago
Daniel P. Berrangé 329cefe405 qga: move linux fs/disk command impls to commands-linux.c 2 years ago
Daniel P. Berrangé 0c6f8824fa qga: move linux suspend command impls to commands-linux.c 2 years ago
Daniel P. Berrangé 4210027b50 qga: move linux vcpu command impls to commands-linux.c 2 years ago
Daniel P. Berrangé 6618137620 qga: drop blocking of guest-get-memory-block-size command 2 years ago
John Snow 649c6fa4ee qapi: update prose in note blocks 2 years ago
John Snow d461c27973 qapi: convert "Note" sections to plain rST 2 years ago
Philippe Mathieu-Daudé a7a2d636ae qga: Remove deprecated 'blacklist' argument / config key 2 years ago
Markus Armbruster cec07c79a4 qga: Shorten several error messages 2 years ago
Markus Armbruster ecfc9890c4 qga-win32: Improve guest-set-user-password, guest-file-open errors 2 years ago
Thomas Huth 82fe5d08fd Remove glib compatibility code that is not required anymore 2 years ago
Thomas Huth 0d8caac904 Bump minimum glib version to v2.66 2 years ago
Paolo Bonzini deb686ef0e qga/commands-posix: fix typo in qmp_guest_set_user_password 2 years ago
aidaleuc 6b9296ba7a qga: Implement SSH commands for Windows 2 years ago
aidaleuc 1cc9932700 qga: Refactor common SSH functions 2 years ago
Andrey Drobyshev 0e5b75a390 qga/commands-posix: qmp_guest_set_user_password: use ga_run_command helper 2 years ago
Andrey Drobyshev 2048129625 qga/commands-posix: don't do fork()/exec() when suspending via sysfs 2 years ago
Andrey Drobyshev 8ef383b460 qga/commands-posix: execute_fsfreeze_hook: use ga_run_command helper 2 years ago
Andrey Drobyshev 1fce82bc40 qga/commands-posix: qmp_guest_set_time: use ga_run_command helper 2 years ago
Andrey Drobyshev 123f040a6b qga/commands-posix: qmp_guest_shutdown: use ga_run_command helper 2 years ago
Andrey Drobyshev c3f32c13a3 qga: introduce ga_run_command() helper for guest cmd execution 2 years ago
Andrey Drobyshev 50761a5a9a qga: guest-get-fsinfo: add optional 'total-bytes-privileged' field 2 years ago
Thomas Huth 26813f7f4a qga: Re-enable the qga-ssh-test when running without fuzzing 2 years ago
Markus Armbruster 7270819384 qga/qapi-schema: Refill doc comments to conform to current conventions 2 years ago
Dehan Meng bfded6fe62 qga-win: Add support of Windows Server 2025 in get-osinfo command 2 years ago
Philippe Mathieu-Daudé 734e7b73df qga/commands-win32: Do not set matrix_lookup_t/win_10_0_t arrays size 2 years ago
Philippe Mathieu-Daudé 68bc26717e qga/commands-win32: Declare const qualifier before type 2 years ago