The following changes since commit 3c18a08cf387d44a351b9877497b5e0ea27c5140:
Merge remote-tracking branch 'remotes/kraxel/tags/seabios-1.12.1-20190318-pull-request' into staging (2019-03-18 13:14:24 +0000) are available in the Git repository at: git://github.com/mdroth/qemu.git tags/qga-pull-2019-03-18-tag for you to fetch changes up to 4eaca8de268d74ac5daaf8938abcb69d37ba2889: qmp: common 'id' handling & make QGA conform to QMP spec (2019-03-18 10:48:06 -0500) ---------------------------------------------------------------- qemu-ga patch queue for 4.0 * fix w32 build breakages with VSS enabled * fix PCI topology reporting for Windows * fix OS version reporting for Windows * add systemd info to qga schema documentation * add proper 'id' handling to QGA so it conforms to QMP spec ---------------------------------------------------------------- Bishara AbuHattoum (1): qga-win: Adding support for Windows Server 2019 get-osinfo command Daniel Henrique Barboza (1): qga: update docs with systemd suspend support info Marc-André Lureau (2): qga: process_event() simplification qmp: common 'id' handling & make QGA conform to QMP spec Matt Hines (1): qga: Fix guest-get-fsinfo PCI address collection in Windows Michael Roth (2): qga-win: include glib when building VSS DLL qga-win: fix VSS build breakage due to unintended gnu99 C++ flag configure | 2 +- monitor.c | 33 ++--- qapi/qmp-dispatch.c | 10 +- qga/commands-win32.c | 346 ++++++++++++++++++++++++++++++-------------- qga/main.c | 47 ++---- qga/qapi-schema.json | 25 ++-- qga/vss-win32/Makefile.objs | 4 +- tests/test-qga.c | 13 +- 8 files changed, 288 insertions(+), 192 deletions(-)