]> 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)
commit5c3fe5f14062d628ff4bdaa8c2ee8e25f7bd5644
tree4a2c945b05bc9c451b15aa55b0ec3d4d8bfe6331
parent6f5588663ec2372305ac03b69d63f0e8ad7b09ba
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