| Commit message (Expand) | Author | Age | Files | Lines |
* | qmp: Call monitor_set_cur() only in qmp_dispatch() | Kevin Wolf | 2020-10-09 | 1 | -1/+1 |
* | qga: relocate path to default configuration and hook | Paolo Bonzini | 2020-09-30 | 1 | -3/+5 |
* | meson: fix MSI rule | Marc-André Lureau | 2020-09-30 | 1 | -0/+1 |
* | qga/qapi-schema.json: Add some headings | Peter Maydell | 2020-09-29 | 1 | -3/+5 |
* | docs/interop: Convert qemu-ga-ref to rST | Peter Maydell | 2020-09-29 | 1 | -2/+1 |
* | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi | 2020-09-23 | 1 | -6/+6 |
* | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-09-1... | Peter Maydell | 2020-09-17 | 1 | -1/+4 |
|\ |
|
| * | qga/commands-win32: Fix problem with redundant protype declaration | Thomas Huth | 2020-09-16 | 1 | -1/+4 |
* | | util: rename qemu_open() to qemu_open_old() | Daniel P. Berrangé | 2020-09-16 | 2 | -5/+5 |
|/ |
|
* | qga: add command guest-get-devices for reporting VirtIO devices | Tomáš Golembiovský | 2020-09-13 | 3 | -1/+269 |
* | qga/commands-posix: Support fsinfo for non-PCI virtio devices, too | Thomas Huth | 2020-09-13 | 1 | -1/+41 |
* | qga/commands-posix: Move the udev code from the pci to the generic function | Thomas Huth | 2020-09-13 | 1 | -29/+33 |
* | qga/commands-posix: Rework build_guest_fsinfo_for_real_device() function | Thomas Huth | 2020-09-13 | 1 | -24/+41 |
* | meson: install $localstatedir/run for qga | Marc-André Lureau | 2020-09-01 | 1 | -0/+2 |
* | meson: build texi doc | Paolo Bonzini | 2020-08-21 | 1 | -3/+9 |
* | meson: convert dummy Windows qga/qemu-ga target | Paolo Bonzini | 2020-08-21 | 2 | -0/+6 |
* | meson: add msi generation | Marc-André Lureau | 2020-08-21 | 2 | -1/+27 |
* | meson: convert vss-win32 | Marc-André Lureau | 2020-08-21 | 4 | -24/+39 |
* | meson: convert qemu-ga | Paolo Bonzini | 2020-08-21 | 3 | -10/+47 |
* | schemas: Add vim modeline | Andrea Bolognani | 2020-08-03 | 1 | -0/+1 |
* | qga/qapi-schema: Document -1 for invalid PCI address fields | Thomas Huth | 2020-07-28 | 1 | -1/+1 |
* | qga-win: fix "guest-get-fsinfo" wrong filesystem type | Basil Salman | 2020-07-28 | 1 | -6/+23 |
* | qga: Use qemu_get_host_name() instead of g_get_host_name() | Michal Privoznik | 2020-07-14 | 1 | -4/+13 |
* | qga: fix assert regression on guest-shutdown | Marc-André Lureau | 2020-07-14 | 1 | -1/+5 |
* | qga-win: Fix QGA VSS Provider service stop failure | Basil Salman | 2020-07-14 | 1 | -13/+20 |
* | error: Eliminate error_propagate() manually | Markus Armbruster | 2020-07-10 | 1 | -3/+1 |
* | error: Eliminate error_propagate() with Coccinelle, part 1 | Markus Armbruster | 2020-07-10 | 1 | -2/+1 |
* | error: Avoid unnecessary error_propagate() after error_setg() | Markus Armbruster | 2020-07-10 | 1 | -13/+6 |
* | qga: Plug unlikely memory leak in guest-set-memory-blocks | Markus Armbruster | 2020-07-02 | 1 | -0/+1 |
* | qga: Fix qmp_guest_suspend_{disk, ram}() error handling | Markus Armbruster | 2020-04-29 | 1 | -0/+14 |
* | qga: Fix qmp_guest_get_memory_blocks() error handling | Markus Armbruster | 2020-04-29 | 1 | -0/+3 |
* | qga: Restrict guest-file-read count to 48 MB to avoid crashes | Philippe Mathieu-Daudé | 2020-04-15 | 2 | -3/+12 |
* | qga: Extract qmp_guest_file_read() to common commands.c | Philippe Mathieu-Daudé | 2020-04-15 | 4 | -36/+35 |
* | qga: Extract guest_file_handle_find() to commands-common.h | Philippe Mathieu-Daudé | 2020-04-15 | 3 | -6/+26 |
* | Revert "prevent crash when executing guest-file-read with large count" | Philippe Mathieu-Daudé | 2020-04-15 | 1 | -7/+1 |
* | qga/commands-posix: fix use after free of local_err | Vladimir Sementsov-Ogievskiy | 2020-04-04 | 1 | -0/+3 |
* | qemu-ga: document vsock-listen in the man page | Stefan Hajnoczi | 2020-03-24 | 1 | -1/+3 |
* | qga: Fix undefined C behavior | Eric Blake | 2020-03-24 | 1 | -2/+7 |
* | qga-win: prevent crash when executing guest-file-read with large count | Basil Salman | 2020-03-24 | 1 | -1/+7 |
* | qga-win: Handle VSS_E_PROVIDER_ALREADY_REGISTERED error | Sameeh Jubran | 2020-03-24 | 1 | -0/+11 |
* | qga: Installer: Wait for installation to finish | Basil Salman | 2020-03-24 | 1 | -1/+1 |
* | qmp: constify QmpCommand and list | Marc-André Lureau | 2020-03-17 | 2 | -4/+4 |
* | qga: Fix a memory leak | Philippe Mathieu-Daudé | 2020-03-09 | 1 | -2/+2 |
* | qga: Improve error report by calling error_setg_win32() | Philippe Mathieu-Daudé | 2020-03-09 | 2 | -4/+7 |
* | qga/qapi-schema.json: minor format fixups for rST | Peter Maydell | 2020-02-15 | 1 | -43/+51 |
* | qga/qapi-schema.json: Fix indent level on doc comments | Peter Maydell | 2020-02-15 | 1 | -31/+31 |
* | qga/qapi-schema.json: Fix missing '-' in GuestDiskBusType doc comment | Peter Maydell | 2020-02-15 | 1 | -1/+1 |
* | build-sys: clean up flags included in the linker command line | Paolo Bonzini | 2020-01-24 | 1 | -2/+2 |
* | qapi: Generate command registration stuff into separate files | Markus Armbruster | 2020-01-14 | 2 | -1/+2 |
* | qga: rename Error ** parameter to more common errp | Vladimir Sementsov-Ogievskiy | 2019-12-18 | 3 | -8/+8 |