Explorar o código

virtio: VIRTIO_F_ANY_LAYOUT feature

Also known as the "no really, I read the spec" bit.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Rusty Russell %!s(int64=12) %!d(string=hai) anos
pai
achega
62525a00b8
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      include/uapi/linux/virtio_config.h

+ 3 - 0
include/uapi/linux/virtio_config.h

@@ -51,4 +51,7 @@
  * suppressed them? */
 #define VIRTIO_F_NOTIFY_ON_EMPTY	24
 
+/* Can the device handle any descriptor layout? */
+#define VIRTIO_F_ANY_LAYOUT		27
+
 #endif /* _UAPI_LINUX_VIRTIO_CONFIG_H */