forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KVM: MMU: remove KVM host pv mmu support
The host side pv mmu support has been marked for feature removal in January 2011. It's not in use, is slower than shadow or hardware assisted paging, and a maintenance burden. It's November 2011, time to remove it. Signed-off-by: Chris Wright <[email protected]> Signed-off-by: Avi Kivity <[email protected]>
- Loading branch information
1 parent
5202397
commit fb92045
Showing
4 changed files
with
0 additions
and
169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -362,15 +362,6 @@ Who: anybody or Florian Mickler <[email protected]> | |
|
||
---------------------------- | ||
|
||
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 <[email protected]> | ||
|
||
---------------------------- | ||
|
||
What: iwlwifi 50XX module parameters | ||
When: 3.0 | ||
Why: The "..50" modules parameters were used to configure 5000 series and | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters