From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH v4 00/11] KVM: x86: optimize for writing guest page Date: Fri, 23 Sep 2011 08:51:19 -0300 Message-ID: <20110923115119.GA29561@amt.cnet> References: <4E7AF758.7060900@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , LKML , KVM To: Xiao Guangrong Return-path: Received: from mx1.redhat.com ([209.132.183.28]:18926 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752240Ab1IWLvy (ORCPT ); Fri, 23 Sep 2011 07:51:54 -0400 Content-Disposition: inline In-Reply-To: <4E7AF758.7060900@cn.fujitsu.com> Sender: kvm-owner@vger.kernel.org List-ID: 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.