From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59675) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XKp6n-00070j-Tr for qemu-devel@nongnu.org; Fri, 22 Aug 2014 09:42:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XKp6h-0007pI-Q0 for qemu-devel@nongnu.org; Fri, 22 Aug 2014 09:42:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:20399) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XKp6h-0007p8-FB for qemu-devel@nongnu.org; Fri, 22 Aug 2014 09:42:19 -0400 Message-ID: <53F748B5.2070504@redhat.com> Date: Fri, 22 Aug 2014 15:42:13 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1408704863-12343-1-git-send-email-famz@redhat.com> <20140822133519.GC14126@stefanha-thinkpad.redhat.com> In-Reply-To: <20140822133519.GC14126@stefanha-thinkpad.redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/7] build-sys: Fix iscsi module loading failure List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi , Fam Zheng Cc: kwolf@redhat.com, peter.crosthwaite@xilinx.com, mjt@tls.msk.ru, qemu-devel@nongnu.org Il 22/08/2014 15:35, Stefan Hajnoczi ha scritto: > The advantage is that the QEMU binary stays smaller. And (depending on > whether you consider this a feature or not) it discourages people from > building out-of-tree modules. I agree, though I'm not sure which platforms support --just-symbols. Also, patches 2 and 5 are useful anyway. Paolo