summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDaniil Tatianin2022-09-06 09:31:10 +0200
committerMichael S. Tsirkin2022-10-07 15:41:51 +0200
commitf1c25f295dc784a2e8270d94c8d12d8a55a0882c (patch)
tree2d9f8b09f459365d352ee85c1fcf25db391d07ad /include
parentvhost-user-blk: make it possible to disable write-zeroes/discard (diff)
downloadqemu-f1c25f295dc784a2e8270d94c8d12d8a55a0882c.tar.gz
qemu-f1c25f295dc784a2e8270d94c8d12d8a55a0882c.tar.xz
qemu-f1c25f295dc784a2e8270d94c8d12d8a55a0882c.zip
vhost-user-blk: make 'config_wce' part of 'host_features'
No reason to have this be a separate field. This also makes it more akin to what the virtio-blk device does. Signed-off-by: Daniil Tatianin <d-tatianin@yandex-team.ru> Reviewed-by: Raphael Norwitz <raphael.norwitz@nutanix.com> Message-Id: <20220906073111.353245-5-d-tatianin@yandex-team.ru> Reviewed-by: Raphael Norwitz <raphael.norwitz@nutanix.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/hw/virtio/vhost-user-blk.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/virtio/vhost-user-blk.h b/include/hw/virtio/vhost-user-blk.h
index 7c91f15040..ea085ee1ed 100644
--- a/include/hw/virtio/vhost-user-blk.h
+++ b/include/hw/virtio/vhost-user-blk.h
@@ -34,7 +34,6 @@ struct VHostUserBlk {
struct virtio_blk_config blkcfg;
uint16_t num_queues;
uint32_t queue_size;
- uint32_t config_wce;
struct vhost_dev dev;
struct vhost_inflight *inflight;
VhostUserState vhost_user;