[PULL v2 0/4] qemu-ga patches

Konstantin Kostiuk posted 4 patches 1 year, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220525092938.945611-1-kkostiuk@redhat.com
Maintainers: Michael Roth <michael.roth@amd.com>, Konstantin Kostiuk <kkostiuk@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <f4bug@amsat.org>, Thomas Huth <thuth@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>
qga/commands-posix.c                               | 123 +++++++++++++++++++++
qga/commands-win32.c                               |  11 ++
qga/main.c                                         |   2 +
qga/qapi-schema.json                               |  86 ++++++++++++++
tests/docker/dockerfiles/fedora-win32-cross.docker |   2 +-
tests/docker/dockerfiles/fedora-win64-cross.docker |   2 +-
6 files changed, 224 insertions(+), 2 deletions(-)
[PULL v2 0/4] qemu-ga patches
Posted by Konstantin Kostiuk 1 year, 11 months ago
The following changes since commit 0cac736e73723850a99e5142e35d14d8f8efb232:

  Merge tag 'pull-riscv-to-apply-20220525' of github.com:alistair23/qemu into staging (2022-05-24 15:55:12 -0700)

are available in the Git repository at:

  git@github.com:kostyanf14/qemu.git tags/qga-win32-pull-2022-05-25

for you to fetch changes up to b9a002609fd887447eca8ee10777690d691f91d4:

  qga-win32: Add support for NVME bus type (2022-05-25 12:12:02 +0300)

----------------------------------------------------------------
qga-win32-pull-2022-05-25

v2:
- fix Fedora cross-compilation

----------------------------------------------------------------
Konstantin Kostiuk (3):
      trivial: qga: Log version on start
      tests: Bump Fedora image version for cross-compilation
      qga-win32: Add support for NVME bus type

luzhipeng (1):
      qga: add guest-get-diskstats command for Linux guests

 qga/commands-posix.c                               | 123 +++++++++++++++++++++
 qga/commands-win32.c                               |  11 ++
 qga/main.c                                         |   2 +
 qga/qapi-schema.json                               |  86 ++++++++++++++
 tests/docker/dockerfiles/fedora-win32-cross.docker |   2 +-
 tests/docker/dockerfiles/fedora-win64-cross.docker |   2 +-
 6 files changed, 224 insertions(+), 2 deletions(-)


--
2.25.1
Re: [PULL v2 0/4] qemu-ga patches
Posted by Richard Henderson 1 year, 11 months ago
On 5/25/22 02:29, Konstantin Kostiuk wrote:
> The following changes since commit 0cac736e73723850a99e5142e35d14d8f8efb232:
> 
>    Merge tag 'pull-riscv-to-apply-20220525' of github.com:alistair23/qemu into staging (2022-05-24 15:55:12 -0700)
> 
> are available in the Git repository at:
> 
>    git@github.com:kostyanf14/qemu.git tags/qga-win32-pull-2022-05-25
> 
> for you to fetch changes up to b9a002609fd887447eca8ee10777690d691f91d4:
> 
>    qga-win32: Add support for NVME bus type (2022-05-25 12:12:02 +0300)
> 
> ----------------------------------------------------------------
> qga-win32-pull-2022-05-25
> 
> v2:
> - fix Fedora cross-compilation

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


r~


> 
> ----------------------------------------------------------------
> Konstantin Kostiuk (3):
>        trivial: qga: Log version on start
>        tests: Bump Fedora image version for cross-compilation
>        qga-win32: Add support for NVME bus type
> 
> luzhipeng (1):
>        qga: add guest-get-diskstats command for Linux guests
> 
>   qga/commands-posix.c                               | 123 +++++++++++++++++++++
>   qga/commands-win32.c                               |  11 ++
>   qga/main.c                                         |   2 +
>   qga/qapi-schema.json                               |  86 ++++++++++++++
>   tests/docker/dockerfiles/fedora-win32-cross.docker |   2 +-
>   tests/docker/dockerfiles/fedora-win64-cross.docker |   2 +-
>   6 files changed, 224 insertions(+), 2 deletions(-)
> 
> 
> --
> 2.25.1
>