diff mbox

[19/22] powerpc: Introduce CONFIG_KVM_ERRINJCT

Message ID 1399253291-3975-20-git-send-email-gwshan@linux.vnet.ibm.com (mailing list archive)
State Not Applicable
Headers show

Commit Message

Gavin Shan May 5, 2014, 1:28 a.m. UTC
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@linux.vnet.ibm.com>
---
 arch/powerpc/kvm/Kconfig | 8 ++++++++
 1 file changed, 8 insertions(+)
diff mbox

Patch

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