[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] I've found cramfs to be very useful for simplifying Xen testing with QEMU.
# HG changeset patch # User kaf24@xxxxxxxxxxxxxxxxxxxx # Node ID 3125305ac8b1f2e34309f9b6b44f16793fe6c21e # Parent 2c41ae58d6b258839bd9c15a3394398eae5eae54 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@xxxxxxxxxx> diff -r 2c41ae58d6b2 -r 3125305ac8b1 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 Fri Sep 2 07:53:46 2005 +++ b/linux-2.6-xen-sparse/arch/xen/configs/xen0_defconfig_x86_32 Fri Sep 2 07:55:22 2005 @@ -1123,7 +1123,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 diff -r 2c41ae58d6b2 -r 3125305ac8b1 linux-2.6-xen-sparse/arch/xen/configs/xen0_defconfig_x86_64 --- a/linux-2.6-xen-sparse/arch/xen/configs/xen0_defconfig_x86_64 Fri Sep 2 07:53:46 2005 +++ b/linux-2.6-xen-sparse/arch/xen/configs/xen0_defconfig_x86_64 Fri Sep 2 07:55:22 2005 @@ -1032,7 +1032,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 _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |