From: Michael S. Tsirkin Date: Fri, 13 Jan 2017 16:27:21 +0000 (+0200) Subject: vhost: drop VHOST_F_DEVICE_IOTLB X-Git-Tag: v2.9.0-rc0~142^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9568700563151a5ce68fd7e61a38b72fbba7273d;p=thirdparty%2Fqemu.git 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 --- diff --git a/linux-headers/linux/vhost.h b/linux-headers/linux/vhost.h index ac7a1f136a6..1e86a3dd0d5 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 */