On Wed, Sep 23, 2026 at 04:40:03PM +0100, Matt Evans wrote:
Right, I think the only concern is language.
In that case, the VFIO-internal tracking could be:
priv->status = VFIO_PCI_DMABUF_OK; /* was priv->revoked = false */ priv->status = VFIO_PCI_DMABUF_REVOKED; /* was priv->revoked = true */ priv->status = VFIO_PCI_DMABUF_DEAD;
Yeah OK. DEFUNCT is good too
Jason