[PULL 0/8] QEMU Guest Agent misc patches

Konstantin Kostiuk posted 8 patches 1 year, 4 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
configure                 |   3 ++
meson.build               |   2 +-
qga/commands-bsd.c        | 114 ++++++++++++++++++++++++++++++++++++++++++++++
qga/commands-common.h     |   1 +
qga/commands-linux.c      |  73 +++++++++++++++++++++++++++++
qga/commands-posix.c      |  81 +++-----------------------------
qga/commands-win32.c      |  32 ++++++++-----
qga/installer/qemu-ga.wxs |  17 +++++--
qga/main.c                |  56 ++++++++++++++++++++---
qga/meson.build           |  25 +++++++++-
qga/messages-win32.mc     |   9 ++++
11 files changed, 316 insertions(+), 97 deletions(-)
create mode 100644 qga/messages-win32.mc
[PULL 0/8] QEMU Guest Agent misc patches
Posted by Konstantin Kostiuk 1 year, 4 months ago
The following changes since commit edc93f455fa823a9a5fcb3a8da430104c7375a0a:

  Revert "hw/loongarch/virt: Add cfi01 pflash device" (2022-12-05 11:24:35 -0500)

are available in the Git repository at:

  git@github.com:kostyanf14/qemu.git tags/qga-pull-2022-12-16

for you to fetch changes up to 10d83e7d59af4464ba4382bcbf31ed162db87656:

  qga: map GLib log levels to system levels (2022-12-16 14:24:36 +0200)

----------------------------------------------------------------
qga-pull-2022-12-16

----------------------------------------------------------------
Alexander Ivanov (2):
      qga: Move FS TRIM code to commands-linux.c
      qga: Add ZFS TRIM support for FreeBSD

Andrey Drobyshev via (3):
      qga-win: choose the right libpcre version to include in MSI package
      qga-win: add logging to Windows event log
      qga: map GLib log levels to system levels

Brad Smith (1):
      qga: Add initial OpenBSD and NetBSD support

Kfir Manor (2):
      qga:/qga-win: adding a empty PCI address creation function
      qga:/qga-win: skip getting pci info for USB disks

 configure                 |   3 ++
 meson.build               |   2 +-
 qga/commands-bsd.c        | 114 ++++++++++++++++++++++++++++++++++++++++++++++
 qga/commands-common.h     |   1 +
 qga/commands-linux.c      |  73 +++++++++++++++++++++++++++++
 qga/commands-posix.c      |  81 +++-----------------------------
 qga/commands-win32.c      |  32 ++++++++-----
 qga/installer/qemu-ga.wxs |  17 +++++--
 qga/main.c                |  56 ++++++++++++++++++++---
 qga/meson.build           |  25 +++++++++-
 qga/messages-win32.mc     |   9 ++++
 11 files changed, 316 insertions(+), 97 deletions(-)
 create mode 100644 qga/messages-win32.mc

--
2.25.1
Re: [PULL 0/8] QEMU Guest Agent misc patches
Posted by Peter Maydell 1 year, 4 months ago
On Fri, 16 Dec 2022 at 13:54, Konstantin Kostiuk <kkostiuk@redhat.com> wrote:
>
> The following changes since commit edc93f455fa823a9a5fcb3a8da430104c7375a0a:
>
>   Revert "hw/loongarch/virt: Add cfi01 pflash device" (2022-12-05 11:24:35 -0500)
>
> are available in the Git repository at:
>
>   git@github.com:kostyanf14/qemu.git tags/qga-pull-2022-12-16
>
> for you to fetch changes up to 10d83e7d59af4464ba4382bcbf31ed162db87656:
>
>   qga: map GLib log levels to system levels (2022-12-16 14:24:36 +0200)
>
> ----------------------------------------------------------------
> qga-pull-2022-12-16

Hi; I'm afraid this doesn't apply because Markus' qapi pullreq
has changed the implementation of qmp_guest_fstrim() to not use
the no-longer-existing 'has_*' fields in QAPI-generated structs;
can you rebase and resend, please?


thanks
-- PMM
Re: [PULL 0/8] QEMU Guest Agent misc patches
Posted by Konstantin Kostiuk 1 year, 4 months ago
On Fri, Dec 16, 2022 at 11:47 PM Peter Maydell <peter.maydell@linaro.org>
wrote:

> On Fri, 16 Dec 2022 at 13:54, Konstantin Kostiuk <kkostiuk@redhat.com>
> wrote:
> >
> > The following changes since commit
> edc93f455fa823a9a5fcb3a8da430104c7375a0a:
> >
> >   Revert "hw/loongarch/virt: Add cfi01 pflash device" (2022-12-05
> 11:24:35 -0500)
> >
> > are available in the Git repository at:
> >
> >   git@github.com:kostyanf14/qemu.git tags/qga-pull-2022-12-16
> >
> > for you to fetch changes up to 10d83e7d59af4464ba4382bcbf31ed162db87656:
> >
> >   qga: map GLib log levels to system levels (2022-12-16 14:24:36 +0200)
> >
> > ----------------------------------------------------------------
> > qga-pull-2022-12-16
>
> Hi; I'm afraid this doesn't apply because Markus' qapi pullreq
> has changed the implementation of qmp_guest_fstrim() to not use
> the no-longer-existing 'has_*' fields in QAPI-generated structs;
> can you rebase and resend, please?
>
>
> resend without patches that don't apply

Best Regards,
Konstantin Kostiuk.



> thanks
> -- PMM
>
>