kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] KVM: Introduce kvm_memory_slot::arch
@ 2012-01-30  3:48 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
                   ` (5 more replies)
  0 siblings, 6 replies; 25+ messages in thread
From: Takuya Yoshikawa @ 2012-01-30  3:48 UTC (permalink / raw)
  To: avi, mtosatti; +Cc: kvm

This is the first step to separate the architecture specific members.
The rmap and dirty_bitmap can be treated later based on this.

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

-- 
1.7.5.4


^ permalink raw reply	[flat|nested] 25+ messages in thread
* [PATCH 0/4] KVM: Introduce kvm_memory_slot::arch
@ 2012-01-29 12:26 Takuya Yoshikawa
  0 siblings, 0 replies; 25+ messages in thread
From: Takuya Yoshikawa @ 2012-01-29 12:26 UTC (permalink / raw)
  To: avi, mtosatti; +Cc: kvm

This is the first step to separate the architecture specific members.
The rmap and dirty_bitmap can be treated later based on this.

	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                  |   62 +++++++++++++++++++++++++
 include/linux/kvm_host.h            |   18 +++++---
 virt/kvm/kvm_main.c                 |   86 ++++++++---------------------------
 11 files changed, 144 insertions(+), 75 deletions(-)

-- 
1.7.5.4


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

end of thread, other threads:[~2012-03-07 21:59 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH 0/4] KVM: Introduce kvm_memory_slot::arch Takuya Yoshikawa
2012-02-06 10:10   ` 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).