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: g...@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