Re: [Qemu-devel] [PATCH v6 25/39] blockdev: Pull out blockdev option extraction

2015-10-14 Thread Max Reitz
On 14.10.2015 17:12, Kevin Wolf wrote: > Am 12.10.2015 um 22:00 hat Max Reitz geschrieben: >> 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 foll

Re: [Qemu-devel] [PATCH v6 25/39] blockdev: Pull out blockdev option extraction

2015-10-14 Thread Kevin Wolf
Am 12.10.2015 um 22:00 hat Max Reitz geschrieben: > 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

[Qemu-devel] [PATCH v6 25/39] blockdev: Pull out blockdev option extraction

2015-10-12 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 Reviewed-by: Alberto Garcia --- blockdev.c | 209 +