From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH 19/28] Add configure --with-linux-backend-modules="mod1 mod2" Date: Tue, 30 Sep 2014 16:57:21 +0100 Message-ID: <1412092641.31276.19.camel@citrix.com> References: <1411658423-18877-1-git-send-email-olaf@aepfle.de> <1411658423-18877-20-git-send-email-olaf@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1411658423-18877-20-git-send-email-olaf@aepfle.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Olaf Hering Cc: Wei Liu , Stefano Stabellini , Ian Jackson , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Thu, 2014-09-25 at 17:20 +0200, Olaf Hering wrote: > This replaces config/Linux.modules with a configure option. As a result > of this change only a single xencomons.in is required, instead of a > xencomons.in.in and sed hackery. > > After this change blktap2 and blktap will be loaded at the same time. > This is already done in out-of-tree xencommons scripts, and systemd will > load both modules as well. No harm is expected by loading both modules. > > Please rerun autogen.sh after applying this patch. > > Signed-off-by: Olaf Hering Acked-by: Ian Campbell