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