| Updated: October 28, 2024 |
Version of the VIRTIO standard the device is implementing
#include <qvm/vio.h>
enum vio_version {
VIOVER_095,
VIOVER_100,
VIOVER_110
};
This implementation is using the legacy VIRTIO standard (0.95).
This implementation is using the VIRTIO 1.0 standard.
This implementation is using the VIRTIO 1.1 standard