From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xiao Guangrong Subject: Re: [PATCH 0/8] KVM: MMU: reduce the size of shadow page structure and some cleanup Date: Mon, 09 Jan 2012 13:04:39 +0800 Message-ID: <4F0A7567.3000906@linux.vnet.ibm.com> References: <4EEB19AF.5070501@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Avi Kivity , Marcelo Tosatti , LKML , KVM To: Xiao Guangrong Return-path: In-Reply-To: <4EEB19AF.5070501@linux.vnet.ibm.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 12/16/2011 06:13 PM, Xiao Guangrong wrote: > In this patchset, we observably reduce the size of struct kvm_mmu_page and let > the code more simple. > > And this patchset have already tested by unittest and > RHEL.6.1 setup/boot/reboot/shutdown. Hi Avi, Marcelo, Could you please apply patch 1, 2, 7 if they are good for you? :)