From: Avi Kivity Date: Thu, 10 Apr 2008 23:50:40 +0000 (+0300) Subject: KVM: s390: Stub out kvmtrace X-Git-Tag: v2.6.26-rc1~1028^2~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7732a8d19bdc6ae18f68f9adb47d11c82a3a86cd;p=thirdparty%2Fkernel%2Flinux.git KVM: s390: Stub out kvmtrace Signed-off-by: Avi Kivity --- diff --git a/arch/s390/kvm/Kconfig b/arch/s390/kvm/Kconfig index 2489b341a00bb..1761b74d639be 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