public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Marcelo Tosatti <mtosatti@redhat.com>
To: Avi Kivity <avi@redhat.com>
Cc: kvm@vger.kernel.org
Subject: Re: [PATCH 1/2] KVM: Remove memory alias support
Date: Mon, 21 Jun 2010 17:38:43 -0300	[thread overview]
Message-ID: <20100621203843.GA17906@amt.cnet> (raw)
In-Reply-To: <1277110319-13974-2-git-send-email-avi@redhat.com>

On Mon, Jun 21, 2010 at 11:51:58AM +0300, Avi Kivity wrote:
> As advertised in feature-removal-schedule.txt.  Equivalent support is provided
> by overlapping memory regions.
> 
> Signed-off-by: Avi Kivity <avi@redhat.com>
> ---
>  Documentation/feature-removal-schedule.txt |   11 ---
>  Documentation/kvm/api.txt                  |   12 +---
>  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                         |  125 ----------------------------
>  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, 11 insertions(+), 225 deletions(-)
> 

> diff --git a/include/linux/kvm.h b/include/linux/kvm.h
> index 6fd40f5..ea294e6 100644
> --- a/include/linux/kvm.h
> +++ b/include/linux/kvm.h
> @@ -619,6 +619,7 @@ struct kvm_clock_data {
>   */
>  #define KVM_CREATE_VCPU           _IO(KVMIO,   0x41)
>  #define KVM_GET_DIRTY_LOG         _IOW(KVMIO,  0x42, struct kvm_dirty_log)
> +/* KVM_SET_MEMORY_REGION is obsolete: */

SET_MEMORY_ALIAS?

>  #define KVM_SET_MEMORY_ALIAS      _IOW(KVMIO,  0x43, struct kvm_memory_alias)
>  #define KVM_SET_NR_MMU_PAGES      _IO(KVMIO,   0x44)
>  #define KVM_GET_NR_MMU_PAGES      _IO(KVMIO,   0x45)

  reply	other threads:[~2010-06-21 20:45 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2010-06-22 11:06     ` Avi Kivity
2010-06-21  8:51 ` [PATCH 2/2] KVM: Remove kernel-allocated memory regions Avi Kivity

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100621203843.GA17906@amt.cnet \
    --to=mtosatti@redhat.com \
    --cc=avi@redhat.com \
    --cc=kvm@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox