diff options
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 21 |
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 | ||
490 | What: KVM memory aliases support | ||
491 | When: July 2010 | ||
492 | Why: 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. | ||
497 | Who: Avi Kivity <avi@redhat.com> | ||
498 | |||
499 | ---------------------------- | ||
500 | |||
501 | What: xtime, wall_to_monotonic | 490 | What: xtime, wall_to_monotonic |
502 | When: 2.6.36+ | 491 | When: 2.6.36+ |
503 | Files: kernel/time/timekeeping.c include/linux/time.h | 492 | Files: 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 | ||
511 | What: KVM kernel-allocated memory slots | ||
512 | When: July 2010 | ||
513 | Why: 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. | ||
517 | Who: Avi Kivity <avi@redhat.com> | ||
518 | |||
519 | ---------------------------- | ||
520 | |||
521 | What: KVM paravirt mmu host support | 500 | What: KVM paravirt mmu host support |
522 | When: January 2011 | 501 | When: January 2011 |
523 | Why: The paravirt mmu host support is slower than non-paravirt mmu, both | 502 | Why: The paravirt mmu host support is slower than non-paravirt mmu, both |