]> Pileus Git - ~andy/linux/commitdiff
KVM: schedule debugfs statistics for removal
authorAvi Kivity <avi@redhat.com>
Sun, 8 Apr 2012 09:47:32 +0000 (12:47 +0300)
committerAvi Kivity <avi@redhat.com>
Sun, 8 Apr 2012 09:47:32 +0000 (12:47 +0300)
Deprecated in favour of tracepoints.

Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Documentation/feature-removal-schedule.txt

index 709e08e9a222fd9f89a6eb91edf9f5b3326df536..d6dd84fbea842687737b4aa9f61ce22ffdc3a3a7 100644 (file)
@@ -531,3 +531,10 @@ Why:       There appear to be no production users of the get_robust_list syscall,
        of ASLR. It was only ever intended for debugging, so it should be
        removed.
 Who:   Kees Cook <keescook@chromium.org>
+
+----------------------------
+
+What:  KVM debugfs statistics
+When:  2013
+Why:   KVM tracepoints provide mostly equivalent information in a much more
+        flexible fashion.