- a9eacf8 qga: relocate path to default configuration and hook by Paolo Bonzini · 4 years, 5 months ago
- 18240fd meson: fix MSI rule by Marc-André Lureau · 4 years, 4 months ago
- ac741a9 qga/qapi-schema.json: Add some headings by Peter Maydell · 4 years, 4 months ago
- db16115 docs/interop: Convert qemu-ga-ref to rST by Peter Maydell · 4 years, 4 months ago
- d73415a qemu/atomic.h: rename atomic_ to qatomic_ by Stefan Hajnoczi · 4 years, 4 months ago
- 5e0a8fd Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-09-16' into staging by Peter Maydell · 4 years, 4 months ago
- 448058a util: rename qemu_open() to qemu_open_old() by Daniel P. Berrangé · 4 years, 6 months ago
- 37d98ab qga/commands-win32: Fix problem with redundant protype declaration by Thomas Huth · 4 years, 4 months ago
- 2e4211c qga: add command guest-get-devices for reporting VirtIO devices by Tomáš Golembiovský · 4 years, 6 months ago
- 23843c1 qga/commands-posix: Support fsinfo for non-PCI virtio devices, too by Thomas Huth · 4 years, 6 months ago
- 43dadc4 qga/commands-posix: Move the udev code from the pci to the generic function by Thomas Huth · 4 years, 6 months ago
- d9fe4f0 qga/commands-posix: Rework build_guest_fsinfo_for_real_device() function by Thomas Huth · 4 years, 6 months ago
- 8ab1aab meson: install $localstatedir/run for qga by Marc-André Lureau · 4 years, 5 months ago
- acfdaac meson: build texi doc by Paolo Bonzini · 4 years, 6 months ago
- 588a19f meson: convert dummy Windows qga/qemu-ga target by Paolo Bonzini · 5 years ago
- 328ec32 meson: add msi generation by Marc-André Lureau · 6 years ago
- 7272fc7 meson: convert vss-win32 by Marc-André Lureau · 6 years ago
- f15bff2 meson: convert qemu-ga by Paolo Bonzini · 6 years ago
- f7160f3 schemas: Add vim modeline by Andrea Bolognani · 4 years, 6 months ago
- ba62054 qga/qapi-schema: Document -1 for invalid PCI address fields by Thomas Huth · 4 years, 6 months ago
- 3aaebc0 qga-win: fix "guest-get-fsinfo" wrong filesystem type by Basil Salman · 4 years, 9 months ago
- 0d3a8f3 qga: Use qemu_get_host_name() instead of g_get_host_name() by Michal Privoznik · 4 years, 7 months ago
- 844bd70 qga: fix assert regression on guest-shutdown by Marc-André Lureau · 4 years, 8 months ago
- 917ebcb qga-win: Fix QGA VSS Provider service stop failure by Basil Salman · 4 years, 7 months ago
- 992861f error: Eliminate error_propagate() manually by Markus Armbruster · 4 years, 7 months ago
- 668f62e error: Eliminate error_propagate() with Coccinelle, part 1 by Markus Armbruster · 4 years, 7 months ago
- dcfe480 error: Avoid unnecessary error_propagate() after error_setg() by Markus Armbruster · 4 years, 7 months ago
- b368123 qga: Plug unlikely memory leak in guest-set-memory-blocks by Markus Armbruster · 4 years, 7 months ago
- 51bd458 qga: Fix qmp_guest_suspend_{disk, ram}() error handling by Markus Armbruster · 4 years, 9 months ago
- 4155c99 qga: Fix qmp_guest_get_memory_blocks() error handling by Markus Armbruster · 4 years, 9 months ago
- 1329651f qga: Restrict guest-file-read count to 48 MB to avoid crashes by Philippe Mathieu-Daudé · 4 years, 9 months ago
- ead83a1 qga: Extract qmp_guest_file_read() to common commands.c by Philippe Mathieu-Daudé · 4 years, 9 months ago
- 5d3586b qga: Extract guest_file_handle_find() to commands-common.h by Philippe Mathieu-Daudé · 4 years, 9 months ago
- f62ebb6 Revert "prevent crash when executing guest-file-read with large count" by Philippe Mathieu-Daudé · 4 years, 9 months ago
- 6a4a385 qga/commands-posix: fix use after free of local_err by Vladimir Sementsov-Ogievskiy · 4 years, 10 months ago
- 7b46aad qemu-ga: document vsock-listen in the man page by Stefan Hajnoczi · 4 years, 10 months ago
- a23f38a qga: Fix undefined C behavior by Eric Blake · 4 years, 10 months ago
- 807e2b6 qga-win: prevent crash when executing guest-file-read with large count by Basil Salman · 4 years, 10 months ago
- b2413df qga-win: Handle VSS_E_PROVIDER_ALREADY_REGISTERED error by Sameeh Jubran · 4 years, 10 months ago
- bb1ce44 qga: Installer: Wait for installation to finish by Basil Salman · 4 years, 10 months ago
- f0ccc00 qmp: constify QmpCommand and list by Marc-André Lureau · 4 years, 10 months ago
- d1eddab qga: Fix a memory leak by Philippe Mathieu-Daudé · 5 years ago
- 672db77 qga: Improve error report by calling error_setg_win32() by Philippe Mathieu-Daudé · 5 years ago
- a7b6e89 qga/qapi-schema.json: minor format fixups for rST by Peter Maydell · 5 years ago
- 883aff6 qga/qapi-schema.json: Fix indent level on doc comments by Peter Maydell · 5 years ago
- 72ec8bf qga/qapi-schema.json: Fix missing '-' in GuestDiskBusType doc comment by Peter Maydell · 5 years ago
- db5adea build-sys: clean up flags included in the linker command line by Paolo Bonzini · 5 years ago
- 00ca24f qapi: Generate command registration stuff into separate files by Markus Armbruster · 5 years ago
- b90abba qga: rename Error ** parameter to more common errp by Vladimir Sementsov-Ogievskiy · 5 years ago
- 292743d qga: Fix guest-get-fsinfo error API violations by Markus Armbruster · 5 years ago
- 5c6096e qga: fence guest-set-time if hwclock not available by Cornelia Huck · 5 years ago
- 28d8dd3 qga: Add "guest-get-memory-block-info" to blacklist by Basil Salman · 5 years ago
- a18025f qga-win: network-get-interfaces command name field bug fix by Bishara AbuHattoum · 5 years ago
- e5b6353 socket: Add backlog parameter to socket_listen by Juan Quintela · 5 years ago
- a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
- 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
- a8b991b Clean up ill-advised or unusual header guards by Markus Armbruster · 6 years ago
- 8ac6557 qga: Fix mingw compilation warnings on enum conversion by Cao Jiaxi · 6 years ago
- 781f2b3 qga: process_event() simplification by Marc-André Lureau · 6 years ago
- 996b9cd qga: Fix guest-get-fsinfo PCI address collection in Windows by Matt Hines · 6 years ago
- 40cebc5 qga-win: fix VSS build breakage due to unintended gnu99 C++ flag by Michael Roth · 6 years ago
- 82a58d2 qga-win: include glib when building VSS DLL by Michael Roth · 6 years ago
- bd586a9 qga-win: Adding support for Windows Server 2019 get-osinfo command by Bishara AbuHattoum · 6 years ago
- bb6c8d4 qga: update docs with systemd suspend support info by Daniel Henrique Barboza · 6 years ago
- eae3eb3 qemu/queue.h: simplify reverse access to QTAILQ by Paolo Bonzini · 6 years ago
- 4ac8086 qga: drop < Vista compatibility by Marc-André Lureau · 6 years ago
- 56cdca1 build-sys: build with Vista API by default by Marc-André Lureau · 6 years ago
- b72566a Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-request' into staging by Peter Maydell · 6 years ago
- b232200 error: Remove NULL checks on error_propagate() calls by Markus Armbruster · 6 years ago
- f8a5777 qga: update guest-suspend-ram and guest-suspend-hybrid descriptions by Daniel Henrique Barboza · 6 years ago
- 61baac2 qga: Add multiple include guard to guest-agent-core.h by Peter Maydell · 6 years ago
- f898ee0 qga-win: fix leaks of build_guest_disk_info() by Marc-André Lureau · 6 years ago
- b70d6af qga-win: changing --retry-path option behavior by Bishara AbuHattoum · 6 years ago
- a2c1ac4 qga-win: report specific error when failing to open channel by Michael Roth · 6 years ago
- ebc88c0 qga-win: install service with --retry-path set by default by Michael Roth · 6 years ago
- d951fad qga: add --retry-path option for re-initializing channel on failure by Michael Roth · 6 years ago
- d88495a qga: move w32 service handling out of run_agent() by Michael Roth · 6 years ago
- 0f4d3a4 qga: hang GAConfig/socket_activation off of GAState global by Michael Roth · 6 years ago
- 50d5b3c qga: group agent init/cleanup init separate routines by Michael Roth · 6 years ago
- d9c85b6 qga: fix an off-by-one issue by Li Qiang · 6 years ago
- 7fae518 qga-win: demystify namespace stripping by Tomáš Golembiovský · 6 years ago
- 4550dee qga-win: return disk device in guest-get-fsinfo by Tomáš Golembiovský · 6 years ago
- b1ba889 qga-win: handle multi-disk volumes by Tomáš Golembiovský · 6 years ago
- 9e65fd6 qga-win: refactor disk info by Tomáš Golembiovský · 6 years ago
- fb08aa7 qga-win: report disk serial number by Tomáš Golembiovský · 6 years ago
- c76d70f qga-win: refactor disk properties (bus) by Tomáš Golembiovský · 6 years ago
- 222682a qga-win: add debugging information by Tomáš Golembiovský · 6 years ago
- 6880b94 qga-win: fsinfo: pci-info: allow partial info by Sameeh Jubran · 6 years ago
- 0d7f937 qga-win: prevent crash when executing fsinfo command by Sameeh Jubran · 6 years ago
- 6589ce3 qga: linux: return disk device in guest-get-fsinfo by Tomáš Golembiovský · 6 years ago
- b616105 qga: linux: report disk serial number by Tomáš Golembiovský · 6 years ago
- b4bf912 qga: ignore non present cpus when handling qmp_guest_get_vcpus() by Igor Mammedov · 6 years ago
- 0692b03 qga-win: add support for qmp_guest_fsfreeze_freeze_list by Chen Hanxiao · 6 years ago
- bad0227 qga: Support Unicode paths in guest-file-open on win32 by Jonathon Reinhart · 6 years ago
- 9e6bdef util: add qemu_write_pidfile() by Marc-André Lureau · 6 years ago
- 86cdf9e json: Clean up headers by Markus Armbruster · 6 years ago
- 84a56f3 json: Pass lexical errors and limit violations to callback by Markus Armbruster · 6 years ago
- 62815d8 json: Redesign the callback to consume JSON values by Markus Armbruster · 6 years ago
- ae7da1e qga: process_event() simplification and leak fix by Marc-André Lureau · 7 years ago
- c5840b9 qga-win: Handle fstrim for OSes lower than Win8 by Sameeh Jubran · 7 years ago