Re: [Qemu-block] [PATCH v5 24/38] blockdev: Pull out blockdev option extraction

2015-10-01 Thread Alberto Garcia
On Fri 18 Sep 2015 05:22:59 PM CEST, Max Reitz wrote: > Extract some of the blockdev option extraction code from blockdev_init() > into its own function. This simplifies blockdev_init() and will allow > reusing the code in a different function added in a follow-up patch. > >

[Qemu-block] [PATCH v5 24/38] blockdev: Pull out blockdev option extraction

2015-09-18 Thread Max Reitz
Extract some of the blockdev option extraction code from blockdev_init() into its own function. This simplifies blockdev_init() and will allow reusing the code in a different function added in a follow-up patch. Signed-off-by: Max Reitz --- blockdev.c | 209