vio_version

Version of the VIRTIO standard the device is implementing

Synopsis:

#include <qvm/vio.h>
enum vio_version {
    VIOVER_095,
    VIOVER_100,
    VIOVER_110
};

Data:

VIOVER_095

This implementation is using the legacy VIRTIO standard (0.95).

VIOVER_100

This implementation is using the VIRTIO 1.0 standard.

VIOVER_110

This implementation is using the VIRTIO 1.1 standard