aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2021-03-15 19:23:00 +0000
committerPeter Maydell <peter.maydell@linaro.org>2021-03-15 19:23:00 +0000
commit2615a5e433aeb812c300d3a48e1a88e1303e2339 (patch)
tree3edfb705db68fb72bf6fa634ca08ffd8bd88efe3 /include
parente7c6a8cf9f5c82aa152273e1c9e80d07b1b0c32c (diff)
parentfb0b154c801e3447e505de420195fb7038695941 (diff)
downloadqemu-2615a5e433aeb812c300d3a48e1a88e1303e2339.zip
qemu-2615a5e433aeb812c300d3a48e1a88e1303e2339.tar.gz
qemu-2615a5e433aeb812c300d3a48e1a88e1303e2339.tar.bz2
Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request' into staging
Pull request # gpg: Signature made Mon 15 Mar 2021 09:50:58 GMT # gpg: using RSA key 8695A8BFD3F97CDAAC35775A9CA4ABB381AB73C8 # gpg: Good signature from "Stefan Hajnoczi <stefanha@redhat.com>" [full] # gpg: aka "Stefan Hajnoczi <stefanha@gmail.com>" [full] # Primary key fingerprint: 8695 A8BF D3F9 7CDA AC35 775A 9CA4 ABB3 81AB 73C8 * remotes/stefanha-gitlab/tags/block-pull-request: virtio-blk: Respect discard granularity Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include')
-rw-r--r--include/hw/virtio/virtio-blk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/virtio/virtio-blk.h b/include/hw/virtio/virtio-blk.h
index 214ab74..29655a4 100644
--- a/include/hw/virtio/virtio-blk.h
+++ b/include/hw/virtio/virtio-blk.h
@@ -41,6 +41,7 @@ struct VirtIOBlkConf
uint16_t num_queues;
uint16_t queue_size;
bool seg_max_adjust;
+ bool report_discard_granularity;
uint32_t max_discard_sectors;
uint32_t max_write_zeroes_sectors;
bool x_enable_wce_if_config_wce;