diff options
author | Michael S. Tsirkin | 2017-01-13 17:27:21 +0100 |
---|---|---|
committer | Michael S. Tsirkin | 2017-01-18 21:59:54 +0100 |
commit | 9568700563151a5ce68fd7e61a38b72fbba7273d (patch) | |
tree | 5ec44c3fc88b526647794d415ce7965a795fe31f /linux-headers | |
parent | update-linux-headers.sh: support __bitwise (diff) | |
download | qemu-9568700563151a5ce68fd7e61a38b72fbba7273d.tar.gz qemu-9568700563151a5ce68fd7e61a38b72fbba7273d.tar.xz qemu-9568700563151a5ce68fd7e61a38b72fbba7273d.zip |
vhost: drop VHOST_F_DEVICE_IOTLB
Upstream does not have it, uses VIRTIO_F_IOMMU_PLATFORM
to signal support instead.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'linux-headers')
-rw-r--r-- | linux-headers/linux/vhost.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/linux-headers/linux/vhost.h b/linux-headers/linux/vhost.h index ac7a1f136a..1e86a3dd0d 100644 --- a/linux-headers/linux/vhost.h +++ b/linux-headers/linux/vhost.h @@ -172,8 +172,6 @@ struct vhost_memory { #define VHOST_F_LOG_ALL 26 /* vhost-net should add virtio_net_hdr for RX, and strip for TX packets. */ #define VHOST_NET_F_VIRTIO_NET_HDR 27 -/* Vhost have device IOTLB */ -#define VHOST_F_DEVICE_IOTLB 63 /* VHOST_SCSI specific definitions */ |