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
/
commands-posix.c
Age
Commit message (
Expand
)
Author
2024-11-04
qemu-ga: Fix a SIGSEGV in ga_run_command() helper
Sunil Nimmagadda
2024-10-18
error: Drop superfluous #include "qapi/qmp/qerror.h"
Markus Armbruster
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: 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 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 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-05-03
qga/commands-posix: fix typo in qmp_guest_set_user_password
Paolo Bonzini
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
2024-05-01
qga: guest-get-fsinfo: add optional 'total-bytes-privileged' field
Andrey Drobyshev
2024-01-30
qga: Solaris has net/if_arp.h and netinet/if_ether.h but not ETHER_ADDR_LEN
Nick Briggs
2023-09-08
qga/: spelling fixes
Michael Tokarev
2023-05-04
qga: Fix suspend on Linux guests without systemd
Mark Somerville
2023-05-04
qga/linux: add usb support to guest-get-fsinfo
Kfir Manor
2023-02-08
qga: Clean up includes
Markus Armbruster
2023-01-09
error handling: Use RETRY_ON_EINTR() macro where applicable
Nikita Ivanov
2022-12-20
qga: Add initial OpenBSD and NetBSD support
Brad Smith
2022-12-14
qapi qga: Elide redundant has_FOO in generated C
Markus Armbruster
2022-10-26
qga: Move HW address getting to a separate function
Alexander Ivanov
2022-10-26
qga: Add support for user password setting in FreeBSD
Alexander Ivanov
2022-10-26
qga: Add shutdown/halt/reboot support for FreeBSD
Alexander Ivanov
2022-10-26
qga: Add UFS freeze/thaw support for FreeBSD
Alexander Ivanov
2022-10-26
qga: Move Linux-specific FS freeze/thaw code to a separate file
Alexander Ivanov
2022-10-26
qga: Add initial FreeBSD support
Alexander Ivanov
2022-09-20
qga: Replace 'blacklist' and 'whitelist' in the guest agent sources
Thomas Huth
2022-07-18
qga: treat get-guest-fsinfo as "best effort"
John Snow
2022-07-13
qga: add command 'guest-get-cpustats'
zhenwei pi
2022-05-28
qga: make build_fs_mount_list() return a bool
Marc-André Lureau
2022-05-28
qga: replace qemu_open_old() with qga_open_cloexec()
Marc-André Lureau
2022-05-28
qga: use qga_open_cloexec() for safe_open_or_create()
Marc-André Lureau
2022-05-28
qga: flatten safe_open_or_create()
Marc-André Lureau
2022-05-25
qga: add guest-get-diskstats command for Linux guests
luzhipeng
2022-05-04
qga: Introduce disk smart
zhenwei pi
[next]