Re: [Qemu-devel] [PATCH 12/12] vfio: Eliminate vfio_container_ioctl()

2016-02-28 Thread Alexey Kardashevskiy
On 02/26/2016 10:32 PM, David Gibson wrote: vfio_container_ioctl() was a bad interface that bypassed abstraction boundaries, had semantics that sat uneasily with its name, and was unsafe in many realistic circumstances. Now that spapr-pci-vfio-host-bridge has been folded into spapr-pci-host-brid

[Qemu-devel] [PATCH 12/12] vfio: Eliminate vfio_container_ioctl()

2016-02-26 Thread David Gibson
vfio_container_ioctl() was a bad interface that bypassed abstraction boundaries, had semantics that sat uneasily with its name, and was unsafe in many realistic circumstances. Now that spapr-pci-vfio-host-bridge has been folded into spapr-pci-host-bridge, there are no more users, so remove it. Si