From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52644) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z3Q4Q-0006xG-H6 for qemu-devel@nongnu.org; Fri, 12 Jun 2015 10:36:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z3Q4L-0002ue-R4 for qemu-devel@nongnu.org; Fri, 12 Jun 2015 10:36:34 -0400 Date: Fri, 12 Jun 2015 16:36:15 +0200 From: Kevin Wolf Message-ID: <20150612143615.GC4079@noname.redhat.com> References: <1426791197-7793-1-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1426791197-7793-1-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 0/2] block: driver should override flags in bdrv_open() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: Stefan Hajnoczi , qemu-devel@nongnu.org, qemu-block@nongnu.org Am 19.03.2015 um 19:53 hat Max Reitz geschrieben: > BDRV_O_PROTOCOL is an internal qemu flag which a user should be able to > override by explicitly specifying a block driver. This series implements > this and adds two iotests (one for NBD, one for file) to test it. > > > v2 (rebase on current master): > - Patch 1: Conflict in iotest 051's reference output (in a line that is > removed by this patch anyway) Thanks, applied to the block branch. Kevin