]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86: Move kvm_emulate.h into KVM's private directory
authorSean Christopherson <sean.j.christopherson@intel.com>
Tue, 18 Feb 2020 23:29:49 +0000 (15:29 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 16 Mar 2020 16:57:52 +0000 (17:57 +0100)
commitd819a9ad6684c3f9a1b68ce97dcc807209ca27b3
treefb352a189dd7eaee9ed153899090f9a321461d3c
parent9db4273554f86db32fe092bde6a4918b2a721add
KVM: x86: Move kvm_emulate.h into KVM's private directory

Now that the emulation context is dynamically allocated and not embedded
in struct kvm_vcpu, move its header, kvm_emulate.h, out of the public
asm directory and into KVM's private x86 directory.

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Reviewed-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/include/asm/kvm_emulate.h [deleted file]
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/emulate.c
arch/x86/kvm/kvm_emulate.h [new file with mode: 0644]
arch/x86/kvm/mmu/mmu.c
arch/x86/kvm/x86.c
arch/x86/kvm/x86.h