All of lore.kernel.org
 help / color / mirror / Atom feed
From: Cornelia Huck <cornelia.huck@de.ibm.com>
To: Takuya Yoshikawa <yoshikawa_takuya_b1@lab.ntt.co.jp>
Cc: mtosatti@redhat.com, gleb@redhat.com, kvm@vger.kernel.org,
	agraf@suse.de, borntraeger@de.ibm.com, cdall@cs.columbia.edu
Subject: Re: [PATCH 0/6] KVM: Clean up and optimize set_memory_region() - part2
Date: Thu, 28 Feb 2013 10:48:42 +0100	[thread overview]
Message-ID: <20130228104842.69d8a7c4@gondolin> (raw)
In-Reply-To: <20130227194103.ce8a4bdc.yoshikawa_takuya_b1@lab.ntt.co.jp>

On Wed, 27 Feb 2013 19:41:03 +0900
Takuya Yoshikawa <yoshikawa_takuya_b1@lab.ntt.co.jp> wrote:

> Note: this is based on the latest master branch.
> 
> I'm sending this before 3.9-rc1 is released since this can cause extra
> conflicts unless we make this available to all arch before we start
> adding new stuff.
> 
> Please review: every change is trivial and should not change anything.
> 
> Takuya Yoshikawa (6):
>   KVM: set_memory_region: Drop user_alloc from prepare/commit_memory_region()
>   KVM: set_memory_region: Drop user_alloc from set_memory_region()
>   KVM: set_memory_region: Make kvm_mr_change available to arch code
>   KVM: set_memory_region: Refactor prepare_memory_region()
>   KVM: set_memory_region: Refactor commit_memory_region()
>   KVM: ARM: Remove kvm_arch_set_memory_region()
> 
>  arch/arm/kvm/arm.c                 |   15 ++----------
>  arch/ia64/kvm/kvm-ia64.c           |   25 ++-------------------
>  arch/powerpc/include/asm/kvm_ppc.h |    2 +-
>  arch/powerpc/kvm/book3s_hv.c       |    4 +-
>  arch/powerpc/kvm/book3s_pr.c       |    2 +-
>  arch/powerpc/kvm/booke.c           |    2 +-
>  arch/powerpc/kvm/powerpc.c         |   13 +++++------
>  arch/s390/kvm/kvm-s390.c           |   10 ++------
>  arch/x86/kvm/vmx.c                 |    6 ++--
>  arch/x86/kvm/x86.c                 |   25 +++++++++------------
>  include/linux/kvm_host.h           |   35 +++++++++++++++++++++---------
>  virt/kvm/kvm_main.c                |   40 ++++++++---------------------------
>  12 files changed, 67 insertions(+), 112 deletions(-)
> 

Looks fine on s390.

Tested-by: Cornelia Huck <cornelia.huck@de.ibm.com>


  parent reply	other threads:[~2013-02-28  9:48 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-27 10:41 [PATCH 0/6] KVM: Clean up and optimize set_memory_region() - part2 Takuya Yoshikawa
2013-02-27 10:41 ` [PATCH 1/6] KVM: set_memory_region: Drop user_alloc from prepare/commit_memory_region() Takuya Yoshikawa
2013-02-27 10:43 ` [PATCH 2/6] KVM: set_memory_region: Drop user_alloc from set_memory_region() Takuya Yoshikawa
2013-02-27 10:43 ` [PATCH 3/6] KVM: set_memory_region: Make kvm_mr_change available to arch code Takuya Yoshikawa
2013-02-27 10:44 ` [PATCH 4/6] KVM: set_memory_region: Refactor prepare_memory_region() Takuya Yoshikawa
2013-02-27 10:45 ` [PATCH 5/6] KVM: set_memory_region: Refactor commit_memory_region() Takuya Yoshikawa
2013-02-27 10:46 ` [PATCH 6/6] KVM: ARM: Remove kvm_arch_set_memory_region() Takuya Yoshikawa
2013-02-27 16:23 ` [PATCH 0/6] KVM: Clean up and optimize set_memory_region() - part2 Gleb Natapov
2013-02-28  0:43   ` Takuya Yoshikawa
2013-02-28  1:02   ` Takuya Yoshikawa
2013-02-28  9:18     ` Gleb Natapov
2013-02-28  1:03 ` Marcelo Tosatti
2013-02-28  9:48 ` Cornelia Huck [this message]
2013-03-04 23:22 ` Marcelo Tosatti

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=20130228104842.69d8a7c4@gondolin \
    --to=cornelia.huck@de.ibm.com \
    --cc=agraf@suse.de \
    --cc=borntraeger@de.ibm.com \
    --cc=cdall@cs.columbia.edu \
    --cc=gleb@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=mtosatti@redhat.com \
    --cc=yoshikawa_takuya_b1@lab.ntt.co.jp \
    /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 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.