From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xiao Guangrong Subject: Re: [PATCH v4 00/11] KVM: x86: optimize for writing guest page Date: Fri, 30 Sep 2011 11:49:08 +0800 Message-ID: <4E853C34.10106@cn.fujitsu.com> References: <4E7AF758.7060900@cn.fujitsu.com> <20110923115119.GA29561@amt.cnet> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Avi Kivity , LKML , KVM To: Marcelo Tosatti Return-path: In-Reply-To: <20110923115119.GA29561@amt.cnet> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 09/23/2011 07:51 PM, Marcelo Tosatti wrote: > On Thu, Sep 22, 2011 at 04:52:40PM +0800, Xiao Guangrong wrote: >> This patchset is against https://github.com/avikivity/kvm.git next branch. >> >> In this version, some changes come from Avi's comments: >> - fix instruction retried for nested guest >> - skip write-flooding for the sp whose level is 1 >> - rename some functions > > Looks good to me. > Ping......