From ab2cff775072edb95baaec441efc8d64c1d58756 Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Tue, 26 Jan 2010 16:30:06 +0200 Subject: [PATCH] --- yaml --- r: 186071 b: refs/heads/master c: db358796d95886f9715d1c91e9ae866c005511d7 h: refs/heads/master i: 186069: 2e7b254da4727113ebe911f48e5e71eeb15e3b6b 186067: d3ece3e4054efe6a9549e3b25eec1c721d6fe2af 186063: a6ca5d2df6c50b305b85eccbc026f816ce85aef9 v: v3 --- [refs] | 2 +- .../feature-removal-schedule.txt | 30 +++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 5e317fde1785..71b23437ce12 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d380a5e4022a5c63a6c5ac631e48c752ba7f1e4f +refs/heads/master: db358796d95886f9715d1c91e9ae866c005511d7 diff --git a/trunk/Documentation/feature-removal-schedule.txt b/trunk/Documentation/feature-removal-schedule.txt index ea401495528d..db205276bb53 100644 --- a/trunk/Documentation/feature-removal-schedule.txt +++ b/trunk/Documentation/feature-removal-schedule.txt @@ -538,3 +538,33 @@ Why: Duplicate functionality with the gspca_zc3xx driver, zc0301 only sensors) wich are also supported by the gspca_zc3xx driver (which supports 53 USB-ID's in total) Who: Hans de Goede + +---------------------------- + +What: KVM memory aliases support +When: July 2010 +Why: Memory aliasing support is used for speeding up guest vga access + through the vga windows. + + Modern userspace no longer uses this feature, so it's just bitrotted + code and can be removed with no impact. +Who: Avi Kivity + +---------------------------- + +What: KVM kernel-allocated memory slots +When: July 2010 +Why: Since 2.6.25, kvm supports user-allocated memory slots, which are + much more flexible than kernel-allocated slots. All current userspace + supports the newer interface and this code can be removed with no + impact. +Who: Avi Kivity + +---------------------------- + +What: KVM paravirt mmu host support +When: January 2011 +Why: The paravirt mmu host support is slower than non-paravirt mmu, both + on newer and older hardware. It is already not exposed to the guest, + and kept only for live migration purposes. +Who: Avi Kivity