d37c8ab0c parent 660c22c425cbe14badfb3b0a0206862577701ab7 author Gleb Natapov 1271143316 +0300 committer Avi Kivity 1274087863 +0300 KVM: x86: get rid of mmu_only parameter in emulator_write_emulated() 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 Signed-off-by: Marcelo Tosatti G!