From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46559) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bzmXA-0006xy-PM for qemu-devel@nongnu.org; Thu, 27 Oct 2016 11:24:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bzmX9-0006cv-Vj for qemu-devel@nongnu.org; Thu, 27 Oct 2016 11:24:00 -0400 Date: Thu, 27 Oct 2016 17:23:51 +0200 From: Kevin Wolf Message-ID: <20161027152351.GE4027@noname.redhat.com> References: <8f0b6facf5ed7a02f754ecf82b647ee4b2e61004.1477476553.git.berto@igalia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8f0b6facf5ed7a02f754ecf82b647ee4b2e61004.1477476553.git.berto@igalia.com> Subject: Re: [Qemu-devel] [PATCH v12 13/19] qemu-iotests: Test block-stream operations in parallel List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alberto Garcia Cc: qemu-devel@nongnu.org, qemu-block@nongnu.org, Max Reitz , Eric Blake , Markus Armbruster Am 26.10.2016 um 12:29 hat Alberto Garcia geschrieben: > This test case checks that it's possible to launch several stream > operations in parallel in the same snapshot chain, each one involving > a different set of nodes. > > Signed-off-by: Alberto Garcia Reviewed-by: Kevin Wolf