commit | d10999016f4164e9b80f1b3dece3842087cfa3bb | [log] [tgz] |
---|---|---|
author | Alex Williamson <alex.williamson@redhat.com> | Thu Dec 19 10:17:13 2013 -0700 |
committer | Alex Williamson <alex.williamson@redhat.com> | Thu Dec 19 10:17:13 2013 -0700 |
tree | 8c739c70480d451e1c0e62c1cf1f8f695f4071ce | |
parent | 8dcf94bcff5bf3b54380ae2a17b034fb3b9d58e5 [diff] |
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 <pbonzini@redhat.com> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>