Re: [kvm-devel] [PATCH 0 of 4] More x86 code movement

2007-11-01 Thread Avi Kivity
Hollis Blanchard wrote: > More straightforward code movement from kvm_main.c to x86.c. > These patches have been build-tested on x86-32, but not run. > > Patches are good, but I get > drivers/kvm/vmx.c: In function ‘vmx_vcpu_put’: > drivers/kvm/vmx.c:534: error: implicit declaration of functio

[kvm-devel] [PATCH 0 of 4] More x86 code movement

2007-10-31 Thread Hollis Blanchard
More straightforward code movement from kvm_main.c to x86.c. These patches have been build-tested on x86-32, but not run. kvm.h | 23 + kvm_main.c | 757 - x86.c | 734 +++