diff options
author | Bharat Bhushan <r65777@freescale.com> | 2013-02-27 18:13:10 +0000 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2013-03-22 01:21:09 +0100 |
commit | 15b708beee6841e0a59ded702c8bfe3042a5b5a4 (patch) | |
tree | dedda86eb2701221dbfdb21acae28a6b22439d58 /arch/powerpc/kernel/asm-offsets.c | |
parent | 78accda4f888c77122cf3da6185f905d4677eb07 (diff) | |
download | blackbird-op-linux-15b708beee6841e0a59ded702c8bfe3042a5b5a4.tar.gz blackbird-op-linux-15b708beee6841e0a59ded702c8bfe3042a5b5a4.zip |
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/kernel/asm-offsets.c')
-rw-r--r-- | arch/powerpc/kernel/asm-offsets.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/asm-offsets.c b/arch/powerpc/kernel/asm-offsets.c index b6c17ec9b169..d87c90886c75 100644 --- a/arch/powerpc/kernel/asm-offsets.c +++ b/arch/powerpc/kernel/asm-offsets.c @@ -596,6 +596,7 @@ int main(void) DEFINE(VCPU_LAST_INST, offsetof(struct kvm_vcpu, arch.last_inst)); DEFINE(VCPU_FAULT_DEAR, offsetof(struct kvm_vcpu, arch.fault_dear)); DEFINE(VCPU_FAULT_ESR, offsetof(struct kvm_vcpu, arch.fault_esr)); + DEFINE(VCPU_CRIT_SAVE, offsetof(struct kvm_vcpu, arch.crit_save)); #endif /* CONFIG_PPC_BOOK3S */ #endif /* CONFIG_KVM */ |