Re: [libvirt] [PATCH 15/15] qemu: set CAP_COMPROMISE_KERNEL so that pci passthrough works

2013-02-08 Thread Daniel P. Berrange
On Fri, Feb 08, 2013 at 12:07:16PM -0700, Eric Blake wrote: > On 02/07/2013 02:37 PM, Laine Stump wrote: > > Any system with CAP_COMPROMISE_KERNEL available in the kernel was not > > able to perform PCI passthrough device assignment without 1) running > > qemu as root *and* 2) setting "clear_emulat

Re: [libvirt] [PATCH 15/15] qemu: set CAP_COMPROMISE_KERNEL so that pci passthrough works

2013-02-08 Thread Eric Blake
On 02/07/2013 02:37 PM, Laine Stump wrote: > Any system with CAP_COMPROMISE_KERNEL available in the kernel was not > able to perform PCI passthrough device assignment without 1) running > qemu as root *and* 2) setting "clear_emulator_capabilities=0" in > /etc/libvirt/qemu.conf. > > This patch is t

[libvirt] [PATCH 15/15] qemu: set CAP_COMPROMISE_KERNEL so that pci passthrough works

2013-02-07 Thread Laine Stump
Any system with CAP_COMPROMISE_KERNEL available in the kernel was not able to perform PCI passthrough device assignment without 1) running qemu as root *and* 2) setting "clear_emulator_capabilities=0" in /etc/libvirt/qemu.conf. This patch is the final piece to make pci passthrough once again work