From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50905) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1etmVK-0005uM-8x for qemu-devel@nongnu.org; Wed, 07 Mar 2018 22:46:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1etmVJ-0000mI-Ky for qemu-devel@nongnu.org; Wed, 07 Mar 2018 22:46:06 -0500 Date: Thu, 8 Mar 2018 11:46:00 +0800 From: Fam Zheng Message-ID: <20180308034600.GN13844@lemon.usersys.redhat.com> References: <20180307144205.20619-1-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180307144205.20619-1-stefanha@redhat.com> Subject: Re: [Qemu-devel] [PATCH v3 0/4] vl: introduce vm_shutdown() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org, Richard Henderson , Max Reitz , Paolo Bonzini , Kevin Wolf , qemu-block@nongnu.org, Peter Crosthwaite , "Michael S. Tsirkin" On Wed, 03/07 14:42, Stefan Hajnoczi wrote: > v3: > * Rebase on qemu.git/master after AIO_WAIT_WHILE() was merged [Fam] > v2: > * Tackle the .ioeventfd_stop() vs vq handler race by removing the ioeventfd > from a BH in the IOThread [Fam] > > There are several race conditions in virtio-blk/virtio-scsi dataplane code. > This patch series addresses them, see the commit description for details on the > individual cases. Reviewed-by: Fam Zheng