Re: [Xen-ia64-devel] [PATCH] add SATA support in x86_64 and fix error handling in xm create

2006-05-23 Thread Daniel Miles
On Mon, 2006-05-22 at 17:59 -0600, Alex Williamson wrote: Did you mean to send this to xen-devel? heh... yes, I did. I apologize. signature.asc Description: This is a digitally signed message part ___ Xen-ia64-devel mailing list

[Xen-ia64-devel] [PATCH] add SATA support in x86_64 and fix error handling in xm create

2006-05-22 Thread Daniel Miles
This patch changes two files: First, the x86_64 build config file, turning on SATA support. Second, tools/python/xen/xm/create.py. In the tools/python/xen/xm directory, main.py has good error messages that let the user know what failed; the other 'sub-command' classes don't always have such good

Re: [Xen-ia64-devel] [PATCH] add SATA support in x86_64 and fix error handling in xm create

2006-05-22 Thread Aron Griffis
Hi Dan, Daniel Miles wrote: [Mon May 22 2006, 07:47:16PM EDT] -# CONFIG_BLK_DEV_IDE_SATA is not set -# CONFIG_BLK_DEV_HD_IDE is not set +CONFIG_BLK_DEV_IDE_SATA=y +CONFIG_BLK_DEV_HD_IDE=y Are you sure this is what you want? BLK_DEV_IDE_SATA is deprecated in favor of libsata. (Search for