> -----Original Message----- > From: Cédric Le Goater <[email protected]> > Sent: 17 February 2025 11:05 PM > To: [email protected] > Cc: Alex Williamson <[email protected]>; > [email protected]; [email protected]; Kirti Wankhede > <[email protected]>; Joao Martins <[email protected]>; > Cédric Le Goater <[email protected]>; Tony Krowiak > <[email protected]>; Eric Farman <[email protected]>; Eric Auger > <[email protected]> > Subject: [PATCH v4] vfio: Add property documentation > > 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-platform, vfio-ap and vfio-ccw > devices are simpler. > > Sort the properties based on the QEMU version in which they were > introduced. > > Cc: Tony Krowiak <[email protected]> > Cc: Eric Farman <[email protected]> > Cc: Eric Auger <[email protected]> > Signed-off-by: Cédric Le Goater <[email protected]> > --- > > Should we introduce documentation for properties like the kernel has > in Documentation/ABI/*/sysfs-* ? > > Changes in v4: > > - Latest improvements from Alex > > Changes in v3: > > - Re-organized the vfio-pci properties based on the QEMU version in > which they were introduced > - Added property labels > - Improved description as suggested by Alex, Tomita and Corvin > > Changes in v2: > > - Fixed version numbers > - Fixed #ifdef in vfio/ccw.c > - Addressed vfio-pci-nohotplug > - Organize the vfio-pci properties in topics > > hw/vfio/ap.c | 9 ++++ > hw/vfio/ccw.c | 15 ++++++ > hw/vfio/pci.c | 125 > +++++++++++++++++++++++++++++++++++++++++++++ > hw/vfio/platform.c | 24 +++++++++ > 4 files changed, 173 insertions(+) >
Reviewed-by: Kirti Wankhede <[email protected]>
