KVM: Remove memory alias support
authorAvi Kivity <avi@redhat.com>
Mon, 21 Jun 2010 08:44:20 +0000 (11:44 +0300)
committerAvi Kivity <avi@redhat.com>
Sun, 1 Aug 2010 07:47:00 +0000 (10:47 +0300)
commita1f4d39500ad8ed61825eff061debff42386ab5b
tree58b72188b1356329e78951773f4be41e66b11d21
parentfc34531db3cf8c422f2ff7cf4ef507a3ca672cd2
KVM: Remove memory alias support

As advertised in feature-removal-schedule.txt.  Equivalent support is provided
by overlapping memory regions.

Signed-off-by: Avi Kivity <avi@redhat.com>
13 files changed:
Documentation/feature-removal-schedule.txt
Documentation/kvm/api.txt
arch/ia64/kvm/kvm-ia64.c
arch/powerpc/kvm/powerpc.c
arch/s390/kvm/kvm-s390.c
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/mmu.c
arch/x86/kvm/paging_tmpl.h
arch/x86/kvm/x86.c
arch/x86/kvm/x86.h
include/linux/kvm.h
include/linux/kvm_host.h
virt/kvm/kvm_main.c