From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH 0 of 4] [kvm-userspace][test] consolidate test libs to libcflat Date: Sun, 29 Jun 2008 12:10:13 +0300 Message-ID: <48675175.9060709@qumranet.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, kvm-ppc@vger.kernel.org To: Jerone Young Return-path: Received: from il.qumranet.com ([212.179.150.194]:25772 "EHLO il.qumranet.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751802AbYF2JKP (ORCPT ); Sun, 29 Jun 2008 05:10:15 -0400 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: Jerone Young wrote: > This set of patches are to consolidate test libraries into a single library archive. This lib archive is libcflat. This will allow common code to be shared among archs. > > Applied all, thanks. I squashed together 1-3 as Hollis suggested, and with git's rename detection, one can see that you merged exit() puts() etc into a single file. That usually doesn't work will with libraries (if you define your own puts() but not your own exit(), you're in trouble), but we can fix this if/when it starts to hurt. -- error compiling committee.c: too many arguments to function