Hollis Blanchard wrote:
> Hi Avi, I'm looking at kvm_init() right now. Since everything is driven
> by the arch-specific modules (svm.c and vmx.c), I think it would
> simplify things to fold all of kvm_init() into what is today called
> kvm_init_x86().
>
> If that's done, kvm_main.c won't have any
Hi Avi, I'm looking at kvm_init() right now. Since everything is driven
by the arch-specific modules (svm.c and vmx.c), I think it would
simplify things to fold all of kvm_init() into what is today called
kvm_init_x86().
If that's done, kvm_main.c won't have any "modinit" function, but I
think tha