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

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to