From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53455) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOTly-0006sf-N9 for qemu-devel@nongnu.org; Thu, 19 Feb 2015 11:16:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YOTlu-0001Ip-K9 for qemu-devel@nongnu.org; Thu, 19 Feb 2015 11:16:18 -0500 Received: from mail-wg0-x236.google.com ([2a00:1450:400c:c00::236]:59609) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOTlu-0001Ig-A4 for qemu-devel@nongnu.org; Thu, 19 Feb 2015 11:16:14 -0500 Received: by mail-wg0-f54.google.com with SMTP id y19so8101733wgg.13 for ; Thu, 19 Feb 2015 08:16:13 -0800 (PST) Sender: Paolo Bonzini Message-ID: <54E60C49.4080103@redhat.com> Date: Thu, 19 Feb 2015 17:16:09 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1423969591-23646-1-git-send-email-famz@redhat.com> In-Reply-To: <1423969591-23646-1-git-send-email-famz@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 0/2] block, virtio-scsi: Fix blk_set_aio_context List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng , qemu-devel@nongnu.org Cc: kwolf@redhat.com, stefanha@redhat.com On 15/02/2015 04:06, Fam Zheng wrote: > This is the simplified fix of: > > [PATCH 0/3] virtio-scsi: Fix unsafe bdrv_set_aio_context calls > > I included the original patch 1 - the function header comment update for > bdrv_set_aio_context and added Paolo's rev-by. > > Fam Zheng (2): > block: Forbid bdrv_set_aio_context outside BQL > virtio-scsi-dataplane: Call blk_set_aio_context within BQL > > hw/scsi/virtio-scsi.c | 15 +++++++-------- > include/block/block.h | 3 +-- > 2 files changed, 8 insertions(+), 10 deletions(-) > Applied, thanks. Paolo