Re: [Qemu-devel] [PATCH v9 2/4] qemu: URI parsing library

2012-10-02 Thread Daniel Veillard
On Thu, Sep 27, 2012 at 11:07:49AM +0200, Paolo Bonzini wrote: > Il 27/09/2012 11:03, Avi Kivity ha scritto: > > On 09/24/2012 01:11 PM, Paolo Bonzini wrote: > > > A better plan would be to incorporate this code into glib, completing > > > the extremely sparse URI support that is already there. Ho

Re: [Qemu-devel] [PATCH v9 2/4] qemu: URI parsing library

2012-10-01 Thread Paolo Bonzini
> BTW I'm fine by this assuming: >- someone keeps an eye on libxml2 upstream in case some security > problem shows up in that part of the code Yes. >- the code used is the 2.9.0 one where I added quite a bit of > cleanup on memory handling. It is, modulo the fact that QEMU u

Re: [Qemu-devel] [PATCH v9 2/4] qemu: URI parsing library

2012-09-27 Thread Paolo Bonzini
Il 27/09/2012 11:03, Avi Kivity ha scritto: > On 09/24/2012 01:11 PM, Paolo Bonzini wrote: > > A better plan would be to incorporate this code into glib, completing > > the extremely sparse URI support that is already there. However, we > > would not be able to use it anyway, because we support co

Re: [Qemu-devel] [PATCH v9 2/4] qemu: URI parsing library

2012-09-27 Thread Avi Kivity
On 09/24/2012 01:11 PM, Paolo Bonzini wrote: > > A better plan would be to incorporate this code into glib, completing > the extremely sparse URI support that is already there. However, we > would not be able to use it anyway, because we support compiling on old > glib versions. If the same (or

Re: [Qemu-devel] [PATCH v9 2/4] qemu: URI parsing library

2012-09-24 Thread Paolo Bonzini
- Messaggio originale - > Da: "Richard W.M. Jones" > A: "Bharata B Rao" > Cc: qemu-devel@nongnu.org, "Paolo Bonzini" , "Kevin > Wolf" , "Avi Kivity" > , "Anthony Liguori" , "Stefan Hajnoczi" > , "Blue Swirl" > , "Anand Avati" , "Vijay Bellur" > , "Amar Tumballi" > , "Harsh Bora" , "D

Re: [Qemu-devel] [PATCH v9 2/4] qemu: URI parsing library

2012-09-24 Thread Richard W.M. Jones
On Mon, Sep 24, 2012 at 02:42:02PM +0530, Bharata B Rao wrote: > qemu: URI parsing library > > From: Paolo Bonzini > > Add a new URI parsing library to QEMU. The code has been borrowed from > libxml2 and libvirt. Rather than duplicating the libxml2 code, I think it would be better to depend on