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

2025-05-05 Thread Cédric Le Goater
On 4/30/25 21:40, 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 share

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

2025-04-30 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_