aboutsummaryrefslogtreecommitdiff
path: root/qga/commands-posix.c
AgeCommit message (Expand)AuthorFilesLines
2024-11-04qemu-ga: Fix a SIGSEGV in ga_run_command() helperSunil Nimmagadda1-1/+1
2024-10-18error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster1-1/+0
2024-07-19qga/commands-posix: Make ga_wait_child() return booleanZhao Liu1-4/+4
2024-07-19qga: centralize logic for disabling/enabling commandsDaniel P. Berrangé1-6/+0
2024-07-19qga: conditionalize schema for commands not supported on other UNIXDaniel P. Berrangé1-8/+0
2024-07-19qga: conditionalize schema for commands requiring utmpxDaniel P. Berrangé1-9/+1
2024-07-19qga: conditionalize schema for commands requiring fstrimDaniel P. Berrangé1-13/+0
2024-07-19qga: conditionalize schema for commands requiring fsfreezeDaniel P. Berrangé1-47/+0
2024-07-19qga: conditionalize schema for commands only supported on WindowsDaniel P. Berrangé1-9/+0
2024-07-19qga: conditionalize schema for commands requiring linux/win32Daniel P. Berrangé1-28/+2
2024-07-19qga: conditionalize schema for commands requiring getifaddrsDaniel P. Berrangé1-13/+0
2024-07-19qga: conditionalize schema for commands unsupported on non-Linux POSIXDaniel P. Berrangé1-66/+0
2024-07-19qga: conditionalize schema for commands unsupported on WindowsDaniel P. Berrangé1-1/+1
2024-07-19qga: move linux memory block command impls to commands-linux.cDaniel P. Berrangé1-310/+1
2024-07-19qga: move linux disk/cpu stats command impls to commands-linux.cDaniel P. Berrangé1-199/+0
2024-07-19qga: move linux fs/disk command impls to commands-linux.cDaniel P. Berrangé1-909/+0
2024-07-19qga: move linux suspend command impls to commands-linux.cDaniel P. Berrangé1-265/+0
2024-07-19qga: move linux vcpu command impls to commands-linux.cDaniel P. Berrangé1-139/+0
2024-07-19qga: drop blocking of guest-get-memory-block-size commandDaniel P. Berrangé1-1/+1
2024-05-03qga/commands-posix: fix typo in qmp_guest_set_user_passwordPaolo Bonzini1-1/+1
2024-05-01qga/commands-posix: qmp_guest_set_user_password: use ga_run_command helperAndrey Drobyshev1-83/+13
2024-05-01qga/commands-posix: don't do fork()/exec() when suspending via sysfsAndrey Drobyshev1-36/+5
2024-05-01qga/commands-posix: execute_fsfreeze_hook: use ga_run_command helperAndrey Drobyshev1-32/+3
2024-05-01qga/commands-posix: qmp_guest_set_time: use ga_run_command helperAndrey Drobyshev1-40/+3
2024-05-01qga/commands-posix: qmp_guest_shutdown: use ga_run_command helperAndrey Drobyshev1-33/+6
2024-05-01qga: introduce ga_run_command() helper for guest cmd executionAndrey Drobyshev1-0/+150
2024-05-01qga: guest-get-fsinfo: add optional 'total-bytes-privileged' fieldAndrey Drobyshev1-0/+2
2024-01-30qga: Solaris has net/if_arp.h and netinet/if_ether.h but not ETHER_ADDR_LENNick Briggs1-1/+4
2023-09-08qga/: spelling fixesMichael Tokarev1-1/+1
2023-05-04qga: Fix suspend on Linux guests without systemdMark Somerville1-6/+6
2023-05-04qga/linux: add usb support to guest-get-fsinfoKfir Manor1-1/+5
2023-02-08qga: Clean up includesMarkus Armbruster1-1/+0
2023-01-09error handling: Use RETRY_ON_EINTR() macro where applicableNikita Ivanov1-3/+1
2022-12-20qga: Add initial OpenBSD and NetBSD supportBrad Smith1-2/+7
2022-12-14qapi qga: Elide redundant has_FOO in generated CMarkus Armbruster1-24/+8
2022-10-26qga: Move HW address getting to a separate functionAlexander Ivanov1-42/+56
2022-10-26qga: Add support for user password setting in FreeBSDAlexander Ivanov1-10/+25
2022-10-26qga: Add shutdown/halt/reboot support for FreeBSDAlexander Ivanov1-0/+7
2022-10-26qga: Add UFS freeze/thaw support for FreeBSDAlexander Ivanov1-158/+150
2022-10-26qga: Move Linux-specific FS freeze/thaw code to a separate fileAlexander Ivanov1-272/+15
2022-10-26qga: Add initial FreeBSD supportAlexander Ivanov1-0/+8
2022-09-20qga: Replace 'blacklist' and 'whitelist' in the guest agent sourcesThomas Huth1-8/+8
2022-07-18qga: treat get-guest-fsinfo as "best effort"John Snow1-1/+9
2022-07-13qga: add command 'guest-get-cpustats'zhenwei pi1-0/+89
2022-05-28qga: make build_fs_mount_list() return a boolMarc-André Lureau1-15/+10
2022-05-28qga: replace qemu_open_old() with qga_open_cloexec()Marc-André Lureau1-4/+4
2022-05-28qga: use qga_open_cloexec() for safe_open_or_create()Marc-André Lureau1-4/+3
2022-05-28qga: flatten safe_open_or_create()Marc-André Lureau1-60/+60
2022-05-25qga: add guest-get-diskstats command for Linux guestsluzhipeng1-0/+123
2022-05-04qga: Introduce disk smartzhenwei pi1-0/+73