[kvm-devel] [PATCH][0/22] Patches to use arch concept to hold arch-speicif fileds for kvm_vcpu and kvm strucuture.

2007-12-13 Thread Zhang, Xiantao
Hi, Avi As you know, we have to change to kvm_vcpu_arch concept since meet various issues about #includes. This patches enables it. I also prepared a series of patches to split kvm with similar idea. Now, kvm.h includes x86.h by default. X86.c needs includes kvm.h, and vmx.c and svm.c only needs

Re: [kvm-devel] [PATCH][0/22] Patches to use arch concept to hold arch-speicif fileds for kvm_vcpu and kvm strucuture.

2007-12-13 Thread Avi Kivity
Zhang, Xiantao wrote: > Hi, Avi > As you know, we have to change to kvm_vcpu_arch concept since meet > various issues about #includes. > This patches enables it. I also prepared a series of patches to split > kvm with similar idea. > Now, kvm.h includes x86.h by default. X86.c needs includes kvm.

Re: [kvm-devel] [PATCH][0/22] Patches to use arch concept to hold arch-speicif fileds for kvm_vcpu and kvm strucuture.

2007-12-14 Thread Carsten Otte
Zhang, Xiantao wrote: > As you know, we have to change to kvm_vcpu_arch concept since meet > various issues about #includes. > This patches enables it. I also prepared a series of patches to split > kvm with similar idea. > Now, kvm.h includes x86.h by default. X86.c needs includes kvm.h, and > v

Re: [kvm-devel] [PATCH][0/22] Patches to use arch concept to hold arch-speicif fileds for kvm_vcpu and kvm strucuture.

2007-12-14 Thread Carsten Otte
Avi Kivity wrote: > Indeed, I'll rearrange the directory layout tomorrow and then we can > finally see actual arch support instead of preparations! Yipieh :-). - SF.Net email is sponsored by: Check out the new Source

Re: [kvm-devel] [PATCH][0/22] Patches to use arch concept to hold arch-speicif fileds for kvm_vcpu and kvm strucuture.

2007-12-14 Thread Avi Kivity
Zhang, Xiantao wrote: > Hi, Avi > As you know, we have to change to kvm_vcpu_arch concept since meet > various issues about #includes. > This patches enables it. I also prepared a series of patches to split > kvm with similar idea. > Now, kvm.h includes x86.h by default. X86.c needs includes kvm.

Re: [kvm-devel] [PATCH][0/22] Patches to use arch concept to hold arch-speicif fileds for kvm_vcpu and kvm strucuture.

2007-12-14 Thread Zhang, Xiantao
Avi Kivity wrote: > Zhang, Xiantao wrote: >> Hi, Avi >> As you know, we have to change to kvm_vcpu_arch concept since meet >> various issues about #includes. >> This patches enables it. I also prepared a series of patches to >> split kvm with similar idea. Now, kvm.h includes x86.h by default. >> X