As advertised, two features are scheduled for removal now: aliases and kernel-allocated memory regions. Remove them. Avi Kivity (2): KVM: Remove memory alias support KVM: Remove kernel-allocated memory regions Documentation/feature-removal-schedule.txt | 21 ---- Documentation/kvm/api.txt | 36 +------- arch/ia64/kvm/kvm-ia64.c | 5 - arch/powerpc/kvm/powerpc.c | 5 - arch/s390/kvm/kvm-s390.c | 5 - arch/x86/include/asm/kvm_host.h | 21 ---- arch/x86/kvm/mmu.c | 17 +--- arch/x86/kvm/paging_tmpl.h | 3 +- arch/x86/kvm/x86.c | 141 ---------------------------- arch/x86/kvm/x86.h | 7 -- include/linux/kvm.h | 1 + include/linux/kvm_host.h | 6 - virt/kvm/kvm_main.c | 18 +--- 13 files changed, 12 insertions(+), 274 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html