Skip to content

Commit

Permalink
virtio: VIRTIO_F_ANY_LAYOUT feature
Browse files Browse the repository at this point in the history
Also known as the "no really, I read the spec" bit.

Signed-off-by: Rusty Russell <[email protected]>
  • Loading branch information
rustyrussell committed Jul 9, 2013
1 parent e6dc041 commit 62525a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/uapi/linux/virtio_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit 62525a0

Please sign in to comment.