Expand description
Virtio device status flags (virtio spec 2.1)
Constants§
- ACKNOWLEDGE
- Guest OS has found the device and recognized it as a valid virtio device.
- DEVICE_
NEEDS_ RESET - Something went wrong; device has given up on the driver.
- DRIVER
- Guest OS knows how to drive the device.
- DRIVER_
OK - Driver is ready (feature negotiation complete).
- FAILED
- Driver has given up on the device.
- FEATURES_
OK - Feature negotiation is complete.