From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51964) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ehG6N-00026f-Pb for qemu-devel@nongnu.org; Thu, 01 Feb 2018 09:44:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ehG6K-0003Y9-4x for qemu-devel@nongnu.org; Thu, 01 Feb 2018 09:44:35 -0500 Received: from mx1.redhat.com ([209.132.183.28]:45336) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ehG6J-0003Xw-VH for qemu-devel@nongnu.org; Thu, 01 Feb 2018 09:44:32 -0500 From: Paolo Bonzini Date: Thu, 1 Feb 2018 09:44:24 -0500 Message-Id: <20180201144430.14441-1-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 0/6] cpus: fix various issues with vCPU unplug List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: linzc@zju.edu.cn Fix the thread exit conditions and clean up the threads correctly. Thanks, Paolo Paolo Bonzini (6): cpus: hax: register/unregister thread with RCU, exit loop on unplug cpus: kvm: unregister thread with RCU cpus: dummy: unregister thread with RCU, exit loop on unplug cpus: tcg: unregister thread with RCU, fix exiting of loop on unplug cpus: hvf: unregister thread with RCU cpus: join thread when removing a vCPU cpus.c | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) -- 2.14.3