Re: [PATCH v3 1/3] accel/kvm: Introduce kvm_create_and_park_vcpu() helper

2024-05-30 Thread Nicholas Piggin
On Thu May 23, 2024 at 5:26 PM AEST, Harsh Prateek Bora wrote: > There are distinct helpers for creating and parking a KVM vCPU. > However, there can be cases where a platform needs to create and > immediately park the vCPU during early stages of vcpu init which > can later be reused when vcpu thre

[PATCH v3 1/3] accel/kvm: Introduce kvm_create_and_park_vcpu() helper

2024-05-23 Thread Harsh Prateek Bora
There are distinct helpers for creating and parking a KVM vCPU. However, there can be cases where a platform needs to create and immediately park the vCPU during early stages of vcpu init which can later be reused when vcpu thread gets initialized. This would help detect failures with kvm_create_vc