mbox

[PULL,v3,0/6] QEMU Guest Agent misc patches

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

Pull-request

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

Message

Konstantin Kostiuk Dec. 20, 2022, 2:02 p.m. UTC
The following changes since commit 33698d3abf8ce65c38bb4b12b600b130d2682c79:

  Merge tag 'pull-monitor-2022-12-19' of https://repo.or.cz/qemu/armbru into staging (2022-12-19 16:12:59 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 9ca180bce1f9dad86b8d455a0c5c252d4c54eb92:

  qga-win: choose the right libpcre version to include in MSI package (2022-12-20 15:54:42 +0200)

----------------------------------------------------------------
qga-pull-2022-12-20

v2 -> v3:
  fixed author of Andrey Drobyshev commits

v1 -> v2:
  removed 'qga: Add ZFS TRIM support for FreeBSD' series
  that failed to merge

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

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        |  5 +++++
 qga/commands-posix.c      |  9 ++++++--
 qga/commands-win32.c      | 32 +++++++++++++++++----------
 qga/installer/qemu-ga.wxs | 17 +++++++++++---
 qga/main.c                | 56 +++++++++++++++++++++++++++++++++++++++++------
 qga/meson.build           | 25 ++++++++++++++++++++-
 qga/messages-win32.mc     |  9 ++++++++
 9 files changed, 133 insertions(+), 25 deletions(-)
 create mode 100644 qga/messages-win32.mc

--
2.25.1

Comments

Peter Maydell Dec. 21, 2022, 12:37 p.m. UTC | #1
On Tue, 20 Dec 2022 at 14:02, Konstantin Kostiuk <kkostiuk@redhat.com> wrote:
>
> The following changes since commit 33698d3abf8ce65c38bb4b12b600b130d2682c79:
>
>   Merge tag 'pull-monitor-2022-12-19' of https://repo.or.cz/qemu/armbru into staging (2022-12-19 16:12:59 +0000)
>
> are available in the Git repository at:
>
>   git@github.com:kostyanf14/qemu.git tags/qga-pull-2022-12-20
>
> for you to fetch changes up to 9ca180bce1f9dad86b8d455a0c5c252d4c54eb92:
>
>   qga-win: choose the right libpcre version to include in MSI package (2022-12-20 15:54:42 +0200)
>
> ----------------------------------------------------------------
> qga-pull-2022-12-20
>
> v2 -> v3:
>   fixed author of Andrey Drobyshev commits
>
> v1 -> v2:
>   removed 'qga: Add ZFS TRIM support for FreeBSD' series
>   that failed to merge
>


Applied, thanks.

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

-- PMM