[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/4] qemu-ga patch queue
From: |
Michael Roth |
Subject: |
[PULL 0/4] qemu-ga patch queue |
Date: |
Sun, 13 Sep 2020 20:58:58 -0500 |
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(-)
- [PULL 0/4] qemu-ga patch queue,
Michael Roth <=
- [PULL 1/4] qga/commands-posix: Rework build_guest_fsinfo_for_real_device() function, Michael Roth, 2020/09/13
- [PULL 2/4] qga/commands-posix: Move the udev code from the pci to the generic function, Michael Roth, 2020/09/13
- [PULL 3/4] qga/commands-posix: Support fsinfo for non-PCI virtio devices, too, Michael Roth, 2020/09/13
- [PULL 4/4] qga: add command guest-get-devices for reporting VirtIO devices, Michael Roth, 2020/09/13
- Re: [PULL 0/4] qemu-ga patch queue, Peter Maydell, 2020/09/14