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:
660c22c
)
KVM: x86: get rid of mmu_only parameter in emulator_write_emulated()
author
Gleb Natapov
<gleb@redhat.com>
Tue, 13 Apr 2010 07:21:56 +0000
(10:21 +0300)
committer
Avi Kivity
<avi@redhat.com>
Mon, 17 May 2010 09:17:43 +0000
(12:17 +0300)
We can call kvm_mmu_pte_write() directly from
emulator_cmpxchg_emulated() instead of passing mmu_only down to
emulator_write_emulated_onepage() and call it there.
Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
No differences found