From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=52041 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q2JCE-00073P-LX for qemu-devel@nongnu.org; Wed, 23 Mar 2011 04:13:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q2JCC-0003pc-Js for qemu-devel@nongnu.org; Wed, 23 Mar 2011 04:13:37 -0400 Received: from mail-yx0-f173.google.com ([209.85.213.173]:51706) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q2JCC-0003pY-Fi for qemu-devel@nongnu.org; Wed, 23 Mar 2011 04:13:36 -0400 Received: by yxk8 with SMTP id 8so3912740yxk.4 for ; Wed, 23 Mar 2011 01:13:35 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1300839376-22520-2-git-send-email-aliguori@us.ibm.com> References: <1300839376-22520-1-git-send-email-aliguori@us.ibm.com> <1300839376-22520-2-git-send-email-aliguori@us.ibm.com> Date: Wed, 23 Mar 2011 08:13:35 +0000 Message-ID: Subject: Re: [Qemu-devel] [PATCH 01/11] Add hard build dependency on glib From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Jan Kiszka , qemu-devel@nongnu.org, Juan Quintela On Wed, Mar 23, 2011 at 12:16 AM, Anthony Liguori wro= te: > GLib is an extremely common library that has a portable thread implementa= tion > along with tons of other goodies. > > GLib and GObject have a fantastic amount of infrastructure we can leverag= e in > QEMU including an object oriented programming infrastructure. > > Short term, it has a very nice thread pool implementation that we could l= everage > in something like virtio-9p. =A0It also has a test harness implementation= that > this series will use. > > Signed-off-by: Anthony Liguori > --- > =A0Makefile =A0 =A0 =A0 =A0| =A0 =A02 ++ > =A0Makefile.objs =A0 | =A0 =A02 ++ > =A0Makefile.target | =A0 =A01 + > =A0configure =A0 =A0 =A0 | =A0 13 +++++++++++++ > =A04 files changed, 18 insertions(+), 0 deletions(-) Yes, please. I'd like to use glib to make simpletrace portable. To paraphrase the saying about non-trivial C programs and LISP interpreters= : "In every cross-platform C program there is a glib." Stefan