Re: [Qemu-devel] [PATCH 07/11] block: Introduce .bdrv_parse_filename callback

2013-03-19 Thread Eric Blake
On 03/18/2013 11:23 AM, Kevin Wolf wrote: > If a driver needs structured data and not just a string, it can provide > a .bdrv_parse_filename callback now that parses the command line string > into separate options. Keeping this separate from .bdrv_open_filename > ensures that the preferred way of d

[Qemu-devel] [PATCH 07/11] block: Introduce .bdrv_parse_filename callback

2013-03-18 Thread Kevin Wolf
If a driver needs structured data and not just a string, it can provide a .bdrv_parse_filename callback now that parses the command line string into separate options. Keeping this separate from .bdrv_open_filename ensures that the preferred way of directly specifying the options always works as wel