From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xiao Guangrong Subject: [PATCH 0/8] KVM: MMU: reduce the size of shadow page structure and some cleanup Date: Fri, 16 Dec 2011 18:13:03 +0800 Message-ID: <4EEB19AF.5070501@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Marcelo Tosatti , LKML , KVM To: Avi Kivity Return-path: Received: from e28smtp06.in.ibm.com ([122.248.162.6]:54286 "EHLO e28smtp06.in.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752828Ab1LPKNM (ORCPT ); Fri, 16 Dec 2011 05:13:12 -0500 Received: from /spool/local by e28smtp06.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 16 Dec 2011 15:43:09 +0530 Sender: kvm-owner@vger.kernel.org List-ID: 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.