Re: [PATCH 08/14] vfio: add vfio-pci-base class

2025-04-28 Thread Cédric Le Goater
On 4/25/25 15:01, John Levon wrote: On Fri, Apr 25, 2025 at 02:46:48PM +0200, Cédric Le Goater wrote: After this patch, here is what we have for the base class : static const Property vfio_pci_base_dev_properties[] = { DEFINE_PROP_ON_OFF_AUTO("x-pre-copy-dirty-page-tracking", VFI

Re: [PATCH 08/14] vfio: add vfio-pci-base class

2025-04-25 Thread John Levon
On Fri, Apr 25, 2025 at 02:46:48PM +0200, Cédric Le Goater wrote: > After this patch, here is what we have for the base class : > static const Property vfio_pci_base_dev_properties[] = { > DEFINE_PROP_ON_OFF_AUTO("x-pre-copy-dirty-page-tracking", > VFIOPCIDevice, >

Re: [PATCH 08/14] vfio: add vfio-pci-base class

2025-04-25 Thread Cédric Le Goater
On 4/24/25 23:52, John Levon wrote: On Thu, Apr 24, 2025 at 05:17:28PM +0200, Cédric Le Goater wrote: !---| CAUTION: External Email |---! On 4/9/25 15:48, John Lev

Re: [PATCH 08/14] vfio: add vfio-pci-base class

2025-04-24 Thread John Levon
On Thu, Apr 24, 2025 at 05:17:28PM +0200, Cédric Le Goater wrote: > !---| > CAUTION: External Email > > |---! > > On 4/9/25 15:48, John Levon wrote: > > Split out part

Re: [PATCH 08/14] vfio: add vfio-pci-base class

2025-04-24 Thread Cédric Le Goater
On 4/9/25 15:48, John Levon wrote: Split out parts of TYPE_VFIO_PCI into a base TYPE_VFIO_PCI_BASE. The base type contains properties generic to all vfio-pci implementations (although we have not yet introduced another subclass). Note that currently there is no need for additional data for TYPE_

[PATCH 08/14] vfio: add vfio-pci-base class

2025-04-09 Thread John Levon
Split out parts of TYPE_VFIO_PCI into a base TYPE_VFIO_PCI_BASE. The base type contains properties generic to all vfio-pci implementations (although we have not yet introduced another subclass). Note that currently there is no need for additional data for TYPE_VFIO_PCI, so it shares the same C str