summaryrefslogtreecommitdiffstats
path: root/include/hw/virtio
diff options
context:
space:
mode:
authorMarc-André Lureau2019-11-16 12:20:16 +0100
committerDr. David Alan Gilbert2019-12-13 11:38:58 +0100
commit703857348724319735d9be7b5b996e6445c6e6b9 (patch)
tree083979f7178d07c0ce8a54a481d9f085aad27920 /include/hw/virtio
parentUpdate version for v4.2.0 release (diff)
downloadqemu-703857348724319735d9be7b5b996e6445c6e6b9.tar.gz
qemu-703857348724319735d9be7b5b996e6445c6e6b9.tar.xz
qemu-703857348724319735d9be7b5b996e6445c6e6b9.zip
vhost-user-fs: remove "vhostfd" property
The property doesn't make much sense for a vhost-user device. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20191116112016.14872-1-marcandre.lureau@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Diffstat (limited to 'include/hw/virtio')
-rw-r--r--include/hw/virtio/vhost-user-fs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/virtio/vhost-user-fs.h b/include/hw/virtio/vhost-user-fs.h
index 539885b458..9ff1bdb7cf 100644
--- a/include/hw/virtio/vhost-user-fs.h
+++ b/include/hw/virtio/vhost-user-fs.h
@@ -28,7 +28,6 @@ typedef struct {
char *tag;
uint16_t num_request_queues;
uint16_t queue_size;
- char *vhostfd;
} VHostUserFSConf;
typedef struct {