Re: [Qemu-devel] [PATCH v10 3/5] qemu: URI parsing library

2012-09-28 Thread Paolo Bonzini
Il 28/09/2012 10:39, Daniel P. Berrange ha scritto: >>> > > IMHO, you should also be importing the URI code test suite from libvirt >>> > > to verify that the way you merged/changed the codebases did not break >>> > > anything. >> > >> > Yes, can be done separately though. > In this case I disagre

Re: [Qemu-devel] [PATCH v10 3/5] qemu: URI parsing library

2012-09-28 Thread Daniel P. Berrange
On Thu, Sep 27, 2012 at 05:55:15PM +0200, Paolo Bonzini wrote: > Il 27/09/2012 16:36, Daniel P. Berrange ha scritto: > >> > qemu: URI parsing library > >> > > >> > From: Paolo Bonzini > >> > > >> > Add a new URI parsing library to QEMU. The code has been borrowed from > >> > libxml2 and libvirt.

Re: [Qemu-devel] [PATCH v10 3/5] qemu: URI parsing library

2012-09-27 Thread Paolo Bonzini
Il 27/09/2012 16:36, Daniel P. Berrange ha scritto: >> > qemu: URI parsing library >> > >> > From: Paolo Bonzini >> > >> > Add a new URI parsing library to QEMU. The code has been borrowed from >> > libxml2 and libvirt. >> > >> > Signed-off-by: Paolo Bonzini >> > Signed-off-by: Bharata B Rao

Re: [Qemu-devel] [PATCH v10 3/5] qemu: URI parsing library

2012-09-27 Thread Daniel P. Berrange
On Thu, Sep 27, 2012 at 07:28:43PM +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. > > Signed-off-by: Paolo Bonzini > Signed-off-by: Bharata B Rao > --- > > Make