From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59596) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YAcGb-0001EO-DC for qemu-devel@nongnu.org; Mon, 12 Jan 2015 05:30:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YAcGY-00088V-6e for qemu-devel@nongnu.org; Mon, 12 Jan 2015 05:30:37 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38168) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YAcGX-00088L-Oc for qemu-devel@nongnu.org; Mon, 12 Jan 2015 05:30:34 -0500 Message-ID: <54B3A23F.4010205@redhat.com> Date: Mon, 12 Jan 2015 11:30:23 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1421037791-32021-1-git-send-email-famz@redhat.com> In-Reply-To: <1421037791-32021-1-git-send-email-famz@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 0/3] buildsys: Fix and enable module build List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng , qemu-devel@nongnu.org Cc: Brian Jackson , Peter Maydell , Michael Tokarev , =?windows-1252?Q?Andreas_F=E4rber?= , Stefan Hajnoczi , Bharata B Rao , Richard Henderson On 12/01/2015 05:43, Fam Zheng wrote: > The first patch fixes the module build: it doesn't fail but it links all the > module objects into executables. > > The second patch enables modules by default. > > The last patch adds a non-module build in travis config. > > > Fam Zheng (3): > rules.mak: Fix module build > configure: Default to enable module build > .travis.yml: Add "--disable-modules" > > .travis.yml | 3 ++ > configure | 96 ++++++++++++++++++++++++++++++++++++++++++------------------- > rules.mak | 23 ++++++++------- > 3 files changed, 82 insertions(+), 40 deletions(-) > Applied patch 1 for now. The change to default to enable modules will be in a separate pull request. Paolo