From: Alex Williamson Date: Thu, 19 Dec 2013 17:17:13 +0000 (-0700) Subject: vfio: Convert control interface to misc driver X-Git-Tag: v3.14-rc1~100^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d10999016f4164e9b80f1b3dece3842087cfa3bb;p=pandora-kernel.git vfio: Convert control interface to misc driver This change allows us to support module auto loading using devname support in userspace tools. With this, /dev/vfio/vfio will always be present and opening it will cause the vfio module to load. This should avoid needing to configure the system to statically load vfio in order to get libvirt to correctly detect support for it. Suggested-by: Paolo Bonzini Signed-off-by: Alex Williamson --- Reading git-diff-tree failed