-
- Downloads
X86/Hyper-V: Add flush HvFlushGuestPhysicalAddressSpace hypercall support
Hyper-V supports a pv hypercall HvFlushGuestPhysicalAddressSpace to flush nested VM address space mapping in l1 hypervisor and it's to reduce overhead of flushing ept tlb among vcpus. This patch is to implement it. Signed-off-by:Lan Tianyu <Tianyu.Lan@microsoft.com> Acked-by:
K. Y. Srinivasan <kys@microsoft.com> Signed-off-by:
Paolo Bonzini <pbonzini@redhat.com>
Showing
- arch/x86/hyperv/Makefile 1 addition, 1 deletionarch/x86/hyperv/Makefile
- arch/x86/hyperv/nested.c 53 additions, 0 deletionsarch/x86/hyperv/nested.c
- arch/x86/include/asm/hyperv-tlfs.h 8 additions, 0 deletionsarch/x86/include/asm/hyperv-tlfs.h
- arch/x86/include/asm/mshyperv.h 2 additions, 0 deletionsarch/x86/include/asm/mshyperv.h
Loading
Please register or sign in to comment