summaryrefslogtreecommitdiff
path: root/qga/commands-posix.c
AgeCommit message (Expand)Author
2022-05-25qga: add guest-get-diskstats command for Linux guestsluzhipeng
2022-05-04qga: Introduce disk smartzhenwei pi
2022-05-04qga: Introduce NVMe disk bus typezhenwei pi
2022-05-04qga/commands-posix: 'guest-shutdown' for SolarisAndrew Deason
2022-05-04qga/commands-posix: Log all net stats failuresAndrew Deason
2022-05-04qga/commands-posix: Fix listing ifaces for SolarisAndrew Deason
2022-05-04qga/commands-posix: Fix iface hw address detectionAndrew Deason
2022-05-04qga/commands-posix: Use getifaddrs when availableAndrew Deason
2022-05-03qga: replace qemu_set_nonblock()Marc-André Lureau
2022-05-03qga: replace pipe() with g_unix_open_pipe(CLOEXEC)Marc-André Lureau
2022-04-21qga: move qga_get_host_name()Marc-André Lureau
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-04-06qga: remove explicit environ argument from exec/spawnMarc-André Lureau
2022-04-06qga: replace qemu_gettimeofday() with g_get_real_time()Marc-André Lureau
2021-04-20qga: fix guest-get-disks regressionMarc-André Lureau
2021-03-16qga: Add spaces around operatorAlexChen
2021-03-16qga: Correct loop count in qmp_guest_get_vcpus()Lin Ma
2021-03-05qga: Utilize QAPI_LIST_APPEND in qmp_guest_network_get_interfacesEric Blake
2021-01-28qapi: More complex uses of QAPI_LIST_APPENDEric Blake
2021-01-28qapi: Use QAPI_LIST_APPEND in trivial casesEric Blake
2021-01-01Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20201222' into...Peter Maydell
2020-12-21qga/commands-posix: Send CCW address on s390x with the fsinfo dataThomas Huth
2020-12-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake
2020-11-16qga: update schema for guest-get-disks 'dependents' fieldMichael Roth
2020-11-09qga: fix missing closedir() in qmp_guest_get_disks()Michael Roth
2020-11-02qga: add implementation of guest-get-disks for LinuxTomáš Golembiovský
2020-11-02qga: add command guest-get-disksTomáš Golembiovský
2020-09-16util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé
2020-09-12qga: add command guest-get-devices for reporting VirtIO devicesTomáš Golembiovský
2020-09-12qga/commands-posix: Support fsinfo for non-PCI virtio devices, tooThomas Huth
2020-09-12qga/commands-posix: Move the udev code from the pci to the generic functionThomas Huth
2020-09-12qga/commands-posix: Rework build_guest_fsinfo_for_real_device() functionThomas Huth
2020-07-10error: Eliminate error_propagate() manuallyMarkus Armbruster
2020-07-02qga: Plug unlikely memory leak in guest-set-memory-blocksMarkus Armbruster
2020-04-29qga: Fix qmp_guest_get_memory_blocks() error handlingMarkus Armbruster
2020-04-15qga: Extract qmp_guest_file_read() to common commands.cPhilippe Mathieu-Daudé
2020-04-15qga: Extract guest_file_handle_find() to commands-common.hPhilippe Mathieu-Daudé
2020-04-04qga/commands-posix: fix use after free of local_errVladimir Sementsov-Ogievskiy
2019-12-18qga: rename Error ** parameter to more common errpVladimir Sementsov-Ogievskiy
2019-12-18qga: Fix guest-get-fsinfo error API violationsMarkus Armbruster
2019-12-14qga: fence guest-set-time if hwclock not availableCornelia Huck
2019-11-04qga: Add "guest-get-memory-block-info" to blacklistBasil Salman
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-01-11qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini
2018-12-18error: Remove NULL checks on error_propagate() callsMarkus Armbruster
2018-10-31qga: linux: return disk device in guest-get-fsinfoTomáš Golembiovský
2018-10-31qga: linux: report disk serial numberTomáš Golembiovský
2018-10-30qga: ignore non present cpus when handling qmp_guest_get_vcpus()Igor Mammedov
2018-07-16qga: fix file descriptor leakPaolo Bonzini
2018-07-16qga: fix 'driver' leak in guest-get-fsinfoMarc-André Lureau