index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qga
Age
Commit message (
Expand
)
Author
2024-11-07
qemu-ga: Avoiding freeing line prematurely
Dehan Meng
2024-11-07
qemu-ga: Optimize var declaration and definition
Dehan Meng
2024-11-07
qemu-ga: Add 'Null' check and Redefine 'route'
Dehan Meng
2024-11-04
qemu-ga: Fix a SIGSEGV in ga_run_command() helper
Sunil Nimmagadda
2024-11-04
qga: fix missing static and prototypes windows warnings
Pierrick Bouvier
2024-11-04
qga: fix -Wsometimes-uninitialized windows warning
Pierrick Bouvier
2024-10-18
error: Drop superfluous #include "qapi/qmp/qerror.h"
Markus Armbruster
2024-10-18
qga: Improve error for guest-set-user-password parameter @crypted
Markus Armbruster
2024-10-18
qga/qapi-schema: Drop obsolete note on "unsupported" errors
Markus Armbruster
2024-08-16
docs: Fix some typos (found by typos) and grammar issues
Stefan Weil
2024-07-23
qga/linux: Add new api 'guest-network-get-route'
Dehan Meng
2024-07-19
qga/commands-posix: Make ga_wait_child() return boolean
Zhao Liu
2024-07-19
qga: centralize logic for disabling/enabling commands
Daniel P. Berrangé
2024-07-19
qga: allow configuration file path via the cli
Daniel P. Berrangé
2024-07-19
qga: remove pointless 'blockrpcs_key' variable
Daniel P. Berrangé
2024-07-19
qga: move declare of QGAConfig struct to top of file
Daniel P. Berrangé
2024-07-19
qga: don't disable fsfreeze commands if vss_init fails
Daniel P. Berrangé
2024-07-19
qga: conditionalize schema for commands not supported on other UNIX
Daniel P. Berrangé
2024-07-19
qga: conditionalize schema for commands requiring utmpx
Daniel P. Berrangé
2024-07-19
qga: conditionalize schema for commands requiring libudev
Daniel P. Berrangé
2024-07-19
qga: conditionalize schema for commands requiring fstrim
Daniel P. Berrangé
2024-07-19
qga: conditionalize schema for commands requiring fsfreeze
Daniel P. Berrangé
2024-07-19
qga: conditionalize schema for commands only supported on Windows
Daniel P. Berrangé
2024-07-19
qga: conditionalize schema for commands requiring linux/win32
Daniel P. Berrangé
2024-07-19
qga: conditionalize schema for commands requiring getifaddrs
Daniel P. Berrangé
2024-07-19
qga: conditionalize schema for commands unsupported on non-Linux POSIX
Daniel P. Berrangé
2024-07-19
qga: conditionalize schema for commands unsupported on Windows
Daniel P. Berrangé
2024-07-19
qga: move CONFIG_FSFREEZE/TRIM to be meson defined options
Daniel P. Berrangé
2024-07-19
qga: move linux memory block command impls to commands-linux.c
Daniel P. Berrangé
2024-07-19
qga: move linux disk/cpu stats command impls to commands-linux.c
Daniel P. Berrangé
2024-07-19
qga: move linux fs/disk command impls to commands-linux.c
Daniel P. Berrangé
2024-07-19
qga: move linux suspend command impls to commands-linux.c
Daniel P. Berrangé
2024-07-19
qga: move linux vcpu command impls to commands-linux.c
Daniel P. Berrangé
2024-07-19
qga: drop blocking of guest-get-memory-block-size command
Daniel P. Berrangé
2024-07-06
qapi: update prose in note blocks
John Snow
2024-07-06
qapi: convert "Note" sections to plain rST
John Snow
2024-06-04
qga: Remove deprecated 'blacklist' argument / config key
Philippe Mathieu-Daudé
2024-05-27
qga: Shorten several error messages
Markus Armbruster
2024-05-27
qga-win32: Improve guest-set-user-password, guest-file-open errors
Markus Armbruster
2024-05-14
Remove glib compatibility code that is not required anymore
Thomas Huth
2024-05-14
Bump minimum glib version to v2.66
Thomas Huth
2024-05-03
qga/commands-posix: fix typo in qmp_guest_set_user_password
Paolo Bonzini
2024-05-01
qga: Implement SSH commands for Windows
aidaleuc
2024-05-01
qga: Refactor common SSH functions
aidaleuc
2024-05-01
qga/commands-posix: qmp_guest_set_user_password: use ga_run_command helper
Andrey Drobyshev
2024-05-01
qga/commands-posix: don't do fork()/exec() when suspending via sysfs
Andrey Drobyshev
2024-05-01
qga/commands-posix: execute_fsfreeze_hook: use ga_run_command helper
Andrey Drobyshev
2024-05-01
qga/commands-posix: qmp_guest_set_time: use ga_run_command helper
Andrey Drobyshev
2024-05-01
qga/commands-posix: qmp_guest_shutdown: use ga_run_command helper
Andrey Drobyshev
2024-05-01
qga: introduce ga_run_command() helper for guest cmd execution
Andrey Drobyshev
[next]