Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-24 | KVM: ppc: Add dbsr in kvm_vcpu_arch | Hollis Blanchard | |
Kernel for E500 need clear dbsr when startup. So add dbsr register in kvm_vcpu_arch for BOOKE. Signed-off-by: Liu Yu <yu.liu@freescale.com> Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com> Signed-off-by: Avi Kivity <avi@redhat.com> | |||
2009-03-24 | KVM: ppc: split out common Book E instruction emulation | Hollis Blanchard | |
The Book E code will be shared with e500. I've left PID in kvmppc_core_emulate_op() just so that we don't need to move kvmppc_set_pid() right now. Once we have the e500 implementation, we can probably share that too. Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com> Signed-off-by: Avi Kivity <avi@redhat.com> |