From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: [PATCH 0/2] July 2010 feature removal Date: Mon, 21 Jun 2010 11:51:57 +0300 Message-ID: <1277110319-13974-1-git-send-email-avi@redhat.com> To: kvm@vger.kernel.org, Marcelo Tosatti Return-path: Received: from mx1.redhat.com ([209.132.183.28]:19943 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756071Ab0FUIwB (ORCPT ); Mon, 21 Jun 2010 04:52:01 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o5L8q1x5010467 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 21 Jun 2010 04:52:01 -0400 Received: from cleopatra.tlv.redhat.com (cleopatra.tlv.redhat.com [10.35.255.11]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o5L8q0Hv009280 for ; Mon, 21 Jun 2010 04:52:00 -0400 Sender: kvm-owner@vger.kernel.org List-ID: 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(-)