aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/feature-removal-schedule.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r--Documentation/feature-removal-schedule.txt21
1 files changed, 0 insertions, 21 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index 79cb554761af..b273d35039ed 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -487,17 +487,6 @@ Who: Jan Kiszka <jan.kiszka@web.de>
487 487
488---------------------------- 488----------------------------
489 489
490What: KVM memory aliases support
491When: July 2010
492Why: Memory aliasing support is used for speeding up guest vga access
493 through the vga windows.
494
495 Modern userspace no longer uses this feature, so it's just bitrotted
496 code and can be removed with no impact.
497Who: Avi Kivity <avi@redhat.com>
498
499----------------------------
500
501What: xtime, wall_to_monotonic 490What: xtime, wall_to_monotonic
502When: 2.6.36+ 491When: 2.6.36+
503Files: kernel/time/timekeeping.c include/linux/time.h 492Files: kernel/time/timekeeping.c include/linux/time.h
@@ -508,16 +497,6 @@ Who: John Stultz <johnstul@us.ibm.com>
508 497
509---------------------------- 498----------------------------
510 499
511What: KVM kernel-allocated memory slots
512When: July 2010
513Why: Since 2.6.25, kvm supports user-allocated memory slots, which are
514 much more flexible than kernel-allocated slots. All current userspace
515 supports the newer interface and this code can be removed with no
516 impact.
517Who: Avi Kivity <avi@redhat.com>
518
519----------------------------
520
521What: KVM paravirt mmu host support 500What: KVM paravirt mmu host support
522When: January 2011 501When: January 2011
523Why: The paravirt mmu host support is slower than non-paravirt mmu, both 502Why: The paravirt mmu host support is slower than non-paravirt mmu, both