aboutsummaryrefslogtreecommitdiff
path: root/qga
AgeCommit message (Expand)Author
2020-02-15qga/qapi-schema.json: minor format fixups for rSTPeter Maydell
2020-02-15qga/qapi-schema.json: Fix indent level on doc commentsPeter Maydell
2020-02-15qga/qapi-schema.json: Fix missing '-' in GuestDiskBusType doc commentPeter Maydell
2020-01-24build-sys: clean up flags included in the linker command linePaolo Bonzini
2020-01-14qapi: Generate command registration stuff into separate filesMarkus Armbruster
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-11-04qga-win: network-get-interfaces command name field bug fixBishara AbuHattoum
2019-09-03socket: Add backlog parameter to socket_listenJuan Quintela
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