Re: [Qemu-devel] [PATCH v7 05/13] cpu: Reclaim vCPU objects

2016-02-19 Thread Thomas Huth
On 28.01.2016 06:49, Bharata B Rao wrote: > From: Gu Zheng > > In order to deal well with the kvm vcpus (which can not be removed without any > protection), we do not close KVM vcpu fd, just record and mark it as stopped > into a list, so that we can reuse it for the appending cpu hot-add request

[Qemu-devel] [PATCH v7 05/13] cpu: Reclaim vCPU objects

2016-01-27 Thread Bharata B Rao
From: Gu Zheng In order to deal well with the kvm vcpus (which can not be removed without any protection), we do not close KVM vcpu fd, just record and mark it as stopped into a list, so that we can reuse it for the appending cpu hot-add request if possible. It is also the approach that kvm guys