Signed-off-by: Fam Zheng <f...@redhat.com> --- qapi/block-core.json | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/qapi/block-core.json b/qapi/block-core.json index 033457c..b9b8002 100644 --- a/qapi/block-core.json +++ b/qapi/block-core.json @@ -2880,6 +2880,8 @@ # (default: false) # @detect-zeroes: detect and optimize zero writes (Since 2.1) # (default: off) +# @force-shared-write: enforce shared write permission on added nodes +# (Since 2.10) # # Remaining options are determined by the block driver. # @@ -2891,6 +2893,7 @@ '*discard': 'BlockdevDiscardOptions', '*cache': 'BlockdevCacheOptions', '*read-only': 'bool', + '*force-shared-write': 'bool', '*detect-zeroes': 'BlockdevDetectZeroesOptions' }, 'discriminator': 'driver', 'data': { -- 2.9.3