Re: [Qemu-block] [PATCH 21/34] block: Consider all block layer options in append_open_options

2015-05-13 Thread Max Reitz
On 08.05.2015 19:21, Kevin Wolf wrote: The code already special-cased node-name, which is currently the only option passed in the QDict that isn't driver-specific. Generalise the code to take all general block layer options into consideration. Signed-off-by: Kevin Wolf kw...@redhat.com ---

[Qemu-block] [PATCH 21/34] block: Consider all block layer options in append_open_options

2015-05-08 Thread Kevin Wolf
The code already special-cased node-name, which is currently the only option passed in the QDict that isn't driver-specific. Generalise the code to take all general block layer options into consideration. Signed-off-by: Kevin Wolf kw...@redhat.com --- block.c | 26 ++ 1