aboutsummaryrefslogtreecommitdiff
path: root/qga/commands-posix.c
AgeCommit message (Expand)Author
2024-11-04qemu-ga: Fix a SIGSEGV in ga_run_command() helperSunil Nimmagadda
2024-10-18error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster
2024-07-19qga/commands-posix: Make ga_wait_child() return booleanZhao Liu
2024-07-19qga: centralize logic for disabling/enabling commandsDaniel P. Berrangé
2024-07-19qga: conditionalize schema for commands not supported on other UNIXDaniel P. Berrangé
2024-07-19qga: conditionalize schema for commands requiring utmpxDaniel P. Berrangé
2024-07-19qga: conditionalize schema for commands requiring fstrimDaniel P. Berrangé
2024-07-19qga: conditionalize schema for commands requiring fsfreezeDaniel P. Berrangé
2024-07-19qga: conditionalize schema for commands only supported on WindowsDaniel P. Berrangé
2024-07-19qga: conditionalize schema for commands requiring linux/win32Daniel P. Berrangé
2024-07-19qga: conditionalize schema for commands requiring getifaddrsDaniel P. Berrangé
2024-07-19qga: conditionalize schema for commands unsupported on non-Linux POSIXDaniel P. Berrangé
2024-07-19qga: conditionalize schema for commands unsupported on WindowsDaniel P. Berrangé
2024-07-19qga: move linux memory block command impls to commands-linux.cDaniel P. Berrangé
2024-07-19qga: move linux disk/cpu stats command impls to commands-linux.cDaniel P. Berrangé
2024-07-19qga: move linux fs/disk command impls to commands-linux.cDaniel P. Berrangé
2024-07-19qga: move linux suspend command impls to commands-linux.cDaniel P. Berrangé
2024-07-19qga: move linux vcpu command impls to commands-linux.cDaniel P. Berrangé
2024-07-19qga: drop blocking of guest-get-memory-block-size commandDaniel P. Berrangé
2024-05-03qga/commands-posix: fix typo in qmp_guest_set_user_passwordPaolo Bonzini
2024-05-01qga/commands-posix: qmp_guest_set_user_password: use ga_run_command helperAndrey Drobyshev
2024-05-01qga/commands-posix: don't do fork()/exec() when suspending via sysfsAndrey Drobyshev
2024-05-01qga/commands-posix: execute_fsfreeze_hook: use ga_run_command helperAndrey Drobyshev
2024-05-01qga/commands-posix: qmp_guest_set_time: use ga_run_command helperAndrey Drobyshev
2024-05-01qga/commands-posix: qmp_guest_shutdown: use ga_run_command helperAndrey Drobyshev
2024-05-01qga: introduce ga_run_command() helper for guest cmd executionAndrey Drobyshev
2024-05-01qga: guest-get-fsinfo: add optional 'total-bytes-privileged' fieldAndrey Drobyshev
2024-01-30qga: Solaris has net/if_arp.h and netinet/if_ether.h but not ETHER_ADDR_LENNick Briggs
2023-09-08qga/: spelling fixesMichael Tokarev
2023-05-04qga: Fix suspend on Linux guests without systemdMark Somerville
2023-05-04qga/linux: add usb support to guest-get-fsinfoKfir Manor
2023-02-08qga: Clean up includesMarkus Armbruster
2023-01-09error handling: Use RETRY_ON_EINTR() macro where applicableNikita Ivanov
2022-12-20qga: Add initial OpenBSD and NetBSD supportBrad Smith
2022-12-14qapi qga: Elide redundant has_FOO in generated CMarkus Armbruster
2022-10-26qga: Move HW address getting to a separate functionAlexander Ivanov
2022-10-26qga: Add support for user password setting in FreeBSDAlexander Ivanov
2022-10-26qga: Add shutdown/halt/reboot support for FreeBSDAlexander Ivanov
2022-10-26qga: Add UFS freeze/thaw support for FreeBSDAlexander Ivanov
2022-10-26qga: Move Linux-specific FS freeze/thaw code to a separate fileAlexander Ivanov
2022-10-26qga: Add initial FreeBSD supportAlexander Ivanov
2022-09-20qga: Replace 'blacklist' and 'whitelist' in the guest agent sourcesThomas Huth
2022-07-18qga: treat get-guest-fsinfo as "best effort"John Snow
2022-07-13qga: add command 'guest-get-cpustats'zhenwei pi
2022-05-28qga: make build_fs_mount_list() return a boolMarc-André Lureau
2022-05-28qga: replace qemu_open_old() with qga_open_cloexec()Marc-André Lureau
2022-05-28qga: use qga_open_cloexec() for safe_open_or_create()Marc-André Lureau
2022-05-28qga: flatten safe_open_or_create()Marc-André Lureau
2022-05-25qga: add guest-get-diskstats command for Linux guestsluzhipeng
2022-05-04qga: Introduce disk smartzhenwei pi