index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qga
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
docs: Fix some typos (found by typos) and grammar issues
Stefan Weil
2024-08-16
1
-1
/
+1
*
qga/linux: Add new api 'guest-network-get-route'
Dehan Meng
2024-07-23
2
-0
/
+206
*
qga/commands-posix: Make ga_wait_child() return boolean
Zhao Liu
2024-07-19
1
-4
/
+4
*
qga: centralize logic for disabling/enabling commands
Daniel P. Berrangé
2024-07-19
3
-84
/
+56
*
qga: allow configuration file path via the cli
Daniel P. Berrangé
2024-07-19
1
-10
/
+33
*
qga: remove pointless 'blockrpcs_key' variable
Daniel P. Berrangé
2024-07-19
1
-4
/
+3
*
qga: move declare of QGAConfig struct to top of file
Daniel P. Berrangé
2024-07-19
1
-22
/
+22
*
qga: don't disable fsfreeze commands if vss_init fails
Daniel P. Berrangé
2024-07-19
2
-15
/
+7
*
qga: conditionalize schema for commands not supported on other UNIX
Daniel P. Berrangé
2024-07-19
2
-9
/
+2
*
qga: conditionalize schema for commands requiring utmpx
Daniel P. Berrangé
2024-07-19
2
-11
/
+5
*
qga: conditionalize schema for commands requiring libudev
Daniel P. Berrangé
2024-07-19
2
-12
/
+4
*
qga: conditionalize schema for commands requiring fstrim
Daniel P. Berrangé
2024-07-19
2
-16
/
+6
*
qga: conditionalize schema for commands requiring fsfreeze
Daniel P. Berrangé
2024-07-19
2
-52
/
+10
*
qga: conditionalize schema for commands only supported on Windows
Daniel P. Berrangé
2024-07-19
2
-14
/
+10
*
qga: conditionalize schema for commands requiring linux/win32
Daniel P. Berrangé
2024-07-19
3
-69
/
+30
*
qga: conditionalize schema for commands requiring getifaddrs
Daniel P. Berrangé
2024-07-19
2
-18
/
+10
*
qga: conditionalize schema for commands unsupported on non-Linux POSIX
Daniel P. Berrangé
2024-07-19
2
-79
/
+17
*
qga: conditionalize schema for commands unsupported on Windows
Daniel P. Berrangé
2024-07-19
3
-71
/
+32
*
qga: move CONFIG_FSFREEZE/TRIM to be meson defined options
Daniel P. Berrangé
2024-07-19
1
-9
/
+0
*
qga: move linux memory block command impls to commands-linux.c
Daniel P. Berrangé
2024-07-19
2
-310
/
+309
*
qga: move linux disk/cpu stats command impls to commands-linux.c
Daniel P. Berrangé
2024-07-19
2
-199
/
+195
*
qga: move linux fs/disk command impls to commands-linux.c
Daniel P. Berrangé
2024-07-19
2
-909
/
+904
*
qga: move linux suspend command impls to commands-linux.c
Daniel P. Berrangé
2024-07-19
2
-265
/
+265
*
qga: move linux vcpu command impls to commands-linux.c
Daniel P. Berrangé
2024-07-19
2
-139
/
+141
*
qga: drop blocking of guest-get-memory-block-size command
Daniel P. Berrangé
2024-07-19
2
-2
/
+2
*
qapi: update prose in note blocks
John Snow
2024-07-06
1
-1
/
+1
*
qapi: convert "Note" sections to plain rST
John Snow
2024-07-06
1
-24
/
+24
*
qga: Remove deprecated 'blacklist' argument / config key
Philippe Mathieu-Daudé
2024-06-04
1
-6
/
+0
*
qga: Shorten several error messages
Markus Armbruster
2024-05-27
2
-20
/
+10
*
qga-win32: Improve guest-set-user-password, guest-file-open errors
Markus Armbruster
2024-05-27
1
-8
/
+9
*
Remove glib compatibility code that is not required anymore
Thomas Huth
2024-05-14
1
-8
/
+0
*
Bump minimum glib version to v2.66
Thomas Huth
2024-05-14
1
-2
/
+2
*
qga/commands-posix: fix typo in qmp_guest_set_user_password
Paolo Bonzini
2024-05-03
1
-1
/
+1
*
qga: Implement SSH commands for Windows
aidaleuc
2024-05-01
4
-11
/
+749
*
qga: Refactor common SSH functions
aidaleuc
2024-05-01
4
-47
/
+63
*
qga/commands-posix: qmp_guest_set_user_password: use ga_run_command helper
Andrey Drobyshev
2024-05-01
1
-83
/
+13
*
qga/commands-posix: don't do fork()/exec() when suspending via sysfs
Andrey Drobyshev
2024-05-01
1
-36
/
+5
*
qga/commands-posix: execute_fsfreeze_hook: use ga_run_command helper
Andrey Drobyshev
2024-05-01
1
-32
/
+3
*
qga/commands-posix: qmp_guest_set_time: use ga_run_command helper
Andrey Drobyshev
2024-05-01
1
-40
/
+3
*
qga/commands-posix: qmp_guest_shutdown: use ga_run_command helper
Andrey Drobyshev
2024-05-01
1
-33
/
+6
*
qga: introduce ga_run_command() helper for guest cmd execution
Andrey Drobyshev
2024-05-01
1
-0
/
+150
*
qga: guest-get-fsinfo: add optional 'total-bytes-privileged' field
Andrey Drobyshev
2024-05-01
3
-2
/
+8
*
qga: Re-enable the qga-ssh-test when running without fuzzing
Thomas Huth
2024-04-30
1
-3
/
+2
*
qga/qapi-schema: Refill doc comments to conform to current conventions
Markus Armbruster
2024-03-26
1
-12
/
+17
*
qga-win: Add support of Windows Server 2025 in get-osinfo command
Dehan Meng
2024-03-11
1
-0
/
+1
*
qga/commands-win32: Do not set matrix_lookup_t/win_10_0_t arrays size
Philippe Mathieu-Daudé
2024-03-11
1
-25
/
+23
*
qga/commands-win32: Declare const qualifier before type
Philippe Mathieu-Daudé
2024-03-11
1
-11
/
+11
*
qga/qapi-schema: Fix guest-set-memory-blocks documentation
Markus Armbruster
2024-03-04
1
-3
/
+3
*
qga/qapi-schema: Tweak documentation of fsfreeze commands
Markus Armbruster
2024-03-04
1
-7
/
+9
*
qga/qapi-schema: Clean up "Returns" sections
Markus Armbruster
2024-03-04
1
-8
/
+8
[next]