From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Modules in domU kernel config? Date: Fri, 17 Feb 2006 16:43:17 -0600 Message-ID: <43F65185.6080308@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 I noticed the follow options compiled as modules in the xenU_x86_32 defconfig: CONFIG_BLK_DEV_LOOP=m CONFIG_BLK_DEV_NBD=m CONFIG_SCSI=m CONFIG_BLK_DEV_SD=m CONFIG_FAT_FS=m CONFIG_MSDOS_FS=m CONFIG_VFAT_FS=m CONFIG_CRYPTO_MD5=m CONFIG_CRYPTO_CRC32C=m CONFIG_LIBCRC32C=m Is this intentional? I would expect DEV_LOOP=y and would not expect CONFIG_SCSI to be in there at all (if it's loaded, it'll take over major 8 and cause problems if you attempt to expose /dev/sda?). The last time the config was touched was 690fc13948db7651eabbce8cc4b963342c8634dd which was updating to subarch layout. Regards, Anthony Liguori