From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: [PATCH] fs-back: enable by default Date: Fri, 18 Jul 2008 16:25:05 +0100 Message-ID: <20080718152505.GA4456@implementation.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org I forgot part of what is necessary for stubdomain device model: the FS backend daemon. I guess it may be late during the freeze... fs-back: enable by default Signed-off-by: Samuel Thibault diff -r e80d27b6e206 tools/Makefile --- a/tools/Makefile Fri Jul 18 14:34:49 2008 +0100 +++ b/tools/Makefile Fri Jul 18 16:21:22 2008 +0100 @@ -22,6 +22,7 @@ SUBDIRS-y += blktap SUBDIRS-y += libfsimage SUBDIRS-$(LIBXENAPI_BINDINGS) += libxen +SUBDIRS-y += fs-back ifeq (ioemu,$(CONFIG_QEMU)) SUBDIRS-$(CONFIG_IOEMU) += ioemu