Re: [Qemu-block] [PATCH v2 11/21] block: Add infrastructure for option inheritance

2015-11-27 Thread Max Reitz
On 23.11.2015 16:59, Kevin Wolf wrote: > Options are not actually inherited from the parent node yet, but this > commit lays the grounds for doing so. > > Signed-off-by: Kevin Wolf > --- > block.c | 52 > --- >

[Qemu-block] [PATCH v2 11/21] block: Add infrastructure for option inheritance

2015-11-23 Thread Kevin Wolf
Options are not actually inherited from the parent node yet, but this commit lays the grounds for doing so. Signed-off-by: Kevin Wolf --- block.c | 52 --- include/block/block_int.h | 3 ++- 2 files changed, 33