From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41174) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUZJg-0007to-6t for qemu-devel@nongnu.org; Tue, 02 Aug 2016 09:01:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bUZJc-0006Wl-OD for qemu-devel@nongnu.org; Tue, 02 Aug 2016 09:01:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51262) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUZJc-0006Wf-Ip for qemu-devel@nongnu.org; Tue, 02 Aug 2016 09:01:00 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 05EB785A07 for ; Tue, 2 Aug 2016 13:01:00 +0000 (UTC) From: Fam Zheng Date: Tue, 2 Aug 2016 21:00:54 +0800 Message-Id: <1470142856-742-1-git-send-email-famz@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/2] Two virtio-blk fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: stefanha@redhat.com, lersek@redhat.com, pbonzini@redhat.com v2: Patch 1: address Paolo's comment to move the dropping code to below blk_drain(). Patch 2: add Laszlo's r-b. Fam Zheng (2): virtio-blk: Release s->rq queue at system_reset virtio-blk: Remove stale comment about draining hw/block/virtio-blk.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) -- 2.7.4