commit | 8bd826d629d6ff4a4e647079db15d64d06346004 | [log] [tgz] |
---|---|---|
author | Sean Christopherson <sean.j.christopherson@intel.com> | Wed Dec 18 13:55:30 2019 -0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Jan 27 19:59:34 2020 +0100 |
tree | 106f9f3c7c2bba2d455a6791c6af98e823f860ef | |
parent | 9941d224fb7c765bc20f3cb6c747786adc5cd002 [diff] |
KVM: Move vcpu->run page allocation out of kvm_vcpu_init() Open code the allocation and freeing of the vcpu->run page in kvm_vm_ioctl_create_vcpu() and kvm_vcpu_destroy() respectively. Doing so allows kvm_vcpu_init() to be a pure init function and eliminates kvm_vcpu_uninit() entirely. 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>