[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-ia64-devel] [PATCH] switch buildconfigs to controller pcibackend
I've added the controller backend to the tree and would like to make it the default for the ia64 builds. This backend will behave much like the slot backend, but will make a separate domain:bus per PCI root bridge. So you might end up with more buses that you do with the slot backend. Please apply the patch below, build a new linux kernel and let me know if you have any problems on other platforms using driver domains. Thanks, Alex Signed-off-by: Alex Williamson <alex.williamson@xxxxxx> --- diff -r b492ac038d61 buildconfigs/linux-defconfig_xen0_ia64 --- a/buildconfigs/linux-defconfig_xen0_ia64 Thu Jun 14 14:23:21 2007 -0600 +++ b/buildconfigs/linux-defconfig_xen0_ia64 Thu Jun 14 19:17:53 2007 -0600 @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.18 -# Sun May 6 20:45:43 2007 +# Thu Jun 14 19:17:08 2007 # CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" @@ -1666,7 +1666,8 @@ CONFIG_XEN_PCIDEV_BACKEND=y CONFIG_XEN_PCIDEV_BACKEND=y # CONFIG_XEN_PCIDEV_BACKEND_VPCI is not set # CONFIG_XEN_PCIDEV_BACKEND_PASS is not set -CONFIG_XEN_PCIDEV_BACKEND_SLOT=y +# CONFIG_XEN_PCIDEV_BACKEND_SLOT is not set +CONFIG_XEN_PCIDEV_BACKEND_CONTROLLER=y # CONFIG_XEN_PCIDEV_BE_DEBUG is not set CONFIG_XEN_TPMDEV_BACKEND=m CONFIG_XEN_BLKDEV_FRONTEND=y diff -r b492ac038d61 buildconfigs/linux-defconfig_xen_ia64 --- a/buildconfigs/linux-defconfig_xen_ia64 Thu Jun 14 14:23:21 2007 -0600 +++ b/buildconfigs/linux-defconfig_xen_ia64 Thu Jun 14 19:17:37 2007 -0600 @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.18 -# Sun May 6 20:45:43 2007 +# Thu Jun 14 19:16:35 2007 # CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" @@ -1666,7 +1666,8 @@ CONFIG_XEN_PCIDEV_BACKEND=y CONFIG_XEN_PCIDEV_BACKEND=y # CONFIG_XEN_PCIDEV_BACKEND_VPCI is not set # CONFIG_XEN_PCIDEV_BACKEND_PASS is not set -CONFIG_XEN_PCIDEV_BACKEND_SLOT=y +# CONFIG_XEN_PCIDEV_BACKEND_SLOT is not set +CONFIG_XEN_PCIDEV_BACKEND_CONTROLLER=y # CONFIG_XEN_PCIDEV_BE_DEBUG is not set CONFIG_XEN_TPMDEV_BACKEND=m CONFIG_XEN_BLKDEV_FRONTEND=y _______________________________________________ Xen-ia64-devel mailing list Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-ia64-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |