Re: [libvirt] parsing url with percent sign when user want to use iso disk via http

2016-01-22 Thread Ján Tomko
On Fri, Jan 22, 2016 at 09:59:53AM +0100, Michal Privoznik wrote: > On 19.01.2016 13:15, Vasiliy Tolstov wrote: > > I found a strange thing, when i specify url for iso in libvirt xml like: > > What does the XML look like? AFAIK libvirt does not support specifying the whole disk URL, just

Re: [libvirt] parsing url with percent sign when user want to use iso disk via http

2016-01-22 Thread Michal Privoznik
On 19.01.2016 13:15, Vasiliy Tolstov wrote: > I found a strange thing, when i specify url for iso in libvirt xml like: > > qemu gets invalid url in cmdline > i think that problem is > qemu/qemu_command.c:3430:ret = virURIFormat(uri); > > test string looks like

[libvirt] parsing url with percent sign when user want to use iso disk via http

2016-01-19 Thread Vasiliy Tolstov
I found a strange thing, when i specify url for iso in libvirt xml like: qemu gets invalid url in cmdline i think that problem is qemu/qemu_command.c:3430:ret = virURIFormat(uri); test string looks like https://alukardd.org/data/test?t=1 qemu gets url with percent urlencoded %3F ,