aboutsummaryrefslogtreecommitdiffstats
path: root/qga/commands-posix.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* qga/commands-posix: Make ga_wait_child() return booleanZhao Liu2024-07-191-4/+4
* qga: centralize logic for disabling/enabling commandsDaniel P. Berrangé2024-07-191-6/+0
* qga: conditionalize schema for commands not supported on other UNIXDaniel P. Berrangé2024-07-191-8/+0
* qga: conditionalize schema for commands requiring utmpxDaniel P. Berrangé2024-07-191-9/+1
* qga: conditionalize schema for commands requiring fstrimDaniel P. Berrangé2024-07-191-13/+0
* qga: conditionalize schema for commands requiring fsfreezeDaniel P. Berrangé2024-07-191-47/+0
* qga: conditionalize schema for commands only supported on WindowsDaniel P. Berrangé2024-07-191-9/+0
* qga: conditionalize schema for commands requiring linux/win32Daniel P. Berrangé2024-07-191-28/+2
* qga: conditionalize schema for commands requiring getifaddrsDaniel P. Berrangé2024-07-191-13/+0
* qga: conditionalize schema for commands unsupported on non-Linux POSIXDaniel P. Berrangé2024-07-191-66/+0
* qga: conditionalize schema for commands unsupported on WindowsDaniel P. Berrangé2024-07-191-1/+1
* qga: move linux memory block command impls to commands-linux.cDaniel P. Berrangé2024-07-191-310/+1
* qga: move linux disk/cpu stats command impls to commands-linux.cDaniel P. Berrangé2024-07-191-199/+0
* qga: move linux fs/disk command impls to commands-linux.cDaniel P. Berrangé2024-07-191-909/+0
* qga: move linux suspend command impls to commands-linux.cDaniel P. Berrangé2024-07-191-265/+0
* qga: move linux vcpu command impls to commands-linux.cDaniel P. Berrangé2024-07-191-139/+0
* qga: drop blocking of guest-get-memory-block-size commandDaniel P. Berrangé2024-07-191-1/+1
* qga/commands-posix: fix typo in qmp_guest_set_user_passwordPaolo Bonzini2024-05-031-1/+1
* qga/commands-posix: qmp_guest_set_user_password: use ga_run_command helperAndrey Drobyshev2024-05-011-83/+13
* qga/commands-posix: don't do fork()/exec() when suspending via sysfsAndrey Drobyshev2024-05-011-36/+5
* qga/commands-posix: execute_fsfreeze_hook: use ga_run_command helperAndrey Drobyshev2024-05-011-32/+3
* qga/commands-posix: qmp_guest_set_time: use ga_run_command helperAndrey Drobyshev2024-05-011-40/+3
* qga/commands-posix: qmp_guest_shutdown: use ga_run_command helperAndrey Drobyshev2024-05-011-33/+6
* qga: introduce ga_run_command() helper for guest cmd executionAndrey Drobyshev2024-05-011-0/+150
* qga: guest-get-fsinfo: add optional 'total-bytes-privileged' fieldAndrey Drobyshev2024-05-011-0/+2
* qga: Solaris has net/if_arp.h and netinet/if_ether.h but not ETHER_ADDR_LENNick Briggs2024-01-301-1/+4
* qga/: spelling fixesMichael Tokarev2023-09-081-1/+1
* qga: Fix suspend on Linux guests without systemdMark Somerville2023-05-041-6/+6
* qga/linux: add usb support to guest-get-fsinfoKfir Manor2023-05-041-1/+5
* qga: Clean up includesMarkus Armbruster2023-02-081-1/+0
* error handling: Use RETRY_ON_EINTR() macro where applicableNikita Ivanov2023-01-091-3/+1
* qga: Add initial OpenBSD and NetBSD supportBrad Smith2022-12-201-2/+7
* qapi qga: Elide redundant has_FOO in generated CMarkus Armbruster2022-12-141-24/+8
* qga: Move HW address getting to a separate functionAlexander Ivanov2022-10-261-42/+56
* qga: Add support for user password setting in FreeBSDAlexander Ivanov2022-10-261-10/+25
* qga: Add shutdown/halt/reboot support for FreeBSDAlexander Ivanov2022-10-261-0/+7
* qga: Add UFS freeze/thaw support for FreeBSDAlexander Ivanov2022-10-261-158/+150
* qga: Move Linux-specific FS freeze/thaw code to a separate fileAlexander Ivanov2022-10-261-272/+15
* qga: Add initial FreeBSD supportAlexander Ivanov2022-10-261-0/+8
* qga: Replace 'blacklist' and 'whitelist' in the guest agent sourcesThomas Huth2022-09-201-8/+8
* qga: treat get-guest-fsinfo as "best effort"John Snow2022-07-181-1/+9
* qga: add command 'guest-get-cpustats'zhenwei pi2022-07-131-0/+89
* qga: make build_fs_mount_list() return a boolMarc-André Lureau2022-05-281-15/+10
* qga: replace qemu_open_old() with qga_open_cloexec()Marc-André Lureau2022-05-281-4/+4
* qga: use qga_open_cloexec() for safe_open_or_create()Marc-André Lureau2022-05-281-4/+3
* qga: flatten safe_open_or_create()Marc-André Lureau2022-05-281-60/+60
* qga: add guest-get-diskstats command for Linux guestsluzhipeng2022-05-251-0/+123
* qga: Introduce disk smartzhenwei pi2022-05-041-0/+73
* qga: Introduce NVMe disk bus typezhenwei pi2022-05-041-1/+4
* qga/commands-posix: 'guest-shutdown' for SolarisAndrew Deason2022-05-041-3/+18