diff options
author | Sean Christopherson <sean.j.christopherson@intel.com> | 2019-12-18 13:55:10 -0800 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-01-24 09:19:08 +0100 |
commit | 321f8ee559d697d69efa81e8b6d4ea1e487c8bcc (patch) | |
tree | 2d2d6d9f0b3733f301df1ece9ba86c1c79429eb2 /fs | |
parent | 897cc38eaab96d006ab17edd0f50a2f432f584cf (diff) |
KVM: s390: Move guts of kvm_arch_vcpu_init() into kvm_arch_vcpu_create()
Move all of kvm_arch_vcpu_init(), which is invoked at the very end of
kvm_vcpu_init(), into kvm_arch_vcpu_create() in preparation of moving
the call to kvm_vcpu_init(). Moving kvm_vcpu_init() is itself a
preparatory step for moving allocation and initialization to common KVM
code.
No functional change inteded.
Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions