On 24 September 2015 at 14:08, Peter Maydell <peter.mayd...@linaro.org> wrote: > 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:
...and also on 32-bit: /root/qemu/hw/i386/intel_iommu.c: In function ‘vtd_find_add_as’: /root/qemu/hw/i386/intel_iommu.c:1869:20: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] /root/qemu/hw/i386/intel_iommu.c:1877:15: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] -- PMM