Re: [kvm-devel] removing kvm_init()

2007-11-03 Thread Avi Kivity
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

[kvm-devel] removing kvm_init()

2007-11-01 Thread Hollis Blanchard
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