From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37429) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THGRB-0001jG-At for qemu-devel@nongnu.org; Thu, 27 Sep 2012 11:55:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1THGR4-00081x-8V for qemu-devel@nongnu.org; Thu, 27 Sep 2012 11:55:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:8403) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THGR3-00081R-VK for qemu-devel@nongnu.org; Thu, 27 Sep 2012 11:55:34 -0400 Message-ID: <506476E3.9030200@redhat.com> Date: Thu, 27 Sep 2012 17:55:15 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <20120927135553.GD18285@in.ibm.com> <20120927135843.GG18285@in.ibm.com> <20120927143623.GC27933@redhat.com> In-Reply-To: <20120927143623.GC27933@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v10 3/5] qemu: URI parsing library List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: Kevin Wolf , Anthony Liguori , Anand Avati , Vijay Bellur , Stefan Hajnoczi , Harsh Bora , Amar Tumballi , qemu-devel@nongnu.org, "Richard W.M. Jones" , Blue Swirl , Avi Kivity , Bharata B Rao , Daniel Veillard 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 >> > --- >> > >> > Makefile.objs | 2 >> > uri.c | 2249 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> > uri.h | 113 +++ > 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. Paolo