commit | 8f6abd06f521112a0a3bc906df273fa3ce0a9387 | [log] [tgz] |
---|---|---|
author | Gleb Natapov <gleb@redhat.com> | Tue Apr 13 10:21:56 2010 +0300 |
committer | Avi Kivity <avi@redhat.com> | Mon May 17 12:17:43 2010 +0300 |
tree | 5f7c453b6cfeed776c6387d78a516dbd37c8ab0c | |
parent | 660c22c425cbe14badfb3b0a0206862577701ab7 [diff] |
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 <gleb@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>