Age | Commit message (Expand) | Author | Files | Lines |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster | 3 | -1/+2 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 1 | -1/+0 |
2019-05-13 | Clean up ill-advised or unusual header guards | Markus Armbruster | 1 | -2/+2 |
2019-05-07 | qga: Fix mingw compilation warnings on enum conversion | Cao Jiaxi | 1 | -1/+1 |
2019-03-18 | qga: process_event() simplification | Marc-André Lureau | 1 | -38/+9 |
2019-03-18 | qga: Fix guest-get-fsinfo PCI address collection in Windows | Matt Hines | 1 | -107/+210 |
2019-03-18 | qga-win: fix VSS build breakage due to unintended gnu99 C++ flag | Michael Roth | 1 | -1/+1 |
2019-03-18 | qga-win: include glib when building VSS DLL | Michael Roth | 1 | -1/+1 |
2019-03-18 | qga-win: Adding support for Windows Server 2019 get-osinfo command | Bishara AbuHattoum | 1 | -2/+27 |
2019-03-18 | qga: update docs with systemd suspend support info | Daniel Henrique Barboza | 1 | -11/+14 |
2019-01-11 | qemu/queue.h: simplify reverse access to QTAILQ | Paolo Bonzini | 1 | -1/+1 |
2019-01-11 | qga: drop < Vista compatibility | Marc-André Lureau | 1 | -64/+0 |
2019-01-11 | build-sys: build with Vista API by default | Marc-André Lureau | 1 | -5/+1 |
2018-12-19 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-reque... | Peter Maydell | 1 | -5/+2 |
2018-12-18 | error: Remove NULL checks on error_propagate() calls | Markus Armbruster | 1 | -5/+2 |
2018-12-18 | qga: update guest-suspend-ram and guest-suspend-hybrid descriptions | Daniel Henrique Barboza | 1 | -6/+10 |
2018-11-09 | qga: Add multiple include guard to guest-agent-core.h | Peter Maydell | 1 | -0/+5 |
2018-11-09 | qga-win: fix leaks of build_guest_disk_info() | Marc-André Lureau | 1 | -1/+4 |
2018-10-31 | qga-win: changing --retry-path option behavior | Bishara AbuHattoum | 2 | -1/+89 |
2018-10-31 | qga-win: report specific error when failing to open channel | Michael Roth | 1 | -1/+2 |
2018-10-31 | qga-win: install service with --retry-path set by default | Michael Roth | 1 | -1/+1 |
2018-10-31 | qga: add --retry-path option for re-initializing channel on failure | Michael Roth | 1 | -8/+54 |
2018-10-31 | qga: move w32 service handling out of run_agent() | Michael Roth | 1 | -11/+15 |
2018-10-31 | qga: hang GAConfig/socket_activation off of GAState global | Michael Roth | 1 | -9/+15 |
2018-10-31 | qga: group agent init/cleanup init separate routines | Michael Roth | 1 | -32/+50 |
2018-10-31 | qga: fix an off-by-one issue | Li Qiang | 1 | -1/+1 |
2018-10-31 | qga-win: demystify namespace stripping | Tomáš Golembiovský | 1 | -1/+8 |
2018-10-31 | qga-win: return disk device in guest-get-fsinfo | Tomáš Golembiovský | 1 | -10/+11 |
2018-10-31 | qga-win: handle multi-disk volumes | Tomáš Golembiovský | 1 | -18/+108 |
2018-10-31 | qga-win: refactor disk info | Tomáš Golembiovský | 1 | -17/+35 |
2018-10-31 | qga-win: report disk serial number | Tomáš Golembiovský | 1 | -0/+30 |
2018-10-31 | qga-win: refactor disk properties (bus) | Tomáš Golembiovský | 1 | -18/+27 |
2018-10-31 | qga-win: add debugging information | Tomáš Golembiovský | 1 | -0/+15 |
2018-10-31 | qga-win: fsinfo: pci-info: allow partial info | Sameeh Jubran | 1 | -13/+33 |
2018-10-31 | qga-win: prevent crash when executing fsinfo command | Sameeh Jubran | 1 | -1/+5 |
2018-10-31 | qga: linux: return disk device in guest-get-fsinfo | Tomáš Golembiovský | 2 | -2/+8 |
2018-10-31 | qga: linux: report disk serial number | Tomáš Golembiovský | 3 | -3/+34 |
2018-10-30 | qga: ignore non present cpus when handling qmp_guest_get_vcpus() | Igor Mammedov | 1 | -56/+59 |
2018-10-30 | qga-win: add support for qmp_guest_fsfreeze_freeze_list | Chen Hanxiao | 6 | -45/+91 |
2018-10-30 | qga: Support Unicode paths in guest-file-open on win32 | Jonathon Reinhart | 1 | -5/+19 |
2018-10-02 | util: add qemu_write_pidfile() | Marc-André Lureau | 1 | -44/+10 |
2018-08-24 | json: Clean up headers | Markus Armbruster | 1 | -1/+1 |
2018-08-24 | json: Pass lexical errors and limit violations to callback | Markus Armbruster | 1 | -1/+2 |
2018-08-24 | json: Redesign the callback to consume JSON values | Markus Armbruster | 1 | -9/+3 |
2018-07-23 | qga: process_event() simplification and leak fix | Marc-André Lureau | 1 | -27/+27 |
2018-07-23 | qga-win: Handle fstrim for OSes lower than Win8 | Sameeh Jubran | 1 | -0/+13 |
2018-07-16 | qga: fix file descriptor leak | Paolo Bonzini | 1 | -0/+1 |
2018-07-16 | qga: fix 'driver' leak in guest-get-fsinfo | Marc-André Lureau | 1 | -0/+1 |
2018-07-05 | Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2018-07-03-v2'... | Peter Maydell | 1 | -11/+7 |
2018-07-03 | qmp: Use QDict * instead of QObject * for response objects | Markus Armbruster | 1 | -4/+4 |