From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xiao Guangrong Subject: [PATCH v3 0/3] KVM: MMU: simple cleanups Date: Tue, 05 Feb 2013 15:26:21 +0800 Message-ID: <5110B41D.3090605@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Gleb Natapov , LKML , KVM To: Marcelo Tosatti Return-path: Received: from e28smtp01.in.ibm.com ([122.248.162.1]:58078 "EHLO e28smtp01.in.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751683Ab3BEH0b (ORCPT ); Tue, 5 Feb 2013 02:26:31 -0500 Received: from /spool/local by e28smtp01.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 5 Feb 2013 12:54:13 +0530 Sender: kvm-owner@vger.kernel.org List-ID: There are the simple cleanups for MMU, no function / logic changed. Marcelo, Gleb, please apply them after applying "[PATCH v3] KVM: MMU: lazily drop large spte" Changelog: no change, just split them from the previous patchset for good review. Thanks!