[PATCH v2] docs/devel: Remove stale comments related to iommufd dirty tracking

Zhenzhong Duan posted 1 patch 1 month, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20251226073007.1139478-1-zhenzhong.duan@intel.com
Maintainers: Yi Liu <yi.l.liu@intel.com>, Eric Auger <eric.auger@redhat.com>, Zhenzhong Duan <zhenzhong.duan@intel.com>
docs/devel/vfio-iommufd.rst | 12 ------------
1 file changed, 12 deletions(-)
[PATCH v2] docs/devel: Remove stale comments related to iommufd dirty tracking
Posted by Zhenzhong Duan 1 month, 2 weeks ago
IOMMUFD dirty tracking support had be merged in merge commit dd4bc5f1cfe9,
the stale comments could be dropped.

Signed-off-by: Zhenzhong Duan <zhenzhong.duan@intel.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
 docs/devel/vfio-iommufd.rst | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/docs/devel/vfio-iommufd.rst b/docs/devel/vfio-iommufd.rst
index 3d1c11f175..b37098e1b6 100644
--- a/docs/devel/vfio-iommufd.rst
+++ b/docs/devel/vfio-iommufd.rst
@@ -127,18 +127,6 @@ Supports x86, ARM and s390x currently.
 Caveats
 =======
 
-Dirty page sync
----------------
-
-Dirty page sync with iommufd backend is unsupported yet, live migration is
-disabled by default. But it can be force enabled like below, low efficient
-though.
-
-.. code-block:: bash
-
-    -object iommufd,id=iommufd0
-    -device vfio-pci,host=0000:02:00.0,iommufd=iommufd0,enable-migration=on
-
 P2P DMA
 -------
 
-- 
2.47.1


Re: [PATCH v2] docs/devel: Remove stale comments related to iommufd dirty tracking
Posted by Cédric Le Goater 1 month ago
On 12/26/25 08:30, Zhenzhong Duan wrote:
> IOMMUFD dirty tracking support had be merged in merge commit dd4bc5f1cfe9,
> the stale comments could be dropped.
> 
> Signed-off-by: Zhenzhong Duan <zhenzhong.duan@intel.com>
> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
>   docs/devel/vfio-iommufd.rst | 12 ------------
>   1 file changed, 12 deletions(-)
> 
> diff --git a/docs/devel/vfio-iommufd.rst b/docs/devel/vfio-iommufd.rst
> index 3d1c11f175..b37098e1b6 100644
> --- a/docs/devel/vfio-iommufd.rst
> +++ b/docs/devel/vfio-iommufd.rst
> @@ -127,18 +127,6 @@ Supports x86, ARM and s390x currently.
>   Caveats
>   =======
>   
> -Dirty page sync
> ----------------
> -
> -Dirty page sync with iommufd backend is unsupported yet, live migration is
> -disabled by default. But it can be force enabled like below, low efficient
> -though.
> -
> -.. code-block:: bash
> -
> -    -object iommufd,id=iommufd0
> -    -device vfio-pci,host=0000:02:00.0,iommufd=iommufd0,enable-migration=on
> -
>   P2P DMA
>   -------
>   


Applied to vfio-next.

Thanks,

C.