Re: [Qemu-devel] [PATCH RESEND 35/50] blockdev: Pull out blockdev option extraction

2015-01-28 Thread Eric Blake
On 01/27/2015 12:46 PM, Max Reitz wrote: > Extract some of the blockdev option extraction code from blockdev_init() > into an own function. This simplifies blockdev_init() and will allow s/an/its/ > reusing the code in a different function added in a follow-up patch. > > Signed-off-by: Max Reitz

[Qemu-devel] [PATCH RESEND 35/50] blockdev: Pull out blockdev option extraction

2015-01-27 Thread Max Reitz
Extract some of the blockdev option extraction code from blockdev_init() into an 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 | 201 +--