On Tue, 6 Feb 2018 17:34:25 +0000 Peter Maydell <peter.mayd...@linaro.org> wrote:
> On 5 February 2018 at 18:56, Alex Williamson <alex.william...@redhat.com> > wrote: > > The following changes since commit f24ee107a07f093bd7ed475dd48d7ba57ea3d8fe: > > > > Merge remote-tracking branch > > 'remotes/kraxel/tags/ui-20180202-pull-request' into staging (2018-02-02 > > 18:54:11 +0000) > > > > are available in the Git repository at: > > > > git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20180205.0 > > > > for you to fetch changes up to 98cc546baeedd43373ecd44c2392bbe9f0bc484c: > > > > vfio/pci: Add option to disable GeForce quirks (2018-02-05 11:27:15 -0700) > > > > ---------------------------------------------------------------- > > VFIO updates 2018-02-05 > > > > - SPAPR in-kernel TCE accleration (Alexey Kardashevskiy) > > > > - MSI-X relocation (Alex Williamson) > > > > - Add missing platform mutex init (Eric Auger) > > > > - Redundant variable cleanup (Alexey Kardashevskiy) > > > > - Option to disable GeForce quirks (Alex Williamson) > > > > ---------------------------------------------------------------- > > Hi. This fails to build for Windows: > > hw/ppc/spapr_iommu.c:20:23: fatal error: sys/ioctl.h: No such file or > directory Ugh, sorry for that. Additionally the include looks like cruft from previous versions of the patch, we're not adding any ioctl calls here. I'll remove the include and send a new request. Thanks, Alex