From: Avi Kivity Date: Thu, 10 Apr 2008 23:50:40 +0000 (+0300) Subject: KVM: s390: Stub out kvmtrace X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7732a8d19bdc6ae18f68f9adb47d11c82a3a86cd;p=linux-beck.git KVM: s390: Stub out kvmtrace Signed-off-by: Avi Kivity --- diff --git a/arch/s390/kvm/Kconfig b/arch/s390/kvm/Kconfig index 2489b341a00b..1761b74d639b 100644 --- a/arch/s390/kvm/Kconfig +++ b/arch/s390/kvm/Kconfig @@ -36,6 +36,9 @@ config KVM If unsure, say N. +config KVM_TRACE + bool + # OK, it's a little counter-intuitive to do this, but it puts it neatly under # the virtualization menu. source drivers/virtio/Kconfig