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 <g...@kernel.org> > Cc: Paolo Bonzini <pbonz...@redhat.com> > Cc: Alex Williamson <alex.william...@redhat.com> > Signed-off-by: Will Deacon <will.dea...@arm.com> > --- > 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 <alex.william...@redhat.com> -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html