]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86: Move guts of kvm_arch_vcpu_setup() into kvm_arch_vcpu_create()
authorSean Christopherson <sean.j.christopherson@intel.com>
Wed, 18 Dec 2019 21:55:18 +0000 (13:55 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 27 Jan 2020 18:59:25 +0000 (19:59 +0100)
commitc0e1016322573d103e8bed21c2126ceb5c034855
tree4a2c945b05bc9c451b15aa55b0ec3d4d8bfe6331
parent751ab1544d9e4e00196165b4c0c477884c2ea934
KVM: x86: Move guts of kvm_arch_vcpu_setup() into kvm_arch_vcpu_create()

Fold setup() into create() now that the two are called back-to-back by
common KVM code.  This paves the way for removing kvm_arch_vcpu_setup().

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/x86.c