diff options
author | Avi Kivity <avi@redhat.com> | 2012-04-08 12:47:32 +0300 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2012-04-08 12:47:32 +0300 |
commit | 66ef89315f121cda9bf5b65a4ef02ad1b4fb16d9 (patch) | |
tree | c2455efd66dc00bdb859e4db328f8087084f4a52 | |
parent | 675acb758ab2381c72fe3ceb5c091cbd0879d4dd (diff) | |
download | linux-66ef89315f121cda9bf5b65a4ef02ad1b4fb16d9.tar.bz2 |
KVM: schedule debugfs statistics for removal
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>
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 709e08e9a222..d6dd84fbea84 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt @@ -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. |