diff options
author | Bharat Bhushan <Bharat.Bhushan@freescale.com> | 2014-08-06 02:38:52 -0400 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2014-09-22 04:11:29 -0400 |
commit | c8ca97ca9b87c0a9c9e67feda656b8dbca65cf08 (patch) | |
tree | 5c4af06f3ef873bd850511f52cc93200554800ec /arch/powerpc/include/asm/kvm_host.h | |
parent | 9fee7563cdb535596c48e7b05383d75590a64418 (diff) |
KVM: PPC: BOOKE : Emulate rfdi instruction
This patch adds "rfdi" instruction emulation which is required for
guest debug hander on BOOKE-HV
Signed-off-by: Bharat Bhushan <Bharat.Bhushan@freescale.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'arch/powerpc/include/asm/kvm_host.h')
-rw-r--r-- | arch/powerpc/include/asm/kvm_host.h | 1 |
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 604000882352..8a8da0acfd28 100644 --- a/arch/powerpc/include/asm/kvm_host.h +++ b/arch/powerpc/include/asm/kvm_host.h | |||
@@ -139,6 +139,7 @@ enum kvm_exit_types { | |||
139 | EMULATED_TLBWE_EXITS, | 139 | EMULATED_TLBWE_EXITS, |
140 | EMULATED_RFI_EXITS, | 140 | EMULATED_RFI_EXITS, |
141 | EMULATED_RFCI_EXITS, | 141 | EMULATED_RFCI_EXITS, |
142 | EMULATED_RFDI_EXITS, | ||
142 | DEC_EXITS, | 143 | DEC_EXITS, |
143 | EXT_INTR_EXITS, | 144 | EXT_INTR_EXITS, |
144 | HALT_WAKEUP, | 145 | HALT_WAKEUP, |