Re: [Qemu-devel] [PATCH] vfio/spapr: Remove stale ioctl() call

2016-07-11 Thread Alexey Kardashevskiy
On 12/07/16 15:26, David Gibson wrote: > This ioctl() call to VFIO_IOMMU_SPAPR_TCE_REMOVE was left over from an > earlier version of the code and has since been folded into > vfio_spapr_remove_window(). > > It wasn't caught because although the argument structure has been removed, > the libc funct

[Qemu-devel] [PATCH] vfio/spapr: Remove stale ioctl() call

2016-07-11 Thread David Gibson
This ioctl() call to VFIO_IOMMU_SPAPR_TCE_REMOVE was left over from an earlier version of the code and has since been folded into vfio_spapr_remove_window(). It wasn't caught because although the argument structure has been removed, the libc function remove() means this didn't trigger a compile fa