diff options
author | Marcelo Tosatti <mtosatti@redhat.com> | 2009-06-18 10:47:28 -0400 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2009-09-10 01:33:03 -0400 |
commit | 2023a29cbe34139afcea8f65f8aef78c325c5dc0 (patch) | |
tree | 142223b88f59710a366321a1b47b54b33ba8e19c /arch/x86/kvm/Kconfig | |
parent | 46f43c6ee022c3aeb9686b104234b9f27fac03c2 (diff) |
KVM: remove old KVMTRACE support code
Return EOPNOTSUPP for KVM_TRACE_ENABLE/PAUSE/DISABLE ioctls.
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/x86/kvm/Kconfig')
-rw-r--r-- | arch/x86/kvm/Kconfig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/x86/kvm/Kconfig b/arch/x86/kvm/Kconfig index 7fbedfd34d6c..b84e571f4175 100644 --- a/arch/x86/kvm/Kconfig +++ b/arch/x86/kvm/Kconfig | |||
@@ -62,18 +62,6 @@ config KVM_AMD | |||
62 | To compile this as a module, choose M here: the module | 62 | To compile this as a module, choose M here: the module |
63 | will be called kvm-amd. | 63 | will be called kvm-amd. |
64 | 64 | ||
65 | config KVM_TRACE | ||
66 | bool "KVM trace support" | ||
67 | depends on KVM && SYSFS | ||
68 | select MARKERS | ||
69 | select RELAY | ||
70 | select DEBUG_FS | ||
71 | default n | ||
72 | ---help--- | ||
73 | This option allows reading a trace of kvm-related events through | ||
74 | relayfs. Note the ABI is not considered stable and will be | ||
75 | modified in future updates. | ||
76 | |||
77 | # OK, it's a little counter-intuitive to do this, but it puts it neatly under | 65 | # OK, it's a little counter-intuitive to do this, but it puts it neatly under |
78 | # the virtualization menu. | 66 | # the virtualization menu. |
79 | source drivers/lguest/Kconfig | 67 | source drivers/lguest/Kconfig |