OSDN Git Service

vfio: Enable VFIO device for powerpc
authorDavid Gibson <david@gibson.dropbear.id.au>
Mon, 1 Feb 2016 00:14:15 +0000 (11:14 +1100)
committerPaul Mackerras <paulus@samba.org>
Mon, 15 Feb 2016 02:42:25 +0000 (13:42 +1100)
commit178a787502123b01499c5a4617b94bb69ad49dd5
tree6e5e3c7ae1a50236fd77f6b8290c42d25704f944
parent765bdb406de4b6132e349c5d4e077866536a9cc0
vfio: Enable VFIO device for powerpc

ec53500f "kvm: Add VFIO device" added a special KVM pseudo-device which is
used to handle any necessary interactions between KVM and VFIO.

Currently that device is built on x86 and ARM, but not powerpc, although
powerpc does support both KVM and VFIO.  This makes things awkward in
userspace

Currently qemu prints an alarming error message if you attempt to use VFIO
and it can't initialize the KVM VFIO device.  We don't want to remove the
warning, because lack of the KVM VFIO device could mean coherency problems
on x86.  On powerpc, however, the error is harmless but looks disturbing,
and a test based on host architecture in qemu would be ugly, and break if
we do need the KVM VFIO device for something important in future.

There's nothing preventing the KVM VFIO device from being built for
powerpc, so this patch turns it on.  It won't actually do anything, since
we don't define any of the arch_*() hooks, but it will make qemu happy and
we can extend it in future if we need to.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Eric Auger <eric.auger@linaro.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kvm/Makefile