summaryrefslogtreecommitdiffstats
path: root/include/standard-headers/linux/virtio_config.h
diff options
context:
space:
mode:
authorPaolo Bonzini2019-01-04 09:27:31 +0100
committerMichael S. Tsirkin2019-02-04 06:08:58 +0100
commitda054c646c777bcb487326f46cd5bf9932b05128 (patch)
tree09262b1a23eea5decb6604e85a6fcc748d1d3346 /include/standard-headers/linux/virtio_config.h
parentscripts/update-linux-headers.sh: adjust for Linux 4.21-rc1 (or 5.0-rc1) (diff)
downloadqemu-da054c646c777bcb487326f46cd5bf9932b05128.tar.gz
qemu-da054c646c777bcb487326f46cd5bf9932b05128.tar.xz
qemu-da054c646c777bcb487326f46cd5bf9932b05128.zip
include: update Linux headers to 4.21-rc1/5.0-rc1
This is simply running the newly-updated script on Linux, in order to obtain the new header files and all the other updates from the recent Linux merge window. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include/standard-headers/linux/virtio_config.h')
-rw-r--r--include/standard-headers/linux/virtio_config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/standard-headers/linux/virtio_config.h b/include/standard-headers/linux/virtio_config.h
index 0b194365a0..24e30af5ec 100644
--- a/include/standard-headers/linux/virtio_config.h
+++ b/include/standard-headers/linux/virtio_config.h
@@ -75,6 +75,9 @@
*/
#define VIRTIO_F_IOMMU_PLATFORM 33
+/* This feature indicates support for the packed virtqueue layout. */
+#define VIRTIO_F_RING_PACKED 34
+
/*
* Does the device support Single Root I/O Virtualization?
*/