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
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,
>
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
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
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_
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