On Mon, Jun 18, 2018 at 07:41:58PM +0100, Jean-Philippe Brucker wrote: > This is version six of the VFIO support in kvmtool. It addresses > Will's comments for v5. > > Implement vfio-pci support in kvmtool. Devices are assigned to the guest > by passing "--vfio-pci [domain:]bus:dev.fn" to lkvm run, after having > bound the device to the VFIO driver (see Documentation/vfio.txt) > > This time around I also tested assignment of the x540 NIC on my old x86 > desktop as well (previously only on AMD Seattle, an arm64 host). It > worked smoothly. Thanks. Applied and pushed out. Will