From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54304) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ae24i-0001VA-5j for qemu-devel@nongnu.org; Thu, 10 Mar 2016 10:00:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ae24d-0003tc-Rj for qemu-devel@nongnu.org; Thu, 10 Mar 2016 10:00:28 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34771) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ae24d-0003tE-Me for qemu-devel@nongnu.org; Thu, 10 Mar 2016 10:00:23 -0500 Date: Thu, 10 Mar 2016 08:00:19 -0700 From: Alex Williamson Message-ID: <20160310080019.32c09243@t450s.home> In-Reply-To: References: <20160309195208.11580.57085.stgit@gimli.home> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 0/8] VFIO updates 2016-03-09 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers On Thu, 10 Mar 2016 12:03:36 +0700 Peter Maydell wrote: > On 10 March 2016 at 02:53, Alex Williamson wrote: > > The following changes since commit 4ba364b47275fe428723442987b57b260b215dba: > > > > Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into staging (2016-03-09 05:14:55 +0000) > > > > are available in the git repository at: > > > > > > git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20160309.0 > > > > for you to fetch changes up to 799f7b98c501e5aec0a539119613787cd5705136: > > > > MAINTAINERS: Add entry for the include/hw/vfio/ folder (2016-03-09 11:19:14 -0700) > > > > ---------------------------------------------------------------- > > VFIO updates 2016-03-09 > > > > - Allow devices to be specified via sysfs path (Alex Williamson) > > - vfio region helpers and generalization for future device specific regions > > (Alex Williamson) > > - Automatic ROM device ID and checksum fixup (Alex Williamson) > > - Split VGA setup to allow enabling VGA from quirks (Alex Williamson) > > - Remove fixed string limit for ROM MemoryRegion name (Neo Jia) > > - MAINTAINERS update (Thomas Huth) > > Fails to build on 32-bit I'm afraid: > ./trace/generated-tracers.h: In function 'trace_vfio_msix_fixup': > ./trace/generated-tracers.h:16113:23: error: format '%lx' expects > argument of type 'long unsigned int', but argument 8 has type 'off_t' > [-Werror=format=] > , name, bar, offset, size); > ^ > ./trace/generated-tracers.h:16113:23: error: format '%lx' expects > argument of type 'long unsigned int', but argument 9 has type 'size_t' > [-Werror=format=] > CC block.o Sorry for that, will fix and send a fresh pull request. Thanks, Alex