Re: [libvirt] [RFC PATCH v2 14.5/18] qemu: Bump the memory locking limit for mdevs as well

2017-02-16 Thread Erik Skultety
> > Nice! For series: > > > > Tested-by: Alex Williamson > > > > (with KVMGT vGPU mdev) > Thank you very much for the effort Alex. Given its current state, I'm glad KVMGT was testable with my patches :). > Nit, if I configure a VM for an invalid mdev uuid, I get

Re: [libvirt] [RFC PATCH v2 14.5/18] qemu: Bump the memory locking limit for mdevs as well

2017-02-16 Thread Alex Williamson
On Thu, 16 Feb 2017 11:04:39 -0700 Alex Williamson wrote: > On Thu, 16 Feb 2017 17:49:45 +0100 > Erik Skultety wrote: > > > Since mdevs are just another type of VFIO devices, we should increase > > the memory locking limit the same way we do for

Re: [libvirt] [RFC PATCH v2 14.5/18] qemu: Bump the memory locking limit for mdevs as well

2017-02-16 Thread Alex Williamson
On Thu, 16 Feb 2017 17:49:45 +0100 Erik Skultety wrote: > Since mdevs are just another type of VFIO devices, we should increase > the memory locking limit the same way we do for VFIO PCI devices. > > Signed-off-by: Erik Skultety > --- >

[libvirt] [RFC PATCH v2 14.5/18] qemu: Bump the memory locking limit for mdevs as well

2017-02-16 Thread Erik Skultety
Since mdevs are just another type of VFIO devices, we should increase the memory locking limit the same way we do for VFIO PCI devices. Signed-off-by: Erik Skultety --- src/qemu/qemu_domain.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git