[PULL 0/7] QGA patches

marcandre.lureau@redhat.com posted 7 patches 2 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220504100101.564747-1-marcandre.lureau@redhat.com
Maintainers: Michael Roth <michael.roth@amd.com>
meson.build          |   1 +
qga/qapi-schema.json |  56 +++-
qga/commands-posix.c | 591 ++++++++++++++++++++++++++-----------------
3 files changed, 413 insertions(+), 235 deletions(-)
[PULL 0/7] QGA patches
Posted by marcandre.lureau@redhat.com 2 years ago
From: Marc-André Lureau <marcandre.lureau@redhat.com>

The following changes since commit 2e3408b3cc7de4e87a9adafc8c19bfce3abec947:

  Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau/qemu into staging (2022-05-03 09:13:17 -0700)

are available in the Git repository at:

  git@gitlab.com:marcandre.lureau/qemu.git tags/qga-pull-request

for you to fetch changes up to 22668881f3def13e9ffcf16840e5fde974a55b1e:

  qga: Introduce disk smart (2022-05-04 13:03:19 +0400)

----------------------------------------------------------------
QGA Pull request

----------------------------------------------------------------

Andrew Deason (5):
  qga/commands-posix: Use getifaddrs when available
  qga/commands-posix: Fix iface hw address detection
  qga/commands-posix: Fix listing ifaces for Solaris
  qga/commands-posix: Log all net stats failures
  qga/commands-posix: 'guest-shutdown' for Solaris

Zhenwei Pi (2):
  qga: Introduce NVMe disk bus type
  qga: Introduce disk smart

 meson.build          |   1 +
 qga/qapi-schema.json |  56 +++-
 qga/commands-posix.c | 591 ++++++++++++++++++++++++++-----------------
 3 files changed, 413 insertions(+), 235 deletions(-)

-- 
2.36.0.44.g0f828332d5ac


Re: [PULL 0/7] QGA patches
Posted by Richard Henderson 2 years ago
On 5/4/22 03:00, marcandre.lureau@redhat.com wrote:
> From: Marc-André Lureau <marcandre.lureau@redhat.com>
> 
> The following changes since commit 2e3408b3cc7de4e87a9adafc8c19bfce3abec947:
> 
>    Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau/qemu into staging (2022-05-03 09:13:17 -0700)
> 
> are available in the Git repository at:
> 
>    git@gitlab.com:marcandre.lureau/qemu.git tags/qga-pull-request
> 
> for you to fetch changes up to 22668881f3def13e9ffcf16840e5fde974a55b1e:
> 
>    qga: Introduce disk smart (2022-05-04 13:03:19 +0400)
> 
> ----------------------------------------------------------------
> QGA Pull request

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/7.1 as appropriate.


r~


> 
> ----------------------------------------------------------------
> 
> Andrew Deason (5):
>    qga/commands-posix: Use getifaddrs when available
>    qga/commands-posix: Fix iface hw address detection
>    qga/commands-posix: Fix listing ifaces for Solaris
>    qga/commands-posix: Log all net stats failures
>    qga/commands-posix: 'guest-shutdown' for Solaris
> 
> Zhenwei Pi (2):
>    qga: Introduce NVMe disk bus type
>    qga: Introduce disk smart
> 
>   meson.build          |   1 +
>   qga/qapi-schema.json |  56 +++-
>   qga/commands-posix.c | 591 ++++++++++++++++++++++++++-----------------
>   3 files changed, 413 insertions(+), 235 deletions(-)
>