[PATCH 19/22] powerpc: Introduce CONFIG_KVM_ERRINJCT
Gavin Shan
gwshan at linux.vnet.ibm.com
Mon May 5 11:28:08 EST 2014
The patch introduces kernel configuration option KVM_ERRINJCT. It
enables emulating error injection RTAS services used on IBM POWER
(pSeries) servers.
Signed-off-by: Gavin Shan <gwshan at linux.vnet.ibm.com>
---
arch/powerpc/kvm/Kconfig | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/powerpc/kvm/Kconfig b/arch/powerpc/kvm/Kconfig
index 6764fc5..914ab05 100644
--- a/arch/powerpc/kvm/Kconfig
+++ b/arch/powerpc/kvm/Kconfig
@@ -198,6 +198,14 @@ config KVM_EEH
Enable support for emulating EEH RTAS services used on IBM
POWER (pSeries) servers.
+config KVM_ERRINJCT
+ bool "KVM in-kernel error injection emulation"
+ depends on KVM_EEH
+ default y
+ ---help---
+ Enable support for emulating error injection services used
+ on IBM POWER (pSeries) servers
+
source drivers/vhost/Kconfig
endif # VIRTUALIZATION
--
1.8.3.2
More information about the Linuxppc-dev
mailing list