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
> 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
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
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
- 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
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