On Tue, 2014-07-01 at 15:45 +0100, Will Deacon wrote: > Now that we have a dynamic means to register kvm_device_ops, use that > for the VFIO kvm device, instead of relying on the static table. > > This is achieved by a module_init call to register the ops with KVM. > > Cc: Gleb Natapov <[email protected]> > Cc: Paolo Bonzini <[email protected]> > Cc: Alex Williamson <[email protected]> > Signed-off-by: Will Deacon <[email protected]> > --- > include/linux/kvm_host.h | 1 - > virt/kvm/kvm_main.c | 4 ---- > virt/kvm/vfio.c | 22 +++++++++++++++------- > 3 files changed, 15 insertions(+), 12 deletions(-)
Acked-by: Alex Williamson <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
