From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56234) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TKo6u-0004bR-GO for qemu-devel@nongnu.org; Sun, 07 Oct 2012 06:29:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TKo6t-0003GU-LL for qemu-devel@nongnu.org; Sun, 07 Oct 2012 06:29:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:65294) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TKo6t-0003GP-DB for qemu-devel@nongnu.org; Sun, 07 Oct 2012 06:29:23 -0400 Message-ID: <50715980.90804@redhat.com> Date: Sun, 07 Oct 2012 12:29:20 +0200 From: Avi Kivity MIME-Version: 1.0 References: <1349453199-10717-1-git-send-email-aliguori@us.ibm.com> In-Reply-To: <1349453199-10717-1-git-send-email-aliguori@us.ibm.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] build: rm libhw List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org On 10/05/2012 06:06 PM, Anthony Liguori wrote: > Signed-off-by: Anthony Liguori > > -QEMULIBS=libhw libuser libdis libdis-user > +QEMULIBS=libuser libdis libdis-user > Two other possibilities: - make it 'libhw.a' (and introduce a way of including just relevant hardware models) - reduces binary sizes, makes security types quieter - make it 'libhw.so' (and not introduce a way of including just relevant hardware models) - reduces overall package size Neither is compelling. -- error compiling committee.c: too many arguments to function