From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takuya Yoshikawa Subject: [PATCH 0/4] KVM: Introduce kvm_memory_slot::arch Date: Sun, 29 Jan 2012 21:26:30 +0900 Message-ID: <20120129212630.3986589f898100bbbd312c63@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: avi@redhat.com, mtosatti@redhat.com Return-path: Received: from mail-pw0-f46.google.com ([209.85.160.46]:53807 "EHLO mail-pw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752495Ab2A2M0e (ORCPT ); Sun, 29 Jan 2012 07:26:34 -0500 Received: by pbaa10 with SMTP id a10so2993532pba.19 for ; Sun, 29 Jan 2012 04:26:34 -0800 (PST) Sender: kvm-owner@vger.kernel.org List-ID: 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