From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=57744 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PyQB9-0007TU-Pf for qemu-devel@nongnu.org; Sat, 12 Mar 2011 09:52:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PyQB8-0002fe-5p for qemu-devel@nongnu.org; Sat, 12 Mar 2011 09:52:27 -0500 Received: from mail-gx0-f173.google.com ([209.85.161.173]:46166) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PyQB8-0002fZ-1q for qemu-devel@nongnu.org; Sat, 12 Mar 2011 09:52:26 -0500 Received: by gxk26 with SMTP id 26so606915gxk.4 for ; Sat, 12 Mar 2011 06:52:25 -0800 (PST) Message-ID: <4D7B88A8.8090505@codemonkey.ws> Date: Sat, 12 Mar 2011 08:52:24 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: [PATCH 01/11] Add hard build dependency on glib References: <1299877249-13433-1-git-send-email-aliguori@us.ibm.com> <1299877249-13433-2-git-send-email-aliguori@us.ibm.com> <4D7B2A53.4070702@redhat.com> In-Reply-To: <4D7B2A53.4070702@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Markus Armbruster , Anthony Liguori , qemu-devel@nongnu.org, Michael D Roth , Luiz Capitulino On 03/12/2011 02:09 AM, Paolo Bonzini wrote: > On 03/11/2011 10:00 PM, Anthony Liguori wrote: >> GLib is an extremely common library that has a portable thread >> implementation >> along with tons of other goodies. >> >> GLib and GObject have a fantastic amount of infrastructure we can >> leverage 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. It also has a test harness >> implementation that >> this series will use. >> >> Signed-off-by: Anthony Liguori > > This doesn't need to go in until there is use for it, which is IIRC > for the QAPI tests? Correct. I mistakenly thought I still used it in Error but I removed that dependency. Regards, Anthony Liguori > Paolo >