summary refs log tree commit diff stats
path: root/include
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2019-12-13 15:58:53 +0000
committerPeter Maydell <peter.maydell@linaro.org>2019-12-13 15:58:54 +0000
commit4148d142a8cbbce10bb77e560997ae6b482e5edf (patch)
tree5f362f14ad4082752669986747809542c7da49a1 /include
parent35081f79fa8cd79f025aed0a906d4772598d536d (diff)
parent366844f3d1329c6423dd752891a28ccb3ee8fddd (diff)
downloadfocaccia-qemu-4148d142a8cbbce10bb77e560997ae6b482e5edf.tar.gz
focaccia-qemu-4148d142a8cbbce10bb77e560997ae6b482e5edf.zip
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-virtiofs-20191213a' into staging
virtiofs pull 2019-12-13: Minor fixes and cleanups

Cleanup from Marc-André and MSI-X fix from Stefan.

# gpg: Signature made Fri 13 Dec 2019 11:53:49 GMT
# gpg:                using RSA key 45F5C71B4A0CB7FB977A9FA90516331EBC5BFDE7
# gpg: Good signature from "Dr. David Alan Gilbert (RH2) <dgilbert@redhat.com>" [full]
# Primary key fingerprint: 45F5 C71B 4A0C B7FB 977A  9FA9 0516 331E BC5B FDE7

* remotes/dgilbert/tags/pull-virtiofs-20191213a:
  virtio-fs: fix MSI-X nvectors calculation
  vhost-user-fs: remove "vhostfd" property

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include')
-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 {