summaryrefslogtreecommitdiffstats
path: root/qga/commands-posix.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini2019-01-111-1/+1
* error: Remove NULL checks on error_propagate() callsMarkus Armbruster2018-12-181-5/+2Star
* qga: linux: return disk device in guest-get-fsinfoTomáš Golembiovský2018-10-311-1/+6
* qga: linux: report disk serial numberTomáš Golembiovský2018-10-311-2/+30
* qga: ignore non present cpus when handling qmp_guest_get_vcpus()Igor Mammedov2018-10-301-56/+59
* qga: fix file descriptor leakPaolo Bonzini2018-07-161-0/+1
* qga: fix 'driver' leak in guest-get-fsinfoMarc-André Lureau2018-07-161-0/+1
* qga: removing bios_supports_modeDaniel Henrique Barboza2018-07-031-40/+18Star
* qga: systemd hibernate/suspend/hybrid-sleep supportDaniel Henrique Barboza2018-07-031-0/+72
* qga: removing switch statements, adding run_process_childDaniel Henrique Barboza2018-07-031-127/+88Star
* qga: guest_suspend: decoupling pm-utils and sys logicDaniel Henrique Barboza2018-07-031-62/+108
* qga: bios_supports_mode: decoupling pm-utils and sys logicDaniel Henrique Barboza2018-07-031-48/+68
* qga: refactoring qmp_guest_suspend_* functionsDaniel Henrique Barboza2018-07-031-32/+55
* qemu-ga: make get-fsinfo work over pci bridgesMarc-André Lureau2018-07-031-4/+19
* qga: add mountpoint usage info to GuestFilesystemInfoChen Hanxiao2018-07-031-0/+15
* qga: check bytes count read by guest-file-readPrasad J Pandit2018-07-031-1/+1
* qga: unset frozen state if no mount points are frozenChen Hanxiao2018-07-031-0/+6
* qga: use local path for local headersMichael S. Tsirkin2018-06-011-1/+1
* use g_path_get_basename instead of basenameJulia Suvorova2018-03-061-2/+2
* qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster2018-03-021-1/+1
* qga: use ARRAY_SIZE macroPhilippe Mathieu-Daudé2018-02-101-1/+1
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* qga: add network stats to guest-network-get-interfacesZhiPeng Lu2017-10-261-1/+73
* test-qga: add test for guest-get-osinfoTomáš Golembiovský2017-07-181-4/+9
* qemu-ga: add guest-get-osinfo commandTomáš Golembiovský2017-07-181-0/+135
* qemu-ga: check if utmpx.h is available on the systemTomáš Golembiovský2017-07-181-1/+16
* qemu-ga: remove useless allocationMarc-André Lureau2017-06-041-3/+1Star
* qga: fix compiler warnings (clang 5)Philippe Mathieu-Daudé2017-05-071-3/+5
* qga: Add 'guest-get-users' commandVinzenz Feenstra2017-04-271-0/+60
* qga: don't fail if mount doesn't have slave devicesMichael Roth2017-03-301-1/+3