diff options
author | Avi Kivity <avi@redhat.com> | 2010-06-21 04:44:20 -0400 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2010-08-01 03:47:00 -0400 |
commit | a1f4d39500ad8ed61825eff061debff42386ab5b (patch) | |
tree | 58b72188b1356329e78951773f4be41e66b11d21 /arch/ia64/kvm | |
parent | fc34531db3cf8c422f2ff7cf4ef507a3ca672cd2 (diff) |
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>
Diffstat (limited to 'arch/ia64/kvm')
-rw-r--r-- | arch/ia64/kvm/kvm-ia64.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/ia64/kvm/kvm-ia64.c b/arch/ia64/kvm/kvm-ia64.c index 91760e80e268..bd510beb43af 100644 --- a/arch/ia64/kvm/kvm-ia64.c +++ b/arch/ia64/kvm/kvm-ia64.c | |||
@@ -1946,11 +1946,6 @@ int kvm_cpu_has_pending_timer(struct kvm_vcpu *vcpu) | |||
1946 | return vcpu->arch.timer_fired; | 1946 | return vcpu->arch.timer_fired; |
1947 | } | 1947 | } |
1948 | 1948 | ||
1949 | gfn_t unalias_gfn(struct kvm *kvm, gfn_t gfn) | ||
1950 | { | ||
1951 | return gfn; | ||
1952 | } | ||
1953 | |||
1954 | int kvm_arch_vcpu_runnable(struct kvm_vcpu *vcpu) | 1949 | int kvm_arch_vcpu_runnable(struct kvm_vcpu *vcpu) |
1955 | { | 1950 | { |
1956 | return (vcpu->arch.mp_state == KVM_MP_STATE_RUNNABLE) || | 1951 | return (vcpu->arch.mp_state == KVM_MP_STATE_RUNNABLE) || |