Skip to content

Commit

Permalink
vhost: drop VHOST_F_DEVICE_IOTLB
Browse files Browse the repository at this point in the history
Upstream does not have it, uses VIRTIO_F_IOMMU_PLATFORM
to signal support instead.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
  • Loading branch information
mstsirkin committed Jan 18, 2017
1 parent ed219c4 commit 9568700
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions linux-headers/linux/vhost.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down

0 comments on commit 9568700

Please sign in to comment.