The patch titled xen: disable all non-virtual devices has been added to the -mm tree. Its filename is xen-disable-all-non-virtual-devices.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: xen: disable all non-virtual devices From: Jeremy Fitzhardinge <jeremy@xxxxxxxxxxxxx> A domU Xen environment has no non-virtual drivers, so make sure they're all disabled at once. This noticeably speeds up boot time. Signed-off-by: Jeremy Fitzhardinge <jeremy@xxxxxxxxxxxxx> Cc: Rusty Russell <rusty@xxxxxxxxxxxxxxx> Cc: Andi Kleen <ak@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/i386/xen/setup.c | 2 ++ 1 file changed, 2 insertions(+) diff -puN arch/i386/xen/setup.c~xen-disable-all-non-virtual-devices arch/i386/xen/setup.c --- a/arch/i386/xen/setup.c~xen-disable-all-non-virtual-devices +++ a/arch/i386/xen/setup.c @@ -93,4 +93,6 @@ void __init xen_arch_setup(void) /* fill cpus_possible with all available cpus */ xen_fill_possible_map(); #endif + + paravirt_disable_iospace(); } _ Patches currently in -mm which might be from jeremy@xxxxxxxxxxxxx are git-kbuild.patch add-kstrndup-fix.patch fix-x86_64-mm-xen-core-xen-implementation.patch x86-use-elfnoteh-to-generate-vsyscall-notes-fix.patch paravirt-helper-to-disable-all-io-space.patch paravirt-helper-to-disable-all-io-space-fix.patch xen-disable-all-non-virtual-devices.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html