Message ID | 1399253291-3975-20-git-send-email-gwshan@linux.vnet.ibm.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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
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(+)