From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49388) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXKQz-0001Dx-2O for qemu-devel@nongnu.org; Mon, 07 Apr 2014 21:02:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WXKQs-0000xL-Ui for qemu-devel@nongnu.org; Mon, 07 Apr 2014 21:02:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49311) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXKQs-0000xG-NP for qemu-devel@nongnu.org; Mon, 07 Apr 2014 21:02:34 -0400 Date: Tue, 8 Apr 2014 09:02:39 +0800 From: Fam Zheng Message-ID: <20140408010239.GB2168@T430.redhat.com> References: <5340134C.3040408@msgid.tls.msk.ru> <20140406005211.GA1858@T430.redhat.com> <5340F160.4050804@msgid.tls.msk.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5340F160.4050804@msgid.tls.msk.ru> Subject: Re: [Qemu-devel] why we build only some optional modules as modules? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Tokarev Cc: qemu-devel On Sun, 04/06 10:17, Michael Tokarev wrote: > 06.04.2014 04:52, Fam Zheng wrote: > > On Sat, 04/05 18:29, Michael Tokarev wrote: > >> A quick (hopefully) question. > >> > >> Why build-as-modules only enabled for a few optional modules only, > >> why not build as modules everything, to reduce common executable > >> size? Or is it not a concern anymore at our disk sizes? :) > > > > The original demand was to reduce package dependencies of distribution QEMU, > > hence not everything is (planned to be) modularized. > > Please note that current situation/implementation has one detail which > prevents this usage: when any module is missing, qemu complains at > startup about this. So at this stage, the original goal is not met. ;) True but I don't know either, my original patch didn't complain about this. :) > > > But there is no blocking reason to turn other things to modules as well, > > AFAICT. > > I think so, too, yes. > And it would be good if you have a reason to do it. Fam