summaryrefslogtreecommitdiffstats
path: root/qga
Commit message (Expand)AuthorAgeFilesLines
* qga: Fix qmp_guest_suspend_{disk, ram}() error handlingMarkus Armbruster2020-04-291-0/+14
* qga: Fix qmp_guest_get_memory_blocks() error handlingMarkus Armbruster2020-04-291-0/+3
* qga: Restrict guest-file-read count to 48 MB to avoid crashesPhilippe Mathieu-Daudé2020-04-152-3/+12
* qga: Extract qmp_guest_file_read() to common commands.cPhilippe Mathieu-Daudé2020-04-154-36/+35Star
* qga: Extract guest_file_handle_find() to commands-common.hPhilippe Mathieu-Daudé2020-04-153-6/+26
* Revert "prevent crash when executing guest-file-read with large count"Philippe Mathieu-Daudé2020-04-151-7/+1Star
* qga/commands-posix: fix use after free of local_errVladimir Sementsov-Ogievskiy2020-04-041-0/+3
* qemu-ga: document vsock-listen in the man pageStefan Hajnoczi2020-03-241-1/+3
* qga: Fix undefined C behaviorEric Blake2020-03-241-2/+7
* qga-win: prevent crash when executing guest-file-read with large countBasil Salman2020-03-241-1/+7
* qga-win: Handle VSS_E_PROVIDER_ALREADY_REGISTERED errorSameeh Jubran2020-03-241-0/+11
* qga: Installer: Wait for installation to finishBasil Salman2020-03-241-1/+1
* qmp: constify QmpCommand and listMarc-André Lureau2020-03-172-4/+4
* qga: Fix a memory leakPhilippe Mathieu-Daudé2020-03-091-2/+2
* qga: Improve error report by calling error_setg_win32()Philippe Mathieu-Daudé2020-03-092-4/+7
* qga/qapi-schema.json: minor format fixups for rSTPeter Maydell2020-02-151-43/+51
* qga/qapi-schema.json: Fix indent level on doc commentsPeter Maydell2020-02-151-31/+31
* qga/qapi-schema.json: Fix missing '-' in GuestDiskBusType doc commentPeter Maydell2020-02-151-1/+1
* build-sys: clean up flags included in the linker command linePaolo Bonzini2020-01-241-2/+2
* qapi: Generate command registration stuff into separate filesMarkus Armbruster2020-01-142-1/+2
* qga: rename Error ** parameter to more common errpVladimir Sementsov-Ogievskiy2019-12-183-8/+8
* qga: Fix guest-get-fsinfo error API violationsMarkus Armbruster2019-12-181-2/+4
* qga: fence guest-set-time if hwclock not availableCornelia Huck2019-12-141-1/+12
* qga: Add "guest-get-memory-block-info" to blacklistBasil Salman2019-11-042-2/+3
* qga-win: network-get-interfaces command name field bug fixBishara AbuHattoum2019-11-041-5/+5
* socket: Add backlog parameter to socket_listenJuan Quintela2019-09-031-1/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-123-1/+2
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-1/+0Star
* Clean up ill-advised or unusual header guardsMarkus Armbruster2019-05-131-2/+2
* qga: Fix mingw compilation warnings on enum conversionCao Jiaxi2019-05-071-1/+1
* qga: process_event() simplificationMarc-André Lureau2019-03-181-38/+9Star
* qga: Fix guest-get-fsinfo PCI address collection in WindowsMatt Hines2019-03-181-107/+210
* qga-win: fix VSS build breakage due to unintended gnu99 C++ flagMichael Roth2019-03-181-1/+1
* qga-win: include glib when building VSS DLLMichael Roth2019-03-181-1/+1
* qga-win: Adding support for Windows Server 2019 get-osinfo commandBishara AbuHattoum2019-03-181-2/+27
* qga: update docs with systemd suspend support infoDaniel Henrique Barboza2019-03-181-11/+14
* qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini2019-01-111-1/+1
* qga: drop < Vista compatibilityMarc-André Lureau2019-01-111-64/+0Star
* build-sys: build with Vista API by defaultMarc-André Lureau2019-01-111-5/+1Star
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-reque...Peter Maydell2018-12-191-5/+2Star
|\
| * error: Remove NULL checks on error_propagate() callsMarkus Armbruster2018-12-181-5/+2Star
* | qga: update guest-suspend-ram and guest-suspend-hybrid descriptionsDaniel Henrique Barboza2018-12-181-6/+10
|/
* qga: Add multiple include guard to guest-agent-core.hPeter Maydell2018-11-091-0/+5
* qga-win: fix leaks of build_guest_disk_info()Marc-André Lureau2018-11-091-1/+4
* qga-win: changing --retry-path option behaviorBishara AbuHattoum2018-10-312-1/+89
* qga-win: report specific error when failing to open channelMichael Roth2018-10-311-1/+2
* qga-win: install service with --retry-path set by defaultMichael Roth2018-10-311-1/+1
* qga: add --retry-path option for re-initializing channel on failureMichael Roth2018-10-311-8/+54
* qga: move w32 service handling out of run_agent()Michael Roth2018-10-311-11/+15
* qga: hang GAConfig/socket_activation off of GAState globalMichael Roth2018-10-311-9/+15