⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module status

Module status 

Source
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.