On 17.08.2017 18:36, Paolo Bonzini wrote:
> Calling handle_mmio_page_fault() has been unnecessary since commit
> e9ee956e311d ("KVM: x86: MMU: Move handle_mmio_page_fault() call to
> kvm_mmu_page_fault()", 2016-02-22).
>
> handle_mmio_page_fault() can now be made static.
>
> Signed-off-by: Paolo Bonzini <[email protected]>
> ---
> v1->v2: make the function static.
>
> arch/x86/kvm/mmu.c | 19 ++++++++++++++++++-
> arch/x86/kvm/mmu.h | 17 -----------------
> arch/x86/kvm/vmx.c | 13 +++----------
> 3 files changed, 21 insertions(+), 28 deletions(-)
Reviewed-by: David Hildenbrand <[email protected]>
--
Thanks,
David