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/powerpc/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/powerpc/kvm/Kconfig')
-rw-r--r-- | arch/powerpc/kvm/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/powerpc/kvm/Kconfig b/arch/powerpc/kvm/Kconfig index 46019dccce1c..c29926846613 100644 --- a/arch/powerpc/kvm/Kconfig +++ b/arch/powerpc/kvm/Kconfig | |||
@@ -58,17 +58,6 @@ config KVM_E500 | |||
58 | 58 | ||
59 | If unsure, say N. | 59 | If unsure, say N. |
60 | 60 | ||
61 | config KVM_TRACE | ||
62 | bool "KVM trace support" | ||
63 | depends on KVM && MARKERS && SYSFS | ||
64 | select RELAY | ||
65 | select DEBUG_FS | ||
66 | default n | ||
67 | ---help--- | ||
68 | This option allows reading a trace of kvm-related events through | ||
69 | relayfs. Note the ABI is not considered stable and will be | ||
70 | modified in future updates. | ||
71 | |||
72 | source drivers/virtio/Kconfig | 61 | source drivers/virtio/Kconfig |
73 | 62 | ||
74 | endif # VIRTUALIZATION | 63 | endif # VIRTUALIZATION |