Skip to content

Commit 4d96074

Browse files
jpemartinslegoater
authored andcommitted
vfio/pci: Drop debug commentary from x-device-dirty-page-tracking
The intent behind the x-device-dirty-page-tracking option is twofold: 1) development/testing in the presence of VFs with VF dirty page tracking 2) deliberately choosing platform dirty tracker over the VF one. Item 2) scenario is useful when VF dirty tracker is not as fast as IOMMU, or there's some limitations around it (e.g. number of them is limited; aggregated address space under tracking is limited), efficiency/scalability (e.g. 1 pagetable in IOMMU dirty tracker to scan vs N VFs) or just troubleshooting. Given item 2 it is not restricted to debugging, hence drop the debug parenthesis from the option description. Signed-off-by: Joao Martins <[email protected]> Reviewed-by: Cédric Le Goater <[email protected]> Link: https://lore.kernel.org/qemu-devel/[email protected] [ clg: Fixed subject spelling ] Signed-off-by: Cédric Le Goater <[email protected]>
1 parent 63316f9 commit 4d96074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hw/vfio/pci.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3532,7 +3532,7 @@ static void vfio_pci_dev_class_init(ObjectClass *klass, void *data)
35323532
object_class_property_set_description(klass, /* 9.1 */
35333533
"x-device-dirty-page-tracking",
35343534
"Disable device dirty page tracking and use "
3535-
"container-based dirty page tracking (DEBUG)");
3535+
"container-based dirty page tracking");
35363536
object_class_property_set_description(klass, /* 9.1 */
35373537
"migration-events",
35383538
"Emit VFIO migration QAPI event when a VFIO device "

0 commit comments

Comments
 (0)