From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56943) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VLWd4-0004E9-I1 for qemu-devel@nongnu.org; Mon, 16 Sep 2013 07:06:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VLWcs-0003Sd-Ve for qemu-devel@nongnu.org; Mon, 16 Sep 2013 07:06:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35426) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VLWcs-0003SJ-E2 for qemu-devel@nongnu.org; Mon, 16 Sep 2013 07:05:54 -0400 Date: Mon, 16 Sep 2013 12:05:36 +0100 From: "Daniel P. Berrange" Message-ID: <20130916110536.GL6005@redhat.com> References: <1379314227-8855-1-git-send-email-famz@redhat.com> <1379314227-8855-6-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1379314227-8855-6-git-send-email-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH v10 5/8] module: implement module loading Reply-To: "Daniel P. Berrange" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: peter.maydell@linaro.org, mjt@tls.msk.ru, qemu-devel@nongnu.org, alex@alex.org.uk, pbonzini@redhat.com, vilanova@ac.upc.edu, rth@twiddle.net On Mon, Sep 16, 2013 at 02:50:24PM +0800, Fam Zheng wrote: > Added three types of modules: > > typedef enum { > MODULE_LOAD_BLOCK = 0, > MODULE_LOAD_UI, > MODULE_LOAD_NET, > MODULE_LOAD_MAX, > } module_load_type; > > and their loading function: > > void module_load(module_load_type). > > which loads whitelisted ".so" files of the given type under ${MODDIR}. > > Modules of each type should be loaded in respective subsystem > initialization code. Based on Paolo's note that the SPICE .so module could likely end up containing functionality that is spread across several different sub-systems, this approach of loading per-type seems even more flawed. I think I'd just have one flat list of modules to load and ditch these MODULE_LOAD_XXXX enums. Daniel -- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.org -o- http://virt-manager.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :|