Browse Source

KVM: s390: Stub out kvmtrace

Signed-off-by: Avi Kivity <avi@qumranet.com>
Avi Kivity 17 years ago
parent
commit
7732a8d19b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      arch/s390/kvm/Kconfig

+ 3 - 0
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