From: Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp>
To: avi@redhat.com, mtosatti@redhat.com
Cc: kvm@vger.kernel.org
Subject: Re: [PATCH 0/4] KVM: Introduce kvm_memory_slot::arch
Date: Mon, 06 Feb 2012 19:10:34 +0900 [thread overview]
Message-ID: <4F2FA71A.1010102@oss.ntt.co.jp> (raw)
In-Reply-To: <20120130124859.6c3bb19f.yoshikawa.takuya@oss.ntt.co.jp>
(2012/01/30 12:48), Takuya Yoshikawa wrote:
> This is the first step to separate the architecture specific members.
> The rmap and dirty_bitmap can be treated later based on this.
Any further comments?
If patch 4 (v3) looks controversial, please consider taking
patch 1 to 3.
I may use gfn_to_index() for dirty logging.
Thanks,
Takuya
>
> v1->v2:
>
> Patch 3:
> - Removed extra checks for NULL when we create a new slot.
> - Removed "if (user_alloc)" check taken from the s390 code.
>
> Patch 4:
> - Just rebased.
>
> Takuya
>
> arch/ia64/include/asm/kvm_host.h | 3 +
> arch/ia64/kvm/kvm-ia64.c | 10 +++++
> arch/powerpc/include/asm/kvm_host.h | 3 +
> arch/powerpc/kvm/powerpc.c | 10 +++++
> arch/s390/include/asm/kvm_host.h | 3 +
> arch/s390/kvm/kvm-s390.c | 10 +++++
> arch/x86/include/asm/kvm_host.h | 9 ++++
> arch/x86/kvm/mmu.c | 5 +-
> arch/x86/kvm/x86.c | 59 +++++++++++++++++++++++++++
> include/linux/kvm_host.h | 18 +++++---
> virt/kvm/kvm_main.c | 76 ++++++----------------------------
> 11 files changed, 135 insertions(+), 71 deletions(-)
>
next prev parent reply other threads:[~2012-02-06 10:08 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-30 3:48 [PATCH 0/4] KVM: Introduce kvm_memory_slot::arch Takuya Yoshikawa
2012-01-30 3:50 ` [PATCH 1/4] KVM: Introduce gfn_to_index() which returns the index for a given level Takuya Yoshikawa
2012-01-30 3:50 ` [PATCH 2/4] KVM: Split lpage_info creation out from __kvm_set_memory_region() Takuya Yoshikawa
2012-01-30 3:51 ` [PATCH 3/4 v2] KVM: Simplify ifndef conditional usage in __kvm_set_memory_region() Takuya Yoshikawa
2012-01-30 3:53 ` [PATCH 4/4 v2] KVM: Introduce kvm_memory_slot::arch and move lpage_info into it Takuya Yoshikawa
2012-01-30 4:58 ` Takuya Yoshikawa
2012-01-30 5:35 ` [PATCH 4/4 v3] " Takuya Yoshikawa
2012-01-31 1:17 ` Takuya Yoshikawa
2012-01-31 7:51 ` Christian Borntraeger
2012-01-31 12:42 ` Takuya Yoshikawa
2012-01-31 9:18 ` Avi Kivity
2012-01-31 9:32 ` Takuya Yoshikawa
2012-03-06 23:01 ` Alexander Graf
2012-03-07 4:46 ` Takuya Yoshikawa
2012-03-07 13:27 ` Alexander Graf
2012-03-07 14:04 ` Avi Kivity
2012-03-07 14:57 ` Alexander Graf
2012-03-07 15:03 ` Avi Kivity
2012-03-07 15:28 ` Alexander Graf
2012-03-07 14:15 ` Takuya Yoshikawa
2012-03-07 21:58 ` Paul Mackerras
2012-02-06 10:10 ` Takuya Yoshikawa [this message]
2012-02-06 10:10 ` [PATCH 0/4] KVM: Introduce kvm_memory_slot::arch Avi Kivity
2012-02-07 17:42 ` Marcelo Tosatti
-- strict thread matches above, loose matches on Subject: below --
2012-01-29 12:26 Takuya Yoshikawa
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=4F2FA71A.1010102@oss.ntt.co.jp \
--to=yoshikawa.takuya@oss.ntt.co.jp \
--cc=avi@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=mtosatti@redhat.com \
/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.