On Mon, 7 Mar 2022 at 10:01, Michael S. Tsirkin <m...@redhat.com> wrote: > > The following changes since commit 6629bf78aac7e53f83fd0bcbdbe322e2302dfd1f: > > Merge remote-tracking branch > 'remotes/pmaydell/tags/pull-target-arm-20220302' into staging (2022-03-03 > 14:46:48 +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 41d137fc631bd9315ff84727d780757d25054c58: > > hw/acpi/microvm: turn on 8042 bit in FADT boot architecture flags if > present (2022-03-06 16:06:16 -0500) > > ---------------------------------------------------------------- > virtio,pc,pci: features, cleanups, fixes > > vhost-user enabled on non-linux systems > beginning of nvme sriov support > bigger tx queue for vdpa > virtio iommu bypass > An FADT flag to detect legacy keyboards. > > Fixes, cleanups all over the place > > Signed-off-by: Michael S. Tsirkin <m...@redhat.com>
Fails to build on the build-system-centos job: libqemu-ppc64-softmmu.fa.p/hw_virtio_virtio.c.o: In function `qmp_decode_features': /builds/qemu-project/qemu/build/../hw/virtio/virtio.c:4155: undefined reference to `gpu_map' /builds/qemu-project/qemu/build/../hw/virtio/virtio.c:4155: undefined reference to `gpu_map' collect2: error: ld returned 1 exit status https://gitlab.com/qemu-project/qemu/-/jobs/2172339948 thanks -- PMM