The following changes since commit c47edb8dda0660180f86df4defae2a1f60e345db:
Merge remote-tracking branch 'remotes/berrange-gitlab/tags/crypt-perf-pull-request' into staging (2020-09-12 21:17:22 +0100) are available in the Git repository at: git://github.com/mdroth/qemu.git tags/qga-pull-2020-09-12-tag for you to fetch changes up to 2e4211cee49a666bf0e333011689b0981025879e: qga: add command guest-get-devices for reporting VirtIO devices (2020-09-12 20:37:48 -0500) ---------------------------------------------------------------- patch queue for qemu-ga * add guest-get-devices for reporting virtio devices (w32-only) * extend guest-get-fsinfo to support non-PCI virtio disk controllers * NOTE: qemu-ga w32 build currently broken, fixed with pending patch: "meson: fix MSI rule" w32 tested with patch applied. ---------------------------------------------------------------- Thomas Huth (3): qga/commands-posix: Rework build_guest_fsinfo_for_real_device() function qga/commands-posix: Move the udev code from the pci to the generic function qga/commands-posix: Support fsinfo for non-PCI virtio devices, too Tomáš Golembiovský (1): qga: add command guest-get-devices for reporting VirtIO devices qga/commands-posix.c | 166 ++++++++++++++++++++++++++++------------ qga/commands-win32.c | 210 ++++++++++++++++++++++++++++++++++++++++++++++++++- qga/qapi-schema.json | 51 +++++++++++++ 3 files changed, 378 insertions(+), 49 deletions(-)