The patch titled x86: select PARAVIRT when PARAVIRT_GUEST on has been added to the -mm tree. Its filename is x86-select-paravirt-when-paravirt_guest-on.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: x86: select PARAVIRT when PARAVIRT_GUEST on From: Glauber de Oliveira Costa <gcosta@xxxxxxxxxx> Commit d3d1c4bdf16bd154d9f27f34fca28edca90465eb introduces a new config knob that, according to its changelog, should select CONFIG_PARAVIRT. However, this is not being done atm. Signed-off-by: Glauber de Oliveira Costa <gcosta@xxxxxxxxxx> Cc: Rusty Russell <rusty@xxxxxxxxxxxxxxx> Cc: Jeremy Fitzhardinge <jeremy@xxxxxxxx> Cc: Zachary Amsden <zach@xxxxxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/x86/Kconfig.i386 | 1 + 1 file changed, 1 insertion(+) diff -puN arch/x86/Kconfig.i386~x86-select-paravirt-when-paravirt_guest-on arch/x86/Kconfig.i386 --- a/arch/x86/Kconfig.i386~x86-select-paravirt-when-paravirt_guest-on +++ a/arch/x86/Kconfig.i386 @@ -252,6 +252,7 @@ config PARAVIRT menuconfig PARAVIRT_GUEST bool "Paravirtualized guest support" + select PARAVIRT help Say Y here to get to see options related to running Linux under various hypervisors. This option alone does not add any kernel code. _ Patches currently in -mm which might be from gcosta@xxxxxxxxxx are mm-sparse-vmemmapc-make-sure-init_mm-is-included.patch git-kvm.patch x86-select-paravirt-when-paravirt_guest-on.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