diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2019-11-16 15:20:16 +0400 |
---|---|---|
committer | Dr. David Alan Gilbert <dgilbert@redhat.com> | 2019-12-13 10:38:58 +0000 |
commit | 703857348724319735d9be7b5b996e6445c6e6b9 (patch) | |
tree | 083979f7178d07c0ce8a54a481d9f085aad27920 /include/hw/virtio | |
parent | b0ca999a43a22b38158a222233d3f5881648bb4f (diff) | |
download | qemu-703857348724319735d9be7b5b996e6445c6e6b9.zip qemu-703857348724319735d9be7b5b996e6445c6e6b9.tar.gz qemu-703857348724319735d9be7b5b996e6445c6e6b9.tar.bz2 |
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.h | 1 |
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 539885b..9ff1bdb 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 { |