~pmdj/ubuntu/trusty/qemu/2.9+applesmc+fadtv3

« back to all changes in this revision

Viewing changes to linux-headers/linux/vhost.h

  • Committer: Phil Dennis-Jordan
  • Date: 2017-07-21 08:03:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: phil@philjordan.eu-20170721080343-2yr2vdj7713czahv
New upstream release 2.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
172
172
#define VHOST_F_LOG_ALL 26
173
173
/* vhost-net should add virtio_net_hdr for RX, and strip for TX packets. */
174
174
#define VHOST_NET_F_VIRTIO_NET_HDR 27
175
 
/* Vhost have device IOTLB */
176
 
#define VHOST_F_DEVICE_IOTLB 63
177
175
 
178
176
/* VHOST_SCSI specific definitions */
179
177