Re: [PATCH v2] vfio: Add property documentation

2025-02-14 Thread Cédric Le Goater
On 2/13/25 22:45, Alex Williamson wrote: On Thu, 13 Feb 2025 14:50:50 +0100 Cédric Le Goater wrote: Investigate the git history to uncover when and why the VFIO properties were introduced and update the models. This is mostly targeting vfio-pci device, since vfio-plateform, vfio-ap and vfio-cc

Re: [PATCH v2] vfio: Add property documentation

2025-02-14 Thread Cédric Le Goater
+Kirti +Joao On 2/13/25 22:45, Alex Williamson wrote: + +/* + * Migration support + */ +object_class_property_set_description(klass, /* 5.2 */ + "x-pre-copy-dirty-page-tracking", + "Disable dirty pa

Re: [PATCH v2] vfio: Add property documentation

2025-02-14 Thread Tomita Moeko
On 2/14/25 17:31, Corvin Köhne wrote: > On Thu, 2025-02-13 at 14:45 -0700, Alex Williamson wrote: >> On Thu, 13 Feb 2025 14:50:50 +0100 >> Cédric Le Goater wrote: >>> +/* >>> + * IGD >>> + */ >>> + >>> +object_class_property_set_description(klass, /* 2.7 */ >>> +

Re: [PATCH v2] vfio: Add property documentation

2025-02-14 Thread Corvin Köhne
On Thu, 2025-02-13 at 14:45 -0700, Alex Williamson wrote: > On Thu, 13 Feb 2025 14:50:50 +0100 > Cédric Le Goater wrote: > > +    /* > > + * IGD > > + */ > > + > > +    object_class_property_set_description(klass, /* 2.7 */ > > +  "x-igd-opregion", >

Re: [PATCH v2] vfio: Add property documentation

2025-02-13 Thread Alex Williamson
On Thu, 13 Feb 2025 14:50:50 +0100 Cédric Le Goater wrote: > Investigate the git history to uncover when and why the VFIO > properties were introduced and update the models. This is mostly > targeting vfio-pci device, since vfio-plateform, vfio-ap and vfio-ccw > devices are simpler. > > Organize

Re: [PATCH v2] vfio: Add property documentation

2025-02-13 Thread Cédric Le Goater
On 2/13/25 15:45, Eric Auger wrote: Hi Cédric, On 2/13/25 2:50 PM, Cédric Le Goater wrote: Investigate the git history to uncover when and why the VFIO properties were introduced and update the models. This is mostly targeting vfio-pci device, since vfio-plateform, vfio-ap and vfio-ccw devices

Re: [PATCH v2] vfio: Add property documentation

2025-02-13 Thread Cédric Le Goater
On 2/13/25 15:17, BALATON Zoltan wrote: On Thu, 13 Feb 2025, Cédric Le Goater wrote: Investigate the git history to uncover when and why the VFIO properties were introduced and update the models. This is mostly targeting vfio-pci device, since vfio-plateform, vfio-ap and vfio-ccw Typo: vfio-pl

Re: [PATCH v2] vfio: Add property documentation

2025-02-13 Thread Eric Auger
Hi Cédric, On 2/13/25 2:50 PM, Cédric Le Goater wrote: > Investigate the git history to uncover when and why the VFIO > properties were introduced and update the models. This is mostly > targeting vfio-pci device, since vfio-plateform, vfio-ap and vfio-ccw > devices are simpler. > > Organize the

Re: [PATCH v2] vfio: Add property documentation

2025-02-13 Thread BALATON Zoltan
On Thu, 13 Feb 2025, Cédric Le Goater wrote: Investigate the git history to uncover when and why the VFIO properties were introduced and update the models. This is mostly targeting vfio-pci device, since vfio-plateform, vfio-ap and vfio-ccw Typo: vfio-platform Regards, BALATON Zoltan

[PATCH v2] vfio: Add property documentation

2025-02-13 Thread Cédric Le Goater
Investigate the git history to uncover when and why the VFIO properties were introduced and update the models. This is mostly targeting vfio-pci device, since vfio-plateform, vfio-ap and vfio-ccw devices are simpler. Organize the vfio-pci properties in topics. It would be great to have a way to do