On Wed, Apr 25, 2018 at 07:54:34PM +0800, wei.guo.si...@gmail.com wrote:
> From: Simon Guo <wei.guo.si...@gmail.com>
> 
> Current regs are scattered at kvm_vcpu_arch structure and it will
> be more neat to organize them into pt_regs structure.
> 
> Also it will enable reconstruct MMIO emulation code with

"reimplement" would be clearer than "reconstruct" here, I think.

> @@ -438,7 +438,7 @@ int main(void)
>       OFFSET(VCPU_TAR, kvm_vcpu, arch.tar);
>  #endif
>       OFFSET(VCPU_CR, kvm_vcpu, arch.cr);
> -     OFFSET(VCPU_PC, kvm_vcpu, arch.pc);
> +     OFFSET(VCPU_PC, kvm_vcpu, arch.nip);

This hunk shouldn't be in this patch.

Paul.

Reply via email to