From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xiao Guangrong Subject: Re: [PATCH v2 0/9] cleanup around kvm_sync_page, and a few micro-optimizations Date: Wed, 9 Mar 2016 15:12:36 +0800 Message-ID: <56DFCCE4.2060803@linux.intel.com> References: <1457360155-9610-1-git-send-email-pbonzini@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Takuya Yoshikawa To: Paolo Bonzini , linux-kernel@vger.kernel.org, kvm@vger.kernel.org Return-path: Received: from mga14.intel.com ([192.55.52.115]:62273 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750974AbcCIHNV (ORCPT ); Wed, 9 Mar 2016 02:13:21 -0500 In-Reply-To: <1457360155-9610-1-git-send-email-pbonzini@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On 03/07/2016 10:15 PM, Paolo Bonzini wrote: > Having committed the ubsan fixes, this are the cleanups that are left. > > Compared to v1, I have fixed the patch to coalesce page zapping after > mmu_sync_children (as requested by Takuya and Guangrong), and I have > rewritten is_last_gpte again in an even simpler way. > Nice work! Reviewed-by: Xiao Guangrong