From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48510) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfDnV-0007Qe-JF for qemu-devel@nongnu.org; Thu, 24 Sep 2015 17:11:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZfDnQ-00073z-OF for qemu-devel@nongnu.org; Thu, 24 Sep 2015 17:11:21 -0400 Received: from mail-vk0-f49.google.com ([209.85.213.49]:35023) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfDnQ-00073t-KN for qemu-devel@nongnu.org; Thu, 24 Sep 2015 17:11:16 -0400 Received: by vkao3 with SMTP id o3so44925151vka.2 for ; Thu, 24 Sep 2015 14:11:16 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <1443124395-19435-1-git-send-email-mst@redhat.com> From: Peter Maydell Date: Thu, 24 Sep 2015 14:10:56 -0700 Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL v2] virtio,pc features, fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: QEMU Developers On 24 September 2015 at 14:08, Peter Maydell wro= te: > On 24 September 2015 at 12:54, Michael S. Tsirkin wrote: >> Same as v1 but 2 last patches dropped. >> Not reposting since patches left are the same. >> >> The following changes since commit fefa4b128de06cec6d513f00ee61e8208aed4= a87: >> >> Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-201509= 23.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 > > Fails to build with our minimal glib version: ...and also on 32-bit: /root/qemu/hw/i386/intel_iommu.c: In function =E2=80=98vtd_find_add_as=E2= =80=99: /root/qemu/hw/i386/intel_iommu.c:1869:20: error: cast from pointer to integer of different size [-Werror=3Dpointer-to-int-cast] /root/qemu/hw/i386/intel_iommu.c:1877:15: error: cast from pointer to integer of different size [-Werror=3Dpointer-to-int-cast] -- PMM