commit | 2a74003ae818cfaf129ed4df89499a1c2b796129 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Feb 24 11:26:10 2016 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Mar 08 12:33:30 2016 +0100 |
tree | 57868474c27820357c90cf1c5c0ad12a1d3ac734 | |
parent | 1f50f1b3a4630966fb3cd1f56892acb03580bd37 [diff] |
KVM: MMU: move zap/flush to kvm_mmu_get_page kvm_mmu_get_page is the only caller of kvm_sync_page_transient and kvm_sync_pages. Moving the handling of the invalid_list there removes the need for the underdocumented kvm_sync_page_transient function. Reviewed-by: Takuya Yoshikawa <yoshikawa_takuya_b1@lab.ntt.co.jp> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>