KVM: x86/mmu: Make .write_log_dirty a nested operation
Move .write_log_dirty() into kvm_x86_nested_ops to help differentiate it from the non-nested dirty log hooks. And because it's a nested-only operation. Signed-off-by:Sean Christopherson <sean.j.christopherson@intel.com> Message-Id: <20200622215832.22090-5-sean.j.christopherson@intel.com> Signed-off-by:
Paolo Bonzini <pbonzini@redhat.com>
Showing
- arch/x86/include/asm/kvm_host.h 1 addition, 1 deletionarch/x86/include/asm/kvm_host.h
- arch/x86/kvm/mmu/paging_tmpl.h 1 addition, 1 deletionarch/x86/kvm/mmu/paging_tmpl.h
- arch/x86/kvm/vmx/nested.c 38 additions, 0 deletionsarch/x86/kvm/vmx/nested.c
- arch/x86/kvm/vmx/vmx.c 0 additions, 38 deletionsarch/x86/kvm/vmx/vmx.c
Loading
Please register or sign in to comment