projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6dc041
)
virtio: VIRTIO_F_ANY_LAYOUT feature
author
Rusty Russell
<rusty@rustcorp.com.au>
Mon, 8 Jul 2013 01:03:37 +0000
(10:33 +0930)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Tue, 9 Jul 2013 01:17:45 +0000
(10:47 +0930)
Also known as the "no really, I read the spec" bit.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
include/uapi/linux/virtio_config.h
patch
|
blob
|
history
diff --git
a/include/uapi/linux/virtio_config.h
b/include/uapi/linux/virtio_config.h
index b7cda390fd00527eac3a2bdfaf93e56581bea344..3ce768c6910d1664376f21fba0608a20ff7523c9 100644
(file)
--- a/
include/uapi/linux/virtio_config.h
+++ b/
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 */