Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KVM: Avoid useless memory write when possible
When writing to normal memory and the memory area is unchanged the write can be safely skipped, avoiding the costly kvm_mmu_pte_write. Signed-Off-By: Luca Tettamanti <kronos.it@gmail.com> Signed-off-by: Avi Kivity <avi@qumranet.com>
- Loading branch information