aboutsummaryrefslogtreecommitdiff
path: root/qga
AgeCommit message (Expand)Author
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-05-13Clean up ill-advised or unusual header guardsMarkus Armbruster
2019-05-07qga: Fix mingw compilation warnings on enum conversionCao Jiaxi
2019-03-18qga: process_event() simplificationMarc-André Lureau
2019-03-18qga: Fix guest-get-fsinfo PCI address collection in WindowsMatt Hines
2019-03-18qga-win: fix VSS build breakage due to unintended gnu99 C++ flagMichael Roth
2019-03-18qga-win: include glib when building VSS DLLMichael Roth
2019-03-18qga-win: Adding support for Windows Server 2019 get-osinfo commandBishara AbuHattoum
2019-03-18qga: update docs with systemd suspend support infoDaniel Henrique Barboza
2019-01-11qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini
2019-01-11qga: drop < Vista compatibilityMarc-André Lureau
2019-01-11build-sys: build with Vista API by defaultMarc-André Lureau
2018-12-19Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-reque...Peter Maydell
2018-12-18error: Remove NULL checks on error_propagate() callsMarkus Armbruster
2018-12-18qga: update guest-suspend-ram and guest-suspend-hybrid descriptionsDaniel Henrique Barboza
2018-11-09qga: Add multiple include guard to guest-agent-core.hPeter Maydell
2018-11-09qga-win: fix leaks of build_guest_disk_info()Marc-André Lureau
2018-10-31qga-win: changing --retry-path option behaviorBishara AbuHattoum
2018-10-31qga-win: report specific error when failing to open channelMichael Roth
2018-10-31qga-win: install service with --retry-path set by defaultMichael Roth
2018-10-31qga: add --retry-path option for re-initializing channel on failureMichael Roth
2018-10-31qga: move w32 service handling out of run_agent()Michael Roth
2018-10-31qga: hang GAConfig/socket_activation off of GAState globalMichael Roth
2018-10-31qga: group agent init/cleanup init separate routinesMichael Roth
2018-10-31qga: fix an off-by-one issueLi Qiang
2018-10-31qga-win: demystify namespace strippingTomáš Golembiovský
2018-10-31qga-win: return disk device in guest-get-fsinfoTomáš Golembiovský
2018-10-31qga-win: handle multi-disk volumesTomáš Golembiovský
2018-10-31qga-win: refactor disk infoTomáš Golembiovský
2018-10-31qga-win: report disk serial numberTomáš Golembiovský
2018-10-31qga-win: refactor disk properties (bus)Tomáš Golembiovský
2018-10-31qga-win: add debugging informationTomáš Golembiovský
2018-10-31qga-win: fsinfo: pci-info: allow partial infoSameeh Jubran
2018-10-31qga-win: prevent crash when executing fsinfo commandSameeh Jubran
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-10-30qga-win: add support for qmp_guest_fsfreeze_freeze_listChen Hanxiao
2018-10-30qga: Support Unicode paths in guest-file-open on win32Jonathon Reinhart
2018-10-02util: add qemu_write_pidfile()Marc-André Lureau
2018-08-24json: Clean up headersMarkus Armbruster
2018-08-24json: Pass lexical errors and limit violations to callbackMarkus Armbruster
2018-08-24json: Redesign the callback to consume JSON valuesMarkus Armbruster
2018-07-23qga: process_event() simplification and leak fixMarc-André Lureau
2018-07-23qga-win: Handle fstrim for OSes lower than Win8Sameeh Jubran
2018-07-16qga: fix file descriptor leakPaolo Bonzini
2018-07-16qga: fix 'driver' leak in guest-get-fsinfoMarc-André Lureau
2018-07-05Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2018-07-03-v2'...Peter Maydell
2018-07-03qmp: Use QDict * instead of QObject * for response objectsMarkus Armbruster