Re: [Qemu-block] [PATCH v2 5/6] block: Handle null backing link

2018-02-01 Thread Alberto Garcia
On Sat 20 Jan 2018 04:44:11 PM CET, Max Reitz wrote: > Instead of converting all "backing": null instances into "backing": "", > handle a null value directly in bdrv_open_inherit(). > > This enables explicitly null backing links for json:{} filenames. > > Signed-off-by: Max Reitz

[Qemu-block] [PATCH v2 5/6] block: Handle null backing link

2018-01-20 Thread Max Reitz
Instead of converting all "backing": null instances into "backing": "", handle a null value directly in bdrv_open_inherit(). This enables explicitly null backing links for json:{} filenames. Signed-off-by: Max Reitz --- block.c| 4 +++- blockdev.c