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:
75e68e6
)
KVM: Initialize the mmu caches only after verifying cpu support
author
Avi Kivity
<avi@qumranet.com>
Sun, 13 Jan 2008 11:23:56 +0000
(13:23 +0200)
committer
Avi Kivity
<avi@qumranet.com>
Wed, 30 Jan 2008 16:01:22 +0000
(18:01 +0200)
Otherwise we re-initialize the mmu caches, which will fail since the
caches are already registered, which will cause us to deinitialize said caches.
Signed-off-by: Avi Kivity <avi@qumranet.com>
No differences found