---
ioctls/vhost.c | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/ioctls/vhost.c b/ioctls/vhost.c
index 58a8b09..3842678 100644
--- a/ioctls/vhost.c
+++ b/ioctls/vhost.c
@@ -22,6 +22,21 @@ static const struct ioctl vhost_ioctls[] = {
IOCTL(VHOST_SET_VRING_CALL),
IOCTL(VHOST_SET_VRING_ERR),
IOCTL(VHOST_NET_SET_BACKEND),
+#ifdef VHOST_SCSI_SET_ENDPOINT
+ IOCTL(VHOST_SCSI_SET_ENDPOINT),
+#endif
+#ifdef VHOST_SCSI_CLEAR_ENDPOINT
+ IOCTL(VHOST_SCSI_CLEAR_ENDPOINT),
+#endif
+#ifdef VHOST_SCSI_GET_ABI_VERSION
+ IOCTL(VHOST_SCSI_GET_ABI_VERSION),
+#endif
+#ifdef VHOST_SCSI_SET_EVENTS_MISSED
+ IOCTL(VHOST_SCSI_SET_EVENTS_MISSED),
+#endif
+#ifdef VHOST_SCSI_GET_EVENTS_MISSED
+ IOCTL(VHOST_SCSI_GET_EVENTS_MISSED),
+#endif
};
static const char *const vhost_devs[] = {
--
1.8.1.4
--
To unsubscribe from this list: send the line "unsubscribe trinity" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html