* [PATCH] Add cramfs support to dom0
@ 2005-09-01 23:29 Anthony Liguori
0 siblings, 0 replies; only message in thread
From: Anthony Liguori @ 2005-09-01 23:29 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1: Type: text/plain, Size: 268 bytes --]
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
[-- Attachment #2: 6573_cramfs.diff --]
[-- Type: text/x-patch, Size: 986 bytes --]
# HG changeset patch
# User Anthony Liguori <anthony@codemonkey.ws>
# 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 <aliguori@us.ibm.com>
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
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-09-01 23:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-01 23:29 [PATCH] Add cramfs support to dom0 Anthony Liguori
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.