kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4 v4] KVM: Introduce kvm_memory_slot::arch
@ 2012-02-08  3:58 Takuya Yoshikawa
  2012-02-08  3:59 ` [PATCH 1/4] KVM: Introduce gfn_to_index() which returns the index for a given level Takuya Yoshikawa
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Takuya Yoshikawa @ 2012-02-08  3:58 UTC (permalink / raw)
  To: avi, mtosatti; +Cc: kvm

Rebased the whole series (against the next branch of kvm.git).

No manual edit.
If something is still wrong, please let me know.


Thanks,
	Takuya

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

v4:
  Just rebased

v3:
  Patch 4:
  - Narrowed down the ifndef a bit for s390.

v2:

  Patch 3:
  - Removed extra checks for NULL when we create a new slot.
  - Removed "if (user_alloc)" check taken from the s390 code.

        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                 |   77 ++++++----------------------------
 11 files changed, 135 insertions(+), 72 deletions(-)

-- 
1.7.5.4


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

end of thread, other threads:[~2012-02-08 20:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-08  3:58 [PATCH 0/4 v4] KVM: Introduce kvm_memory_slot::arch Takuya Yoshikawa
2012-02-08  3:59 ` [PATCH 1/4] KVM: Introduce gfn_to_index() which returns the index for a given level Takuya Yoshikawa
2012-02-08  4:00 ` [PATCH 2/4] KVM: Split lpage_info creation out from __kvm_set_memory_region() Takuya Yoshikawa
2012-02-08  4:01 ` [PATCH 3/4] KVM: Simplify ifndef conditional usage in __kvm_set_memory_region() Takuya Yoshikawa
2012-02-08  4:02 ` [PATCH 4/4] KVM: Introduce kvm_memory_slot::arch and move lpage_info into it Takuya Yoshikawa
2012-02-08 18:47 ` [PATCH 0/4 v4] KVM: Introduce kvm_memory_slot::arch Marcelo Tosatti

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