On Sat, 5 Feb 2022 at 01:42, Michael S. Tsirkin <m...@redhat.com> wrote: > > The following changes since commit 8f3e5ce773c62bb5c4a847f3a9a5c98bbb3b359f: > > Merge remote-tracking branch > 'remotes/hdeller/tags/hppa-updates-pull-request' into staging (2022-02-02 > 19:54:30 +0000) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream > > for you to fetch changes up to 593a84174b09f0c8ae4d35ad014f93d1fb7cac00: > > util/oslib-posix: Fix missing unlock in the error path of os_mem_prealloc() > (2022-02-04 20:16:59 -0500) > > ---------------------------------------------------------------- > virtio,pc: features, cleanups, fixes > > virtio introspection commands > Part of ACPI ERST support > fixes, cleanups > > Signed-off-by: Michael S. Tsirkin <m...@redhat.com>
Fails to compile for 32-bit, Windows and macos because of format string issues in hmp-cmds.c. Here's a sample job with the errors: https://gitlab.com/qemu-project/qemu/-/jobs/2058116754 thanks -- PMM