Re: [PATCH 2/3] qemuBlockStorageSourceGetURI: Properly preserve query component

2020-03-30 Thread Jiri Denemark
On Fri, Mar 27, 2020 at 16:51:20 +0100, Peter Krempa wrote: > Look for the questionmark in the name and move the contents into the > query portion so that we format the URI back properly. > > Signed-off-by: Peter Krempa > --- > src/qemu/qemu_block.c | 6 ++ > 1 file changed, 6 insertions(+)

[PATCH 2/3] qemuBlockStorageSourceGetURI: Properly preserve query component

2020-03-27 Thread Peter Krempa
Look for the questionmark in the name and move the contents into the query portion so that we format the URI back properly. Signed-off-by: Peter Krempa --- src/qemu/qemu_block.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/qemu/qemu_block.c b/src/qemu/qemu_block.c index