From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58319) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHpcD-0005kQ-VI for qemu-devel@nongnu.org; Fri, 06 Sep 2013 02:34:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VHpc5-0000PK-S0 for qemu-devel@nongnu.org; Fri, 06 Sep 2013 02:33:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45503) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHpc5-0000P8-CY for qemu-devel@nongnu.org; Fri, 06 Sep 2013 02:33:49 -0400 Date: Fri, 6 Sep 2013 14:33:46 +0800 From: Fam Zheng Message-ID: <20130906063346.GA4814@T430s.nay.redhat.com> References: <1378376448-29036-1-git-send-email-famz@redhat.com> <1378376448-29036-6-git-send-email-famz@redhat.com> <8761uf7au0.fsf@fimbulvetr.bsc.es> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <8761uf7au0.fsf@fimbulvetr.bsc.es> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [RFC PATCH 5/6] module: load modules at start Reply-To: famz@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, pbonzini@redhat.com, mjt@tls.msk.ru, stefanha@redhat.com On Thu, 09/05 14:43, Llu=EDs Vilanova wrote: > Fam Zheng writes: >=20 > > Add module_load_all to load all DSO modules under: > > /usr/lib/qemu/block/ > > /usr/lib/qemu/net/ > > /usr/lib/qemu/ui/ > > when starting process. >=20 > This should probably be based on a define with the prefix set at config= ure time. >=20 Yes, will fix. > Adding directories from command-line arguments into that list would als= o be > nice. >=20 Of course, but I'd like to keep this series focusing on essential framewo= rk and leave it for follow-ups. Thanks, Fam