From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M2xvq-00049c-8h for qemu-devel@nongnu.org; Sat, 09 May 2009 21:34:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M2xvk-00049Q-5e for qemu-devel@nongnu.org; Sat, 09 May 2009 21:34:20 -0400 Received: from [199.232.76.173] (port=44508 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M2xvk-00049N-1c for qemu-devel@nongnu.org; Sat, 09 May 2009 21:34:16 -0400 Received: from mail-gx0-f176.google.com ([209.85.217.176]:51184) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M2xvj-0006dJ-PK for qemu-devel@nongnu.org; Sat, 09 May 2009 21:34:15 -0400 Received: by gxk24 with SMTP id 24so5869291gxk.10 for ; Sat, 09 May 2009 18:34:15 -0700 (PDT) Message-ID: <4A062F12.3010107@codemonkey.ws> Date: Sat, 09 May 2009 20:34:10 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [RFC] New device API References: <200905051231.09759.paul@codesourcery.com> <200905060204.32068.paul@codesourcery.com> <4A05EDD8.6030208@codemonkey.ws> <200905092206.38341.paul@codesourcery.com> In-Reply-To: <200905092206.38341.paul@codesourcery.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: Paul Brook Cc: qemu-devel@nongnu.org Paul Brook wrote: > Yes, but, eww. Plus it means you've got to pull in absolutely everything, > whether you want it or not. > No, just your own internal static archives. You disable it for any other libraries. And really, if you've got live code in your archives that isn't reachable in your program, why is it there in the first place? :-) Regards, Anthony Liguori