aboutsummaryrefslogtreecommitdiff
path: root/qga
AgeCommit message (Expand)AuthorFilesLines
2020-04-29qga: Fix qmp_guest_get_memory_blocks() error handlingMarkus Armbruster1-0/+3
2020-04-15qga: Restrict guest-file-read count to 48 MB to avoid crashesPhilippe Mathieu-Daudé2-3/+12
2020-04-15qga: Extract qmp_guest_file_read() to common commands.cPhilippe Mathieu-Daudé4-36/+35
2020-04-15qga: Extract guest_file_handle_find() to commands-common.hPhilippe Mathieu-Daudé3-6/+26
2020-04-15Revert "prevent crash when executing guest-file-read with large count"Philippe Mathieu-Daudé1-7/+1
2020-04-04qga/commands-posix: fix use after free of local_errVladimir Sementsov-Ogievskiy1-0/+3
2020-03-24qemu-ga: document vsock-listen in the man pageStefan Hajnoczi1-1/+3
2020-03-24qga: Fix undefined C behaviorEric Blake1-2/+7
2020-03-24qga-win: prevent crash when executing guest-file-read with large countBasil Salman1-1/+7
2020-03-24qga-win: Handle VSS_E_PROVIDER_ALREADY_REGISTERED errorSameeh Jubran1-0/+11
2020-03-24qga: Installer: Wait for installation to finishBasil Salman1-1/+1
2020-03-17qmp: constify QmpCommand and listMarc-André Lureau2-4/+4
2020-03-09qga: Fix a memory leakPhilippe Mathieu-Daudé1-2/+2
2020-03-09qga: Improve error report by calling error_setg_win32()Philippe Mathieu-Daudé2-4/+7
2020-02-15qga/qapi-schema.json: minor format fixups for rSTPeter Maydell1-43/+51
2020-02-15qga/qapi-schema.json: Fix indent level on doc commentsPeter Maydell1-31/+31
2020-02-15qga/qapi-schema.json: Fix missing '-' in GuestDiskBusType doc commentPeter Maydell1-1/+1
2020-01-24build-sys: clean up flags included in the linker command linePaolo Bonzini1-2/+2
2020-01-14qapi: Generate command registration stuff into separate filesMarkus Armbruster2-1/+2
2019-12-18qga: rename Error ** parameter to more common errpVladimir Sementsov-Ogievskiy3-8/+8
2019-12-18qga: Fix guest-get-fsinfo error API violationsMarkus Armbruster1-2/+4
2019-12-14qga: fence guest-set-time if hwclock not availableCornelia Huck1-1/+12
2019-11-04qga: Add "guest-get-memory-block-info" to blacklistBasil Salman2-2/+3
2019-11-04qga-win: network-get-interfaces command name field bug fixBishara AbuHattoum1-5/+5
2019-09-03socket: Add backlog parameter to socket_listenJuan Quintela1-1/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster3-1/+2
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+0
2019-05-13Clean up ill-advised or unusual header guardsMarkus Armbruster1-2/+2
2019-05-07qga: Fix mingw compilation warnings on enum conversionCao Jiaxi1-1/+1
2019-03-18qga: process_event() simplificationMarc-André Lureau1-38/+9
2019-03-18qga: Fix guest-get-fsinfo PCI address collection in WindowsMatt Hines1-107/+210
2019-03-18qga-win: fix VSS build breakage due to unintended gnu99 C++ flagMichael Roth1-1/+1
2019-03-18qga-win: include glib when building VSS DLLMichael Roth1-1/+1
2019-03-18qga-win: Adding support for Windows Server 2019 get-osinfo commandBishara AbuHattoum1-2/+27
2019-03-18qga: update docs with systemd suspend support infoDaniel Henrique Barboza1-11/+14
2019-01-11qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini1-1/+1
2019-01-11qga: drop < Vista compatibilityMarc-André Lureau1-64/+0
2019-01-11build-sys: build with Vista API by defaultMarc-André Lureau1-5/+1
2018-12-19Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-reque...Peter Maydell1-5/+2
2018-12-18error: Remove NULL checks on error_propagate() callsMarkus Armbruster1-5/+2
2018-12-18qga: update guest-suspend-ram and guest-suspend-hybrid descriptionsDaniel Henrique Barboza1-6/+10
2018-11-09qga: Add multiple include guard to guest-agent-core.hPeter Maydell1-0/+5
2018-11-09qga-win: fix leaks of build_guest_disk_info()Marc-André Lureau1-1/+4
2018-10-31qga-win: changing --retry-path option behaviorBishara AbuHattoum2-1/+89
2018-10-31qga-win: report specific error when failing to open channelMichael Roth1-1/+2
2018-10-31qga-win: install service with --retry-path set by defaultMichael Roth1-1/+1
2018-10-31qga: add --retry-path option for re-initializing channel on failureMichael Roth1-8/+54
2018-10-31qga: move w32 service handling out of run_agent()Michael Roth1-11/+15
2018-10-31qga: hang GAConfig/socket_activation off of GAState globalMichael Roth1-9/+15
2018-10-31qga: group agent init/cleanup init separate routinesMichael Roth1-32/+50