Re: [PATCH v3 13/15] vfio: add vfio-pci-base class

2025-05-09 Thread Cédric Le Goater
On 5/7/25 17:20, John Levon wrote: Split out parts of TYPE_VFIO_PCI into a base TYPE_VFIO_PCI_BASE, although we have not yet introduced another subclass, so all the properties have remained in TYPE_VFIO_PCI. Note that currently there is no need for additional data for TYPE_VFIO_PCI, so it shares

[PATCH v3 13/15] vfio: add vfio-pci-base class

2025-05-07 Thread John Levon
Split out parts of TYPE_VFIO_PCI into a base TYPE_VFIO_PCI_BASE, although we have not yet introduced another subclass, so all the properties have remained in TYPE_VFIO_PCI. Note that currently there is no need for additional data for TYPE_VFIO_PCI, so it shares the same C struct type as TYPE_VFIO_