From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:35996) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghwik-0003Dm-D7 for qemu-devel@nongnu.org; Fri, 11 Jan 2019 08:19:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ghwij-0000YO-Bd for qemu-devel@nongnu.org; Fri, 11 Jan 2019 08:19:34 -0500 From: Alberto Garcia In-Reply-To: References: <20190109110144.18633-1-stefanha@redhat.com> Date: Fri, 11 Jan 2019 14:19:12 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH] throttle-groups: fix restart coroutine iothread race List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi , qemu-devel@nongnu.org Cc: Kevin Wolf , Paolo Bonzini , qemu-block@nongnu.org, Max Reitz On Wed 09 Jan 2019 04:34:10 PM CET, Alberto Garcia wrote: > On Wed 09 Jan 2019 12:01:44 PM CET, Stefan Hajnoczi wrote: >> The following QMP command leads to a crash when iothreads are used: >> >> { 'execute': 'device_del', 'arguments': {'id': 'data'} } > > How did you reproduce this? Do you have a test case? Ok, I finally reproduced it, the patch looks good to me. Reviewed-by: Alberto Garcia Berto