Re: [Qemu-devel] [PATCH v5 10/22] block: Pass reference to bdrv_file_open()

2013-12-13 Thread Kevin Wolf
Am 13.12.2013 um 18:10 hat Max Reitz geschrieben: > With that now being possible, bdrv_open() should try to extract a block > device reference from the options and pass it to bdrv_file_open(). > > Signed-off-by: Max Reitz Ah well, I see. Users do have a way to specify both options and a referenc

[Qemu-devel] [PATCH v5 10/22] block: Pass reference to bdrv_file_open()

2013-12-13 Thread Max Reitz
With that now being possible, bdrv_open() should try to extract a block device reference from the options and pass it to bdrv_file_open(). Signed-off-by: Max Reitz --- block.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/block.c b/block.c index 1e53b3d..bef4f82 100644