From nobody Mon Feb 9 09:43:23 2026 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org ARC-Seal: i=1; a=rsa-sha256; t=1613728151; cv=none; d=zohomail.com; s=zohoarc; b=GxFuMErBKjAkWnbuSu15FowkZGUtyVihnzWlqXXUJ8I/mHA33XDdi2ZiWNjREGvRZVrkUrw9jR87VgZxHdyga8dsP5TCl7845ywCqplu6aSjZ/k8LsSayNR49kLDVzCRtrooNAQoRR3s+mGq0p7wd9oMGysmafgjfw6ssj/loQM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1613728151; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=TQCuuYdQy4rpWkqO4zaBNt8NLgpiAbymS1MpbawJr74=; b=WfjzZwd/LFT9DvcBn5UBw94NolM0XI1lZyAUVCJfFzFZ449tSkVkAIzMb96N6jojmRLJJRlW1NybNu8VW8JB9NOh49JiIU+iema9k5zUaE+rKyySKo0/L4jTPNHYTNCLL2UxKVvLoZKGJo8XeIiKj+qEnj08QZhWKx0dr9QXgm4= ARC-Authentication-Results: i=1; mx.zohomail.com; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1613728150992404.62127173062356; Fri, 19 Feb 2021 01:49:10 -0800 (PST) Received: from localhost ([::1]:38644 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lD2PN-0005pg-Ms for importer@patchew.org; Fri, 19 Feb 2021 04:49:09 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:44678) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lD2KR-0000vc-DX; Fri, 19 Feb 2021 04:44:03 -0500 Received: from szxga06-in.huawei.com ([45.249.212.32]:3044) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lD2K8-0006Yb-UW; Fri, 19 Feb 2021 04:44:03 -0500 Received: from DGGEMS405-HUB.china.huawei.com (unknown [172.30.72.59]) by szxga06-in.huawei.com (SkyGuard) with ESMTP id 4Dhmnd72y3zjNpd; Fri, 19 Feb 2021 17:42:13 +0800 (CST) Received: from DESKTOP-6NKE0BC.china.huawei.com (10.174.185.210) by DGGEMS405-HUB.china.huawei.com (10.3.19.205) with Microsoft SMTP Server id 14.3.498.0; Fri, 19 Feb 2021 17:43:19 +0800 From: Kunkun Jiang To: Eric Auger , Peter Maydell , Alex Williamson , "open list:ARM SMMU" , "open list:All patches CC here" Subject: [RFC PATCH 2/3] vfio: Add vfio_prereg_listener_log_sync in nested stage Date: Fri, 19 Feb 2021 17:42:29 +0800 Message-ID: <20210219094230.231-3-jiangkunkun@huawei.com> X-Mailer: git-send-email 2.26.2.windows.1 In-Reply-To: <20210219094230.231-1-jiangkunkun@huawei.com> References: <20210219094230.231-1-jiangkunkun@huawei.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Originating-IP: [10.174.185.210] X-CFilter-Loop: Reflected Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=45.249.212.32; envelope-from=jiangkunkun@huawei.com; helo=szxga06-in.huawei.com X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=unavailable autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Zenghui Yu , wanghaibin.wang@huawei.com, Keqian Zhu , shameerali.kolothum.thodi@huawei.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" On Intel, the DMA mapped through the host single stage. Instead we set up the stage 2 and stage 1 separately in nested mode as there is no "Caching Mode". Legacy vfio_listener_log_sync cannot be used in nested stage as we don't need to pay close attention to stage 1 mapping. This patch adds vfio_prereg_listener_log_sync to mark dirty pages in nested mode. Signed-off-by: Kunkun Jiang --- hw/vfio/common.c | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/hw/vfio/common.c b/hw/vfio/common.c index 7c50905856..af333e0dee 100644 --- a/hw/vfio/common.c +++ b/hw/vfio/common.c @@ -1216,6 +1216,22 @@ static int vfio_dma_sync_ram_section_dirty_bitmap(VF= IOContainer *container, int128_get64(section->size), ram_addr); } =20 +static void vfio_prereg_listener_log_sync(MemoryListener *listener, + MemoryRegionSection *section) +{ + VFIOContainer *container =3D + container_of(listener, VFIOContainer, prereg_listener); + + if (!memory_region_is_ram(section->mr) || + !container->dirty_pages_supported) { + return; + } + + if (vfio_devices_all_saving(container)) { + vfio_dma_sync_ram_section_dirty_bitmap(container, section); + } +} + typedef struct { IOMMUNotifier n; VFIOGuestIOMMU *giommu; @@ -1260,6 +1276,14 @@ static int vfio_sync_dirty_bitmap(VFIOContainer *con= tainer, if (memory_region_is_iommu(section->mr)) { VFIOGuestIOMMU *giommu; =20 + /* + * In nested mode, stage 2 and stage 1 are set up separately. We + * only need to focus on stage 2 mapping when marking dirty pages. + */ + if (container->iommu_type =3D=3D VFIO_TYPE1_NESTING_IOMMU) { + return 0; + } + QLIST_FOREACH(giommu, &container->giommu_list, giommu_next) { if (MEMORY_REGION(giommu->iommu) =3D=3D section->mr && giommu->n.start =3D=3D section->offset_within_region) { @@ -1312,6 +1336,7 @@ static const MemoryListener vfio_memory_listener =3D { static MemoryListener vfio_memory_prereg_listener =3D { .region_add =3D vfio_prereg_listener_region_add, .region_del =3D vfio_prereg_listener_region_del, + .log_sync =3D vfio_prereg_listener_log_sync, }; =20 static void vfio_listener_release(VFIOContainer *container) --=20 2.23.0