Sean Christopherson d11dfed5d7 KVM: MIPS: Move all vcpu init code into kvm_arch_vcpu_create()
Fold init() into create() now that the two are called back-to-back by
common KVM code (kvm_vcpu_init() calls kvm_arch_vcpu_init() as its last
action, and kvm_vm_ioctl_create_vcpu() calls kvm_arch_vcpu_create()
immediately thereafter).  Rinse and repeat for kvm_arch_vcpu_uninit()
and kvm_arch_vcpu_destroy().  This paves the way for removing
kvm_arch_vcpu_{un}init() entirely.

No functional change intended.

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2020-01-27 19:59:30 +01:00
..
2019-11-01 14:36:44 -07:00
2020-01-04 14:16:57 -08:00
2020-01-04 14:16:57 -08:00
2019-10-31 15:03:10 -07:00
2019-11-28 11:16:43 -08:00
2020-01-04 14:16:57 -08:00
2019-08-23 14:47:21 +01:00
2019-11-28 11:16:43 -08:00
2019-06-08 13:09:31 -07:00
2019-06-08 13:09:31 -07:00
2019-11-25 17:42:56 -08:00
2019-06-08 13:09:31 -07:00
2020-01-04 14:16:57 -08:00