From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36397) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfBhg-0004xe-Ta for qemu-devel@nongnu.org; Thu, 24 Sep 2015 14:57:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZfBhd-0002WX-Nt for qemu-devel@nongnu.org; Thu, 24 Sep 2015 14:57:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51530) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfBhd-0002WQ-HZ for qemu-devel@nongnu.org; Thu, 24 Sep 2015 14:57:09 -0400 Date: Thu, 24 Sep 2015 21:57:06 +0300 From: "Michael S. Tsirkin" Message-ID: <20150924215554-mutt-send-email-mst@redhat.com> References: <1443100738-14970-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL 00/22] virtio,pc features, fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers On Thu, Sep 24, 2015 at 11:36:35AM -0700, Peter Maydell wrote: > On 24 September 2015 at 06:20, Michael S. Tsirkin wrot= e: > > The following changes since commit fefa4b128de06cec6d513f00ee61e8208a= ed4a87: > > > > Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-201= 50923.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_upstrea= m > > > > for you to fetch changes up to 27fa11c68072398beb31af8828e25da5c22958= 14: > > > > virtio-net: correctly drop truncated packets (2015-09-24 16:16:24 += 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 >=20 > Fails to build: >=20 > /home/petmay01/linaro/qemu-for-merges/hw/virtio/virtio.c: In function > =E2=80=98virtqueue_unmap_sg.isra.21=E2=80=99: > /home/petmay01/linaro/qemu-for-merges/hw/virtio/virtio.c:260:16: > error: =E2=80=98offset=E2=80=99 may be used uninitialized in this funct= ion > [-Werror=3Dmaybe-uninitialized] > offset +=3D size; > ^ >=20 > (both gcc and clang complain about this). >=20 > thanks > -- PMM Sorry about that, I will investiage. I dropped this patch for now, since these are the last to patches, it was easy with no need to rebase. Could you please fetch from same tag? --=20 MST