summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
diff options
context:
space:
mode:
authorBharat Bhushan <r65777@freescale.com>2013-02-27 18:13:10 +0000
committerAlexander Graf <agraf@suse.de>2013-03-22 01:21:09 +0100
commit15b708beee6841e0a59ded702c8bfe3042a5b5a4 (patch)
treededda86eb2701221dbfdb21acae28a6b22439d58 /arch/powerpc/include
parent78accda4f888c77122cf3da6185f905d4677eb07 (diff)
downloadop-kernel-dev-15b708beee6841e0a59ded702c8bfe3042a5b5a4.zip
op-kernel-dev-15b708beee6841e0a59ded702c8bfe3042a5b5a4.tar.gz
KVM: PPC: booke: Added debug handler
Installed debug handler will be used for guest debug support and debug facility emulation features (patches for these features will follow this patch). Signed-off-by: Liu Yu <yu.liu@freescale.com> [bharat.bhushan@freescale.com: Substantial changes] Signed-off-by: Bharat Bhushan <bharat.bhushan@freescale.com> Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'arch/powerpc/include')
-rw-r--r--arch/powerpc/include/asm/kvm_host.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/kvm_host.h b/arch/powerpc/include/asm/kvm_host.h
index d1bb860..e34f8fe 100644
--- a/arch/powerpc/include/asm/kvm_host.h
+++ b/arch/powerpc/include/asm/kvm_host.h
@@ -504,6 +504,7 @@ struct kvm_vcpu_arch {
u32 tlbcfg[4];
u32 mmucfg;
u32 epr;
+ u32 crit_save;
struct kvmppc_booke_debug_reg dbg_reg;
#endif
gpa_t paddr_accessed;
OpenPOWER on IntegriCloud