|
@@ -40,6 +40,8 @@
|
|
#define VIRTIO_CONFIG_S_DRIVER_OK 4
|
|
#define VIRTIO_CONFIG_S_DRIVER_OK 4
|
|
/* Driver has finished configuring features */
|
|
/* Driver has finished configuring features */
|
|
#define VIRTIO_CONFIG_S_FEATURES_OK 8
|
|
#define VIRTIO_CONFIG_S_FEATURES_OK 8
|
|
|
|
+/* Device entered invalid state, driver must reset it */
|
|
|
|
+#define VIRTIO_CONFIG_S_NEEDS_RESET 0x40
|
|
/* We've given up on this device. */
|
|
/* We've given up on this device. */
|
|
#define VIRTIO_CONFIG_S_FAILED 0x80
|
|
#define VIRTIO_CONFIG_S_FAILED 0x80
|
|
|
|
|