On 24 September 2015 at 12:54, Michael S. Tsirkin <m...@redhat.com> wrote: > Same as v1 but 2 last patches dropped. > Not reposting since patches left are the same. > > The following changes since commit fefa4b128de06cec6d513f00ee61e8208aed4a87: > > Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150923.0' > into staging (2015-09-23 21:39:46 +0100) > > 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 2d0c513cb66b21d5a7c4692e2092af9e997fd251: > > MAINTAINERS: add more devices to the PCI section (2015-09-24 16:27:53 +0300) > > ---------------------------------------------------------------- > virtio,pc features, fixes > > New features: > vhost-user multiqueue support > virtio-ccw virtio 1 support > pci bridge support in iommu > > Signed-off-by: Michael S. Tsirkin <m...@redhat.com>
Fails to build with our minimal glib version: Undefined symbols for architecture x86_64: "_g_hash_table_add", referenced from: _vtd_find_add_as in intel_iommu.o SETFILE lm32-softmmu/qemu-system-lm32 g_hash_table_add only appeared in glib 2.32; our minimum is 2.22. thanks -- PMM