summary refs log tree commit diff stats
path: root/qga/commands-posix.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* qga/commands-posix: Log all net stats failuresAndrew Deason2022-05-041-1/+5
* qga/commands-posix: Fix listing ifaces for SolarisAndrew Deason2022-05-041-1/+6
* qga/commands-posix: Fix iface hw address detectionAndrew Deason2022-05-041-15/+24
* qga/commands-posix: Use getifaddrs when availableAndrew Deason2022-05-041-229/+245
* qga: replace qemu_set_nonblock()Marc-André Lureau2022-05-031-1/+5
* qga: replace pipe() with g_unix_open_pipe(CLOEXEC)Marc-André Lureau2022-05-031-1/+1
* qga: move qga_get_host_name()Marc-André Lureau2022-04-211-0/+35
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* qga: remove explicit environ argument from exec/spawnMarc-André Lureau2022-04-061-17/+7
* qga: replace qemu_gettimeofday() with g_get_real_time()Marc-André Lureau2022-04-061-14/+0
* qga: fix guest-get-disks regressionMarc-André Lureau2021-04-201-0/+1
* qga: Add spaces around operatorAlexChen2021-03-161-2/+2
* qga: Correct loop count in qmp_guest_get_vcpus()Lin Ma2021-03-161-29/+14
* qga: Utilize QAPI_LIST_APPEND in qmp_guest_network_get_interfacesEric Blake2021-03-051-45/+30
* qapi: More complex uses of QAPI_LIST_APPENDEric Blake2021-01-281-13/+6
* qapi: Use QAPI_LIST_APPEND in trivial casesEric Blake2021-01-281-22/+9
* Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20201222' into...Peter Maydell2021-01-011-0/+34
|\
| * qga/commands-posix: Send CCW address on s390x with the fsinfo dataThomas Huth2020-12-211-0/+34
* | qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake2020-12-191-36/+11
|/
* qga: update schema for guest-get-disks 'dependents' fieldMichael Roth2020-11-161-4/+6
* qga: fix missing closedir() in qmp_guest_get_disks()Michael Roth2020-11-091-0/+3
* qga: add implementation of guest-get-disks for LinuxTomáš Golembiovský2020-11-021-11/+292
* qga: add command guest-get-disksTomáš Golembiovský2020-11-021-0/+6
* util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé2020-09-161-3/+3
* qga: add command guest-get-devices for reporting VirtIO devicesTomáš Golembiovský2020-09-121-0/+9