From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Borntraeger Subject: Re: [PATCH 4/4 v3] KVM: Introduce kvm_memory_slot::arch and move lpage_info into it Date: Tue, 31 Jan 2012 08:51:59 +0100 Message-ID: <4F279D9F.3090309@de.ibm.com> References: <20120130124859.6c3bb19f.yoshikawa.takuya@oss.ntt.co.jp> <20120130125308.51e22f12.yoshikawa.takuya@oss.ntt.co.jp> <20120130143533.e52efcbe.yoshikawa.takuya@oss.ntt.co.jp> <4F274144.9000606@oss.ntt.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: avi@redhat.com, mtosatti@redhat.com, kvm@vger.kernel.org, Alexander Graf , cotte@de.ibm.com, Paul Mackerras To: Takuya Yoshikawa Return-path: Received: from e06smtp14.uk.ibm.com ([195.75.94.110]:38996 "EHLO e06smtp14.uk.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750894Ab2AaHwd (ORCPT ); Tue, 31 Jan 2012 02:52:33 -0500 Received: from /spool/local by e06smtp14.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 31 Jan 2012 07:52:27 -0000 Received: from d06av12.portsmouth.uk.ibm.com (d06av12.portsmouth.uk.ibm.com [9.149.37.247]) by d06nrmr1806.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q0V7q0Fe2892026 for ; Tue, 31 Jan 2012 07:52:00 GMT Received: from d06av12.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av12.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q0V7px2x019623 for ; Tue, 31 Jan 2012 00:52:00 -0700 In-Reply-To: <4F274144.9000606@oss.ntt.co.jp> Sender: kvm-owner@vger.kernel.org List-ID: On 31/01/12 02:17, Takuya Yoshikawa wrote: > Added s390 and ppc developers to Cc, > > (2012/01/30 14:35), Takuya Yoshikawa wrote: >> Some members of kvm_memory_slot are not used by every architecture. >> >> This patch is the first step to make this difference clear by >> introducing kvm_memory_slot::arch; lpage_info is moved into it. Patch series seems to work on s390. Christian