From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41279) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dQV01-00038w-UD for qemu-devel@nongnu.org; Thu, 29 Jun 2017 04:40:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dQV01-0002OG-AM for qemu-devel@nongnu.org; Thu, 29 Jun 2017 04:40:29 -0400 Date: Thu, 29 Jun 2017 16:40:16 +0800 From: Fam Zheng Message-ID: <20170629084016.GC19976@lemon.lan> References: <20170628184724.21378-1-stefanha@redhat.com> <20170628184724.21378-4-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170628184724.21378-4-stefanha@redhat.com> Subject: Re: [Qemu-devel] [PATCH 3/6] tests: fix virtio-scsi-test ISR dependence List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org, Kevin Wolf , qemu-block@nongnu.org, "Michael S. Tsirkin" On Wed, 06/28 19:47, Stefan Hajnoczi wrote: > Use the new used ring APIs instead of assuming ISR being set means the > request has completed. > > Signed-off-by: Stefan Hajnoczi Reviewed-by: Fam Zheng