Re: [PATCH RFC V2 05/37] accel/kvm: Extract common KVM vCPU {creation,parking} code

2023-10-02 Thread Gavin Shan
Subject: Re: [PATCH RFC V2 05/37] accel/kvm: Extract common KVM vCPU {creation,parking} code Hi Salil, On 9/26/23 20:04, Salil Mehta wrote: KVM vCPU creation is done once during the initialization of the VM when Qemu threads are spawned. This is common to all the architectures. If the architecture

RE: [PATCH RFC V2 05/37] accel/kvm: Extract common KVM vCPU {creation,parking} code

2023-10-02 Thread Salil Mehta via
ob...@loongson.cn; lixiang...@loongson.cn > Subject: Re: [PATCH RFC V2 05/37] accel/kvm: Extract common KVM vCPU > {creation,parking} code > > Hi Salil, > > On 9/26/23 20:04, Salil Mehta wrote: > > KVM vCPU creation is done once during the initialization of the VM when Qe

Re: [PATCH RFC V2 05/37] accel/kvm: Extract common KVM vCPU {creation,parking} code

2023-09-26 Thread Gavin Shan
Hi Salil, On 9/26/23 20:04, Salil Mehta wrote: KVM vCPU creation is done once during the initialization of the VM when Qemu threads are spawned. This is common to all the architectures. If the architecture supports vCPU hot-{un}plug then this KVM vCPU creation could be deferred to later point a

[PATCH RFC V2 05/37] accel/kvm: Extract common KVM vCPU {creation, parking} code

2023-09-26 Thread Salil Mehta via
KVM vCPU creation is done once during the initialization of the VM when Qemu threads are spawned. This is common to all the architectures. If the architecture supports vCPU hot-{un}plug then this KVM vCPU creation could be deferred to later point as well. Some architectures might in any case creat