[PULL 0/4] qemu-ga patch queue

Michael Roth posted 4 patches 3 years, 7 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Failed in applying to current master (apply log)
There is a newer version of this series
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
Posted by Michael Roth 3 years, 7 months ago
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(-)



Re: [PULL 0/4] qemu-ga patch queue
Posted by Peter Maydell 3 years, 7 months ago
On Mon, 14 Sep 2020 at 02:59, Michael Roth <mdroth@linux.vnet.ibm.com> wrote:
>
> 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.


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.2
for any user-visible changes.

-- PMM