From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Date: Sun, 29 Jun 2008 09:10:13 +0000 Subject: Re: [PATCH 0 of 4] [kvm-userspace][test] consolidate test libs to Message-Id: <48675175.9060709@qumranet.com> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Jerone Young Cc: kvm@vger.kernel.org, kvm-ppc@vger.kernel.org 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