git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22ccb14
)
KVM: MMU: Inherit a shadow page's guest level count from vcpu setup
author
Avi Kivity
<avi@redhat.com>
Sun, 21 Dec 2008 17:20:09 +0000
(19:20 +0200)
committer
Avi Kivity
<avi@redhat.com>
Tue, 24 Mar 2009 09:02:51 +0000
(11:02 +0200)
Instead of "calculating" it on every shadow page allocation, set it once
when switching modes, and copy it when allocating pages.
This doesn't buy us much, but sets up the stage for inheriting more
information related to the mmu setup.
Signed-off-by: Avi Kivity <avi@redhat.com>
No differences found