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:
3c5d0a4
)
KVM: SVM: Implement INVLPGA
author
Alexander Graf
<agraf@suse.de>
Mon, 15 Jun 2009 13:21:24 +0000
(15:21 +0200)
committer
Avi Kivity
<avi@redhat.com>
Thu, 10 Sep 2009 05:32:58 +0000
(08:32 +0300)
SVM adds another way to do INVLPG by ASID which Hyper-V makes use of,
so let's implement it!
For now we just do the same thing invlpg does, as asid switching
means we flush the mmu anyways. That might change one day though.
Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Avi Kivity <avi@redhat.com>
No differences found