All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] July 2010 feature removal
@ 2010-06-21  8:51 Avi Kivity
  2010-06-21  8:51 ` [PATCH 1/2] KVM: Remove memory alias support Avi Kivity
  2010-06-21  8:51 ` [PATCH 2/2] KVM: Remove kernel-allocated memory regions Avi Kivity
  0 siblings, 2 replies; 5+ messages in thread
From: Avi Kivity @ 2010-06-21  8:51 UTC (permalink / raw)
  To: kvm, Marcelo Tosatti

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(-)


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-06-22 11:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-21  8:51 [PATCH 0/2] July 2010 feature removal Avi Kivity
2010-06-21  8:51 ` [PATCH 1/2] KVM: Remove memory alias support Avi Kivity
2010-06-21 20:38   ` Marcelo Tosatti
2010-06-22 11:06     ` Avi Kivity
2010-06-21  8:51 ` [PATCH 2/2] KVM: Remove kernel-allocated memory regions Avi Kivity

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.