Re: [Qemu-devel] [PATCH 25/34] block: Allow specifying child options in reopen

2015-05-13 Thread Max Reitz
On 08.05.2015 19:21, Kevin Wolf wrote: If the child was defined in the same context (-drive argument or blockdev-add QMP command) as its parent, a reopen of the parent should work the same and allow changing options of the child. Signed-off-by: Kevin Wolf --- block.c | 12 ++-- 1 fil

[Qemu-devel] [PATCH 25/34] block: Allow specifying child options in reopen

2015-05-08 Thread Kevin Wolf
If the child was defined in the same context (-drive argument or blockdev-add QMP command) as its parent, a reopen of the parent should work the same and allow changing options of the child. Signed-off-by: Kevin Wolf --- block.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-)