On 28/07/12 05:22, Blue Swirl wrote:
On Wed, Jul 25, 2012 at 5:03 PM, Alex Williamson+ +static void vfio_enable_intx_kvm(VFIODevice *vdev) +{ +#ifdef CONFIG_KVMThese shouldn't be needed. The device will not be useful without KVM, so the file shouldn't be compiled for non-KVM case at all.
It compiles without --enable-kvm and works in ppc64 full emulation though. Not very practical but it still can be used for debugging ppc64 drivers on real PCI hardware on x86 machine.
-- Alexey