summaryrefslogtreecommitdiffstats
path: root/qga/commands-posix.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+10Star
* 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/+3Star
* 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/+0Star
* qga: remove explicit environ argument from exec/spawnMarc-André Lureau2022-04-061-17/+7Star
* qga: replace qemu_gettimeofday() with g_get_real_time()Marc-André Lureau2022-04-061-14/+0Star
* qga: fix guest-get-disks regressionMarc-André Lureau2021-04-201-0/+1
* qga: Add spaces around operatorAlexChen2021-03-171-2/+2
* qga: Correct loop count in qmp_guest_get_vcpus()Lin Ma2021-03-171-29/+14Star
* qga: Utilize QAPI_LIST_APPEND in qmp_guest_network_get_interfacesEric Blake2021-03-051-45/+30Star
* qapi: More complex uses of QAPI_LIST_APPENDEric Blake2021-01-281-13/+6Star
* qapi: Use QAPI_LIST_APPEND in trivial casesEric Blake2021-01-281-22/+9Star
* 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/+11Star
|/
* 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-131-0/+9
* qga/commands-posix: Support fsinfo for non-PCI virtio devices, tooThomas Huth2020-09-131-1/+41
* qga/commands-posix: Move the udev code from the pci to the generic functionThomas Huth2020-09-131-29/+33
* qga/commands-posix: Rework build_guest_fsinfo_for_real_device() functionThomas Huth2020-09-131-24/+41
* error: Eliminate error_propagate() manuallyMarkus Armbruster2020-07-101-3/+1Star
* qga: Plug unlikely memory leak in guest-set-memory-blocksMarkus Armbruster2020-07-021-0/+1
* qga: Fix qmp_guest_get_memory_blocks() error handlingMarkus Armbruster2020-04-291-0/+3
* qga: Extract qmp_guest_file_read() to common commands.cPhilippe Mathieu-Daudé2020-04-151-19/+3Star
* qga: Extract guest_file_handle_find() to commands-common.hPhilippe Mathieu-Daudé2020-04-151-3/+4
* qga/commands-posix: fix use after free of local_errVladimir Sementsov-Ogievskiy2020-04-041-0/+3
* qga: rename Error ** parameter to more common errpVladimir Sementsov-Ogievskiy2019-12-181-1/+1
* qga: Fix guest-get-fsinfo error API violationsMarkus Armbruster2019-12-181-2/+4
* qga: fence guest-set-time if hwclock not availableCornelia Huck2019-12-141-1/+12
* qga: Add "guest-get-memory-block-info" to blacklistBasil Salman2019-11-041-1/+2
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-0/+1