aboutsummaryrefslogtreecommitdiff
path: root/qga
AgeCommit message (Expand)Author
2020-04-29qga: Fix qmp_guest_suspend_{disk, ram}() error handlingMarkus Armbruster
2020-04-29qga: Fix qmp_guest_get_memory_blocks() error handlingMarkus Armbruster
2020-04-15qga: Restrict guest-file-read count to 48 MB to avoid crashesPhilippe Mathieu-Daudé
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-15Revert "prevent crash when executing guest-file-read with large count"Philippe Mathieu-Daudé
2020-04-04qga/commands-posix: fix use after free of local_errVladimir Sementsov-Ogievskiy
2020-03-24qemu-ga: document vsock-listen in the man pageStefan Hajnoczi
2020-03-24qga: Fix undefined C behaviorEric Blake
2020-03-24qga-win: prevent crash when executing guest-file-read with large countBasil Salman
2020-03-24qga-win: Handle VSS_E_PROVIDER_ALREADY_REGISTERED errorSameeh Jubran
2020-03-24qga: Installer: Wait for installation to finishBasil Salman
2020-03-17qmp: constify QmpCommand and listMarc-André Lureau
2020-03-09qga: Fix a memory leakPhilippe Mathieu-Daudé
2020-03-09qga: Improve error report by calling error_setg_win32()Philippe Mathieu-Daudé
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