[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2 0/2] block: driver should override flags in b
From: |
Kevin Wolf |
Subject: |
Re: [Qemu-devel] [PATCH v2 0/2] block: driver should override flags in bdrv_open() |
Date: |
Fri, 12 Jun 2015 16:36:15 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
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