From: Cornelia Huck Date: Thu, 28 Feb 2013 11:33:18 +0000 (+0100) Subject: KVM: Initialize irqfd from kvm_init(). X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~32^2~123 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0f155e9646d5f1c263f6f9aae880151100243bb;p=pandora-kernel.git KVM: Initialize irqfd from kvm_init(). Currently, eventfd introduces module_init/module_exit functions to initialize/cleanup the irqfd workqueue. This only works, however, if no other module_init/module_exit functions are built into the same module. Let's just move the initialization and cleanup to kvm_init and kvm_exit. This way, it is also clearer where kvm startup may fail. Signed-off-by: Cornelia Huck Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed