Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756208AbdGCOkC (ORCPT ); Mon, 3 Jul 2017 10:40:02 -0400 Received: from mail-pg0-f68.google.com ([74.125.83.68]:33591 "EHLO mail-pg0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755822AbdGCOj4 (ORCPT ); Mon, 3 Jul 2017 10:39:56 -0400 Subject: Re: [PATCH v2 0/7] KVM: MMU: fast write protect From: Xiao Guangrong To: pbonzini@redhat.com, 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> Message-ID: <4dffc169-5cf2-8f37-bd99-9941bef50825@gmail.com> Date: Mon, 3 Jul 2017 22:39:55 +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: <20170620091526.4287-1-xiaoguangrong@tencent.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: 366 Lines: 15 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? Thanks!