Contents

negotiatedFeatures

The set of features that the driver and the device have successfully negotiated, or nil if no feature negotiation has taken place.

Declaration

var negotiatedFeatures: VZNegotiatedVirtioFeatureSet? { get }

Discussion

The value is only valid after the framework calls customVirtioDeviceDidAcceptDriverOk(_:). The framework calls this method when the guest driver sets DRIVER_OK.