Re: [Qemu-devel] [PATCH v5 11/22] block: Allow block devices without files

2013-12-13 Thread Max Reitz
On 13.12.2013 21:06, Kevin Wolf wrote: Am 13.12.2013 um 18:10 hat Max Reitz geschrieben: blkdebug and blkverify will, in order to retain compatibility, not support the field "file" implicitly through bdrv_open(). In order to be able to use those drivers without giving a filename anyway, it is ne

Re: [Qemu-devel] [PATCH v5 11/22] block: Allow block devices without files

2013-12-13 Thread Kevin Wolf
Am 13.12.2013 um 18:10 hat Max Reitz geschrieben: > blkdebug and blkverify will, in order to retain compatibility, not > support the field "file" implicitly through bdrv_open(). In order to be > able to use those drivers without giving a filename anyway, it is > necessary to be able to have block d

[Qemu-devel] [PATCH v5 11/22] block: Allow block devices without files

2013-12-13 Thread Max Reitz
blkdebug and blkverify will, in order to retain compatibility, not support the field "file" implicitly through bdrv_open(). In order to be able to use those drivers without giving a filename anyway, it is necessary to be able to have block devices without files implicitly opened by bdrv_open(). Thi