Re: [Qemu-devel] [PATCH 27/34] block: Add infrastructure for option inheritance

2015-05-13 Thread Kevin Wolf
Am 13.05.2015 um 17:10 hat Max Reitz geschrieben: > On 08.05.2015 19:21, 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 | 51 > >

Re: [Qemu-devel] [PATCH 27/34] block: Add infrastructure for option inheritance

2015-05-13 Thread Max Reitz
On 08.05.2015 19:21, 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 | 51 ++- include/block/block_int.h | 3 ++-

[Qemu-devel] [PATCH 27/34] block: Add infrastructure for option inheritance

2015-05-08 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 | 51 ++- include/block/block_int.h | 3 ++- 2 files changed, 30 insertions(+), 24 dele