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
- VIOVER_100
- VIOVER_110
Page updated:
Version of the VIRTIO standard the device is implementing
#include <qvm/vio.h>enum vio_version {
VIOVER_095,
VIOVER_100,
VIOVER_110
};