From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=48316 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q2JIQ-00034Q-SK for qemu-devel@nongnu.org; Wed, 23 Mar 2011 04:20:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q2JIO-00059i-Sg for qemu-devel@nongnu.org; Wed, 23 Mar 2011 04:20:02 -0400 Received: from mail-wy0-f173.google.com ([74.125.82.173]:55244) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q2JIO-00059W-OG for qemu-devel@nongnu.org; Wed, 23 Mar 2011 04:20:00 -0400 Received: by wyb42 with SMTP id 42so7921358wyb.4 for ; Wed, 23 Mar 2011 01:19:59 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <1300839376-22520-1-git-send-email-aliguori@us.ibm.com> <1300839376-22520-2-git-send-email-aliguori@us.ibm.com> From: Roy Tam Date: Wed, 23 Mar 2011 16:19:39 +0800 Message-ID: Subject: Re: [Qemu-devel] [PATCH 01/11] Add hard build dependency on glib 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: Stefan Hajnoczi Cc: Jan Kiszka , Anthony Liguori , qemu-devel@nongnu.org, Juan Quintela 2011/3/23 Stefan Hajnoczi : > On Wed, Mar 23, 2011 at 12:16 AM, Anthony Liguori w= rote: >> GLib is an extremely common library that has a portable thread implement= ation >> along with tons of other goodies. >> >> GLib and GObject have a fantastic amount of infrastructure we can levera= ge in >> QEMU including an object oriented programming infrastructure. >> >> Short term, it has a very nice thread pool implementation that we could = leverage >> in something like virtio-9p. =A0It also has a test harness implementatio= n 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. =A0I'd like to use glib to make simpletrace portable. > > To paraphrase the saying about non-trivial C programs and LISP interprete= rs: > > "In every cross-platform C program there is a glib." > > Stefan > > So, breaking win32 support again? Roy