From: Will Deacon Date: Tue, 2 Sep 2014 09:27:36 +0000 (+0100) Subject: KVM: VFIO: register kvm_device_ops dynamically X-Git-Tag: fixes-for-v3.18-merge-window~23^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80ce1639727e9d38729c34f162378508c307ca25;p=pandora-kernel.git KVM: VFIO: register kvm_device_ops dynamically 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 Cc: Paolo Bonzini Acked-by: Alex Williamson Signed-off-by: Will Deacon Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed