vio_vendor_feature

Information about vendor-specific features that can be advertised at unused bits

Synopsis:

#include <qvm/vio.h>
struct vio_vendor_feature {
    char const* name;
    uint8_t bit;
};

Data:

char const* name
The feature name, as a VIRTIO_vdevtype_VF_featurename constant.
uint8_t bit
The bit position at which the feature is advertised.

Description:

This data type stores a mapping of a vendor-specific feature to a default bit used for advertising it. For an example of such a mapping, see the peerfeats option in the vdev virtio-net entry in the QNX hypervisor User's Guide.

Page updated: