mbox

[PULL,v2,0/4] qemu-ga patches

Message ID 20220525092938.945611-1-kkostiuk@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Konstantin Kostiuk May 25, 2022, 9:29 a.m. UTC
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

Comments

Richard Henderson May 25, 2022, 4:32 p.m. UTC | #1
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
>