Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752040AbdGDDRi (ORCPT ); Mon, 3 Jul 2017 23:17:38 -0400 Received: from mail-pg0-f68.google.com ([74.125.83.68]:34468 "EHLO mail-pg0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751555AbdGDDRh (ORCPT ); Mon, 3 Jul 2017 23:17:37 -0400 Subject: Re: [PATCH v2 0/7] KVM: MMU: fast write protect To: Paolo Bonzini , mtosatti@redhat.com, avi.kivity@gmail.com, rkrcmar@redhat.com Cc: kvm@vger.kernel.org, linux-kernel@vger.kernel.org, qemu-devel@nongnu.org, Xiao Guangrong References: <20170620091526.4287-1-xiaoguangrong@tencent.com> <4dffc169-5cf2-8f37-bd99-9941bef50825@gmail.com> <6db0c80d-2ae2-9e89-356e-35acd241fdc5@redhat.com> From: Xiao Guangrong Message-ID: <3b6a2db4-af92-2a5b-9e35-2b226e721882@gmail.com> Date: Tue, 4 Jul 2017 11:17:40 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 MIME-Version: 1.0 In-Reply-To: <6db0c80d-2ae2-9e89-356e-35acd241fdc5@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 661 Lines: 25 On 07/03/2017 11:47 PM, Paolo Bonzini wrote: > > > On 03/07/2017 16:39, Xiao Guangrong wrote: >> >> >> On 06/20/2017 05:15 PM, guangrong.xiao@gmail.com wrote: >>> From: Xiao Guangrong >>> >>> Changelog in v2: >>> thanks to Paolo's review, this version disables write-protect-all if >>> PML is supported >> >> Hi Paolo, >> >> Do you have time to have a look at this new version? ;) >> Or I should wait until the patchset of dirty ring-buffer is merged? > > I will look at it soon, but I still plan to merge dirty ring buffer first. > > Thanks for your understanding, Sure, i fully understand, thank you for bearing my push. :)