diff options
| author | Cornelia Huck | 2019-05-16 19:10:36 +0200 |
|---|---|---|
| committer | Cornelia Huck | 2019-05-21 16:58:56 +0200 |
| commit | d9cb4336159a00bd0d9c81b93f02874ef3626057 (patch) | |
| tree | 6dfe5b09d5793559c20bcfd0729560e33150ad9c /include/standard-headers/linux/virtio_config.h | |
| parent | update-linux-headers: handle new header file (diff) | |
| download | qemu-d9cb4336159a00bd0d9c81b93f02874ef3626057.tar.gz qemu-d9cb4336159a00bd0d9c81b93f02874ef3626057.tar.xz qemu-d9cb4336159a00bd0d9c81b93f02874ef3626057.zip | |
linux headers: update against Linux 5.2-rc1
commit a188339ca5a396acc588e5851ed7e19f66b0ebd9
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Diffstat (limited to 'include/standard-headers/linux/virtio_config.h')
| -rw-r--r-- | include/standard-headers/linux/virtio_config.h | 6 |
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 24e30af5ec..9a69d9e242 100644 --- a/include/standard-headers/linux/virtio_config.h +++ b/include/standard-headers/linux/virtio_config.h @@ -79,6 +79,12 @@ #define VIRTIO_F_RING_PACKED 34 /* + * This feature indicates that memory accesses by the driver and the + * device are ordered in a way described by the platform. + */ +#define VIRTIO_F_ORDER_PLATFORM 36 + +/* * Does the device support Single Root I/O Virtualization? */ #define VIRTIO_F_SR_IOV 37 |
