Re: [Qemu-devel] [PATCH 01/17] block: iterate_format with account of whitelisting

2018-05-30 Thread Max Reitz
On 2018-04-26 18:19, Roman Kagan wrote: > bdrv_iterate_format (which is currently only used for printing out the > formats supported by the block layer) doesn't take format whitelisting > into account. > > As a result, QEMU lies when asked for the list of block drivers it > supports with "-drive f

Re: [Qemu-devel] [PATCH 01/17] block: iterate_format with account of whitelisting

2018-04-26 Thread Eric Blake
On 04/26/2018 11:19 AM, Roman Kagan wrote: > bdrv_iterate_format (which is currently only used for printing out the > formats supported by the block layer) doesn't take format whitelisting > into account. > > As a result, QEMU lies when asked for the list of block drivers it > supports with "-driv

[Qemu-devel] [PATCH 01/17] block: iterate_format with account of whitelisting

2018-04-26 Thread Roman Kagan
bdrv_iterate_format (which is currently only used for printing out the formats supported by the block layer) doesn't take format whitelisting into account. As a result, QEMU lies when asked for the list of block drivers it supports with "-drive format=?": some of the formats there may be recognize