summaryrefslogtreecommitdiffstats
path: root/include/standard-headers/linux/virtio_config.h
diff options
context:
space:
mode:
authorAlex Williamson2022-05-13 16:20:08 +0200
committerAlex Williamson2022-05-13 16:20:11 +0200
commite4082063e47e9731dbeb1c26174c17f6038f577f (patch)
treefca7d5c3f029a4c53bd2171d2a8f06eed5c64221 /include/standard-headers/linux/virtio_config.h
parentMerge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (diff)
downloadqemu-e4082063e47e9731dbeb1c26174c17f6038f577f.tar.gz
qemu-e4082063e47e9731dbeb1c26174c17f6038f577f.tar.xz
qemu-e4082063e47e9731dbeb1c26174c17f6038f577f.zip
linux-headers: Update to v5.18-rc6
Update to c5eb0a61238d ("Linux 5.18-rc6"). Mechanical search and replace of vfio defines with white space massaging. Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'include/standard-headers/linux/virtio_config.h')
-rw-r--r--include/standard-headers/linux/virtio_config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/standard-headers/linux/virtio_config.h b/include/standard-headers/linux/virtio_config.h
index 22e3a85f67..7acd8d4abc 100644
--- a/include/standard-headers/linux/virtio_config.h
+++ b/include/standard-headers/linux/virtio_config.h
@@ -81,6 +81,12 @@
#define VIRTIO_F_RING_PACKED 34
/*
+ * Inorder feature indicates that all buffers are used by the device
+ * in the same order in which they have been made available.
+ */
+#define VIRTIO_F_IN_ORDER 35
+
+/*
* This feature indicates that memory accesses by the driver and the
* device are ordered in a way described by the platform.
*/