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=-4.0 required=3.0 tests=BAYES_00,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 3999DC433E0 for ; Mon, 1 Feb 2021 13:17:25 +0000 (UTC) Received: from mm01.cs.columbia.edu (mm01.cs.columbia.edu [128.59.11.253]) by mail.kernel.org (Postfix) with ESMTP id 7DF6664E95 for ; Mon, 1 Feb 2021 13:17:24 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7DF6664E95 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=kvmarm-bounces@lists.cs.columbia.edu Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id 060E54B1ED; Mon, 1 Feb 2021 08:17:24 -0500 (EST) X-Virus-Scanned: at lists.cs.columbia.edu Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3Lyu5NPDWBvz; Mon, 1 Feb 2021 08:17:23 -0500 (EST) Received: from mm01.cs.columbia.edu (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id 021CA4B2D5; Mon, 1 Feb 2021 08:17:23 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id 831DC4B240 for ; Mon, 1 Feb 2021 08:17:22 -0500 (EST) X-Virus-Scanned: at lists.cs.columbia.edu Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id m6PHOFlVVxMk for ; Mon, 1 Feb 2021 08:17:21 -0500 (EST) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mm01.cs.columbia.edu (Postfix) with ESMTPS id 851904B1ED for ; Mon, 1 Feb 2021 08:17:21 -0500 (EST) Received: from disco-boy.misterjones.org (disco-boy.misterjones.org [51.254.78.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 346B364E2A; Mon, 1 Feb 2021 13:17:20 +0000 (UTC) Received: from disco-boy.misterjones.org ([51.254.78.96] helo=www.loen.fr) by disco-boy.misterjones.org with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94) (envelope-from ) id 1l6Z4w-00BH6m-3U; Mon, 01 Feb 2021 13:17:18 +0000 MIME-Version: 1.0 Date: Mon, 01 Feb 2021 13:17:18 +0000 From: Marc Zyngier To: Keqian Zhu Subject: Re: [RFC PATCH 0/7] kvm: arm64: Implement SW/HW combined dirty log In-Reply-To: References: <20210126124444.27136-1-zhukeqian1@huawei.com> User-Agent: Roundcube Webmail/1.4.10 Message-ID: <9a64d4acd8e8b0b8c86143752b8c856d@kernel.org> X-Sender: maz@kernel.org X-SA-Exim-Connect-IP: 51.254.78.96 X-SA-Exim-Rcpt-To: zhukeqian1@huawei.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu, will@kernel.org, catalin.marinas@arm.com, alex.williamson@redhat.com, kwankhede@nvidia.com, cohuck@redhat.com, mark.rutland@arm.com, james.morse@arm.com, robin.murphy@arm.com, suzuki.poulose@arm.com, wanghaibin.wang@huawei.com, jiangkunkun@huawei.com, xiexiangyou@huawei.com, zhengchuan@huawei.com, yubihong@huawei.com X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Cc: yubihong@huawei.com, kvm@vger.kernel.org, Catalin Marinas , Cornelia Huck , linux-kernel@vger.kernel.org, Kirti Wankhede , zhengchuan@huawei.com, Alex Williamson , Will Deacon , kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org, Robin Murphy X-BeenThere: kvmarm@lists.cs.columbia.edu X-Mailman-Version: 2.1.14 Precedence: list List-Id: Where KVM/ARM decisions are made List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: kvmarm-bounces@lists.cs.columbia.edu Sender: kvmarm-bounces@lists.cs.columbia.edu 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. -- Jazz is not dead. It just smells funny... _______________________________________________ kvmarm mailing list kvmarm@lists.cs.columbia.edu https://lists.cs.columbia.edu/mailman/listinfo/kvmarm 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=-4.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED 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 48BEBC433E6 for ; Mon, 1 Feb 2021 13:18:57 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D30C260C41 for ; Mon, 1 Feb 2021 13:18:56 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D30C260C41 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Type: Content-Transfer-Encoding:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-ID:References:In-Reply-To:Subject:To:From: Date:MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=AB4nXeTuMfWigkfCUxDVoIscDlvj6GHZgY8IMn70360=; b=fXgg49rxGVQf+Vxev3ID5cvYF qWBWPMaopBruZt8kYjWAhUH6cqT9N/Zx5YOupdRevz3DBBig+tOA6u50Tcwkd/7M642rjXwSZHx0a n5SncQbJQMwX3UYouIwzvOk9Dzyd1U4+VP4Tq2q345jqo+sooDBdb5lU4/mixoXQ8fS9r933047Uy ENXyJqJ4o1M2UzBIPGl6b1W9uU7lqJnQsrt0UV85m/zAXn/MtkJ9QVciXhe0zolJtzAS/d+tNHl/j tb8Rim5bgCswtyWlgfaSEGJD0jpKuTF9ybkgaOw+v7+eKlstt6Beb+Q556q795pxCVvzuzCHDyTqk CF+M9FPHw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l6Z51-0007Qk-67; Mon, 01 Feb 2021 13:17:23 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1l6Z4z-0007Px-FK for linux-arm-kernel@lists.infradead.org; Mon, 01 Feb 2021 13:17:22 +0000 Received: from disco-boy.misterjones.org (disco-boy.misterjones.org [51.254.78.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 346B364E2A; Mon, 1 Feb 2021 13:17:20 +0000 (UTC) Received: from disco-boy.misterjones.org ([51.254.78.96] helo=www.loen.fr) by disco-boy.misterjones.org with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94) (envelope-from ) id 1l6Z4w-00BH6m-3U; Mon, 01 Feb 2021 13:17:18 +0000 MIME-Version: 1.0 Date: Mon, 01 Feb 2021 13:17:18 +0000 From: Marc Zyngier To: Keqian Zhu Subject: Re: [RFC PATCH 0/7] kvm: arm64: Implement SW/HW combined dirty log In-Reply-To: References: <20210126124444.27136-1-zhukeqian1@huawei.com> User-Agent: Roundcube Webmail/1.4.10 Message-ID: <9a64d4acd8e8b0b8c86143752b8c856d@kernel.org> X-Sender: maz@kernel.org X-SA-Exim-Connect-IP: 51.254.78.96 X-SA-Exim-Rcpt-To: zhukeqian1@huawei.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu, will@kernel.org, catalin.marinas@arm.com, alex.williamson@redhat.com, kwankhede@nvidia.com, cohuck@redhat.com, mark.rutland@arm.com, james.morse@arm.com, robin.murphy@arm.com, suzuki.poulose@arm.com, wanghaibin.wang@huawei.com, jiangkunkun@huawei.com, xiexiangyou@huawei.com, zhengchuan@huawei.com, yubihong@huawei.com X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210201_081721_621562_91392202 X-CRM114-Status: GOOD ( 10.29 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , yubihong@huawei.com, jiangkunkun@huawei.com, kvm@vger.kernel.org, Suzuki K Poulose , Catalin Marinas , Cornelia Huck , linux-kernel@vger.kernel.org, Kirti Wankhede , zhengchuan@huawei.com, Alex Williamson , James Morse , xiexiangyou@huawei.com, wanghaibin.wang@huawei.com, Will Deacon , kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org, Robin Murphy Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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. -- Jazz is not dead. It just smells funny... _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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=-4.0 required=3.0 tests=BAYES_00,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS 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 8F49AC433E0 for ; Mon, 1 Feb 2021 13:19:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4C87B64E2A for ; Mon, 1 Feb 2021 13:19:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231848AbhBANTK (ORCPT ); Mon, 1 Feb 2021 08:19:10 -0500 Received: from mail.kernel.org ([198.145.29.99]:42372 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231849AbhBANSA (ORCPT ); Mon, 1 Feb 2021 08:18:00 -0500 Received: from disco-boy.misterjones.org (disco-boy.misterjones.org [51.254.78.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 346B364E2A; Mon, 1 Feb 2021 13:17:20 +0000 (UTC) Received: from disco-boy.misterjones.org ([51.254.78.96] helo=www.loen.fr) by disco-boy.misterjones.org with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94) (envelope-from ) id 1l6Z4w-00BH6m-3U; Mon, 01 Feb 2021 13:17:18 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 01 Feb 2021 13:17:18 +0000 From: Marc Zyngier To: Keqian Zhu Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu, Will Deacon , Catalin Marinas , Alex Williamson , Kirti Wankhede , Cornelia Huck , Mark Rutland , James Morse , Robin Murphy , Suzuki K Poulose , wanghaibin.wang@huawei.com, jiangkunkun@huawei.com, xiexiangyou@huawei.com, zhengchuan@huawei.com, yubihong@huawei.com Subject: Re: [RFC PATCH 0/7] kvm: arm64: Implement SW/HW combined dirty log In-Reply-To: References: <20210126124444.27136-1-zhukeqian1@huawei.com> User-Agent: Roundcube Webmail/1.4.10 Message-ID: <9a64d4acd8e8b0b8c86143752b8c856d@kernel.org> X-Sender: maz@kernel.org X-SA-Exim-Connect-IP: 51.254.78.96 X-SA-Exim-Rcpt-To: zhukeqian1@huawei.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu, will@kernel.org, catalin.marinas@arm.com, alex.williamson@redhat.com, kwankhede@nvidia.com, cohuck@redhat.com, mark.rutland@arm.com, james.morse@arm.com, robin.murphy@arm.com, suzuki.poulose@arm.com, wanghaibin.wang@huawei.com, jiangkunkun@huawei.com, xiexiangyou@huawei.com, zhengchuan@huawei.com, yubihong@huawei.com X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org 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. -- Jazz is not dead. It just smells funny...