aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2019-11-16 15:20:16 +0400
committerDr. David Alan Gilbert <dgilbert@redhat.com>2019-12-13 10:38:58 +0000
commit703857348724319735d9be7b5b996e6445c6e6b9 (patch)
tree083979f7178d07c0ce8a54a481d9f085aad27920 /hw/virtio
parentb0ca999a43a22b38158a222233d3f5881648bb4f (diff)
downloadqemu-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 'hw/virtio')
-rw-r--r--hw/virtio/vhost-user-fs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/virtio/vhost-user-fs.c b/hw/virtio/vhost-user-fs.c
index f0df7f4..ca0b7fc 100644
--- a/hw/virtio/vhost-user-fs.c
+++ b/hw/virtio/vhost-user-fs.c
@@ -263,7 +263,6 @@ static Property vuf_properties[] = {
DEFINE_PROP_UINT16("num-request-queues", VHostUserFS,
conf.num_request_queues, 1),
DEFINE_PROP_UINT16("queue-size", VHostUserFS, conf.queue_size, 128),
- DEFINE_PROP_STRING("vhostfd", VHostUserFS, conf.vhostfd),
DEFINE_PROP_END_OF_LIST(),
};