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: Sat, 08 Oct 2011 12:06:15 +0800 Message-ID: <4E8FCC37.8090409@cn.fujitsu.com> References: <4E7AF758.7060900@cn.fujitsu.com> <20111006175333.GA3959@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: <20111006175333.GA3959@amt.cnet> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 10/07/2011 01:53 AM, 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 > > Please rebase. > > Marcelo, These patches can be applied without any conflict and it also works well, the current code was pulled from https://github.com/avikivity/kvm.git next branch. What problem did you meet when you applied these? :(