From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49847) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bzmj1-0000jQ-TW for qemu-devel@nongnu.org; Thu, 27 Oct 2016 11:36:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bzmj1-0003Lu-4M for qemu-devel@nongnu.org; Thu, 27 Oct 2016 11:36:15 -0400 Date: Thu, 27 Oct 2016 17:36:06 +0200 From: Kevin Wolf Message-ID: <20161027153606.GF4027@noname.redhat.com> References: <0a31845c2b68c670f295af3043134fd226edbe22.1477476553.git.berto@igalia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0a31845c2b68c670f295af3043134fd226edbe22.1477476553.git.berto@igalia.com> Subject: Re: [Qemu-devel] [PATCH v12 14/19] qemu-iotests: Test overlapping stream and commit operations 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: > These test cases check that it's not possible to perform two > block-stream or block-commit operations if there are nodes involved in > both. > > Signed-off-by: Alberto Garcia Reviewed-by: Kevin Wolf