diff options
author | Avi Kivity <avi@redhat.com> | 2010-06-21 04:48:05 -0400 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2010-08-01 03:47:01 -0400 |
commit | b74a07beed0e64bfba413dcb70dd6749c57f43dc (patch) | |
tree | 7a04532866b919718d41bbb75a21966aa4e48904 /Documentation/feature-removal-schedule.txt | |
parent | a1f4d39500ad8ed61825eff061debff42386ab5b (diff) |
KVM: Remove kernel-allocated memory regions
Equivalent (and better) functionality is provided by user-allocated memory
regions.
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index ad1e90dd2780..123ec0e23738 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -548,16 +548,6 @@ Who: John Stultz <johnstul@us.ibm.com> | |||
548 | 548 | ||
549 | ---------------------------- | 549 | ---------------------------- |
550 | 550 | ||
551 | What: KVM kernel-allocated memory slots | ||
552 | When: July 2010 | ||
553 | Why: Since 2.6.25, kvm supports user-allocated memory slots, which are | ||
554 | much more flexible than kernel-allocated slots. All current userspace | ||
555 | supports the newer interface and this code can be removed with no | ||
556 | impact. | ||
557 | Who: Avi Kivity <avi@redhat.com> | ||
558 | |||
559 | ---------------------------- | ||
560 | |||
561 | What: KVM paravirt mmu host support | 551 | What: KVM paravirt mmu host support |
562 | When: January 2011 | 552 | When: January 2011 |
563 | Why: The paravirt mmu host support is slower than non-paravirt mmu, both | 553 | Why: The paravirt mmu host support is slower than non-paravirt mmu, both |