From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: [PATCH] Add cramfs support to dom0 Date: Thu, 01 Sep 2005 18:29:57 -0500 Message-ID: <43178EF5.7080201@us.ibm.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------000502010208080708010500" Return-path: 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 List-Id: xen-devel@lists.xenproject.org This is a multi-part message in MIME format. --------------000502010208080708010500 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Add cramfs support to the dom0 kernel (staticly). I've found cramfs to be very useful for simplifying Xen testing with QEMU. Also, I imagine cramfs is used frequently for initrds so it's probably a good idea to support it out of the box. Regards, Anthony Liguori --------------000502010208080708010500 Content-Type: text/x-patch; name="6573_cramfs.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="6573_cramfs.diff" # HG changeset patch # User Anthony Liguori # Node ID 592b1acd3bac146ec31c06dc0ea16ab20b9faf43 # Parent af78c9d526e0b3502629fb0ef09064920157c0c5 Add cramfs support to the dom0 kernel (staticly). I've found cramfs to be very useful for simplifying Xen testing with QEMU. Also, I imagine cramfs is used frequently for initrds so it's probably a good idea to support it out of the box. Signed-off-by: Anthony Liguori diff -r af78c9d526e0 -r 592b1acd3bac linux-2.6-xen-sparse/arch/xen/configs/xen0_defconfig_x86_32 --- a/linux-2.6-xen-sparse/arch/xen/configs/xen0_defconfig_x86_32 Thu Sep 1 10:45:50 2005 +++ b/linux-2.6-xen-sparse/arch/xen/configs/xen0_defconfig_x86_32 Thu Sep 1 23:27:02 2005 @@ -1124,7 +1124,7 @@ # CONFIG_BEFS_FS is not set # CONFIG_BFS_FS is not set # CONFIG_EFS_FS is not set -# CONFIG_CRAMFS is not set +CONFIG_CRAMFS=y # CONFIG_VXFS_FS is not set # CONFIG_HPFS_FS is not set # CONFIG_QNX4FS_FS is not set --------------000502010208080708010500 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --------------000502010208080708010500--