From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E71A7C433E0 for ; Mon, 1 Feb 2021 13:26:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B2EE764E8F for ; Mon, 1 Feb 2021 13:26:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231444AbhBAN0y (ORCPT ); Mon, 1 Feb 2021 08:26:54 -0500 Received: from szxga05-in.huawei.com ([45.249.212.191]:12061 "EHLO szxga05-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229524AbhBAN0x (ORCPT ); Mon, 1 Feb 2021 08:26:53 -0500 Received: from DGGEMS405-HUB.china.huawei.com (unknown [172.30.72.60]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4DTpZT24CpzMTCD; Mon, 1 Feb 2021 21:24:33 +0800 (CST) Received: from [10.174.184.42] (10.174.184.42) by DGGEMS405-HUB.china.huawei.com (10.3.19.205) with Microsoft SMTP Server id 14.3.498.0; Mon, 1 Feb 2021 21:26:00 +0800 Subject: Re: [RFC PATCH 0/7] kvm: arm64: Implement SW/HW combined dirty log To: Marc Zyngier References: <20210126124444.27136-1-zhukeqian1@huawei.com> <9a64d4acd8e8b0b8c86143752b8c856d@kernel.org> CC: , , , , Will Deacon , Catalin Marinas , Alex Williamson , Kirti Wankhede , "Cornelia Huck" , Mark Rutland , James Morse , Robin Murphy , Suzuki K Poulose , , , , , From: Keqian Zhu Message-ID: <3493e144-805a-033d-f90b-556a6d0d4bff@huawei.com> Date: Mon, 1 Feb 2021 21:25:59 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <9a64d4acd8e8b0b8c86143752b8c856d@kernel.org> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.174.184.42] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On 2021/2/1 21:17, Marc Zyngier wrote: > On 2021-02-01 13:12, Keqian Zhu wrote: >> Hi Marc, >> >> Do you have time to have a look at this? Thanks ;-) > > Not immediately. I'm busy with stuff that is planned to go > in 5.12, which isn't the case for this series. I'll get to > it eventually. > > Thanks, > > M. Sure, I am not eager. Please concentrate on your urgent work firstly. ;-) Thanks. Keqian.