Re: [PATCH 07/11] block: Add bdrv_open_blockdev_ref_file()

2025-02-11 Thread Philippe Mathieu-Daudé
On 11/2/25 22:43, Kevin Wolf wrote: This is the equivalent of bdrv_open_file_child() to be used in cases where the caller is QAPI based and has a BlockdevRef rather than a filename and an options QDict. Signed-off-by: Kevin Wolf --- include/block/block-global-state.h | 4 block.c

[PATCH 07/11] block: Add bdrv_open_blockdev_ref_file()

2025-02-11 Thread Kevin Wolf
This is the equivalent of bdrv_open_file_child() to be used in cases where the caller is QAPI based and has a BlockdevRef rather than a filename and an options QDict. Signed-off-by: Kevin Wolf --- include/block/block-global-state.h | 4 block.c| 30 +