Zhang, Xiantao wrote:
> In order to make kvm.h arch-independent, some code need to move out from
> kvm.h. Now, we move them to x86.h.
> This is the preparetion for splitting struct kvm and struct kvm_vcpu.
>
> [1/5] Move some macro definitions out.
> [2/5] Move kvm_x86_ops out.
> [3/5] Move vcpu r
In order to make kvm.h arch-independent, some code need to move out from
kvm.h. Now, we move them to x86.h.
This is the preparetion for splitting struct kvm and struct kvm_vcpu.
[1/5] Move some macro definitions out.
[2/5] Move kvm_x86_ops out.
[3/5] Move vcpu regs enumeration defintions out
[4/5