From: Gleb Natapov Date: Tue, 13 Apr 2010 07:21:56 +0000 (+0300) Subject: KVM: x86: get rid of mmu_only parameter in emulator_write_emulated() X-Git-Tag: v2.6.35-rc1~436^2~102 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f6abd06f521112a0a3bc906df273fa3ce0a9387;p=pandora-kernel.git 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 --- Reading git-diff-tree failed