Re: [Qemu-devel] [PATCH v4 3/6] KVM: Initialize irqfd from kvm_init().

2013-04-03 Thread Sasha Levin
On 02/28/2013 04:22 AM, Cornelia Huck wrote: > 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 initializa

Re: [Qemu-devel] [PATCH v4 3/6] KVM: Initialize irqfd from kvm_init().

2013-04-03 Thread Cornelia Huck
On Tue, 02 Apr 2013 20:40:53 -0400 Sasha Levin wrote: > On 02/28/2013 04:22 AM, Cornelia Huck wrote: > > 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 b