From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56034) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSMuu-0000MV-1a for qemu-devel@nongnu.org; Mon, 02 Mar 2015 04:45:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YSMuo-0000A5-OD for qemu-devel@nongnu.org; Mon, 02 Mar 2015 04:45:35 -0500 Received: from mailapp01.imgtec.com ([195.59.15.196]:58032) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSMuo-000090-9N for qemu-devel@nongnu.org; Mon, 02 Mar 2015 04:45:30 -0500 Message-ID: <54F4312D.4050109@imgtec.com> Date: Mon, 2 Mar 2015 09:45:17 +0000 From: Leon Alrae MIME-Version: 1.0 References: <1425063951-16967-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1425063951-16967-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] cpus: fix deadlock and segfault List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , qemu-devel@nongnu.org Cc: gson@gson.org On 27/02/2015 19:05, Paolo Bonzini wrote: > Reported by Leon Alrae on the mailing list, and by > Andreas Gustafsson as Launchpad bug 1426472. > > Paolo Bonzini (2): > cpus: fix deadlock and segfault in qemu_mutex_lock_iothread > cpus: be more paranoid in avoiding deadlocks I don't know this part well enough to put Rev-by, but these fixes work for me: Tested-by: Leon Alrae Thanks, Leon