commit | 1143a70665c2175a33a40d8f2dc277978fbf7640 | [log] [tgz] |
---|---|---|
author | Simon Guo <wei.guo.simon@gmail.com> | Mon May 07 14:20:07 2018 +0800 |
committer | Paul Mackerras <paulus@ozlabs.org> | Fri May 18 15:38:23 2018 +1000 |
tree | 8ed1d44094325c3c3feb0d8d900b6333176a7116 | |
parent | 9c9e9cf40a9e6a385bc3e74f93d4f06f5b0b25d2 [diff] |
KVM: PPC: Add pt_regs into kvm_vcpu_arch and move vcpu->arch.gpr[] into it 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 reimplementation of MMIO emulation code with analyse_instr() later. Signed-off-by: Simon Guo <wei.guo.simon@gmail.com> Signed-off-by: Paul Mackerras <paulus@ozlabs.org>