From: Eric Blake <eblake@redhat.com> Date: Fri, 12 May 2017 19:30:15 +0000 (-0500) Subject: block: Correct documentation for BLOCK_WRITE_THRESHOLD X-Git-Tag: v2.10.0-rc0~154^2~12 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=f85d66f47feffc1a223d8336022b17a3c7aafd47;p=users%2Fdwmw2%2Fqemu.git block: Correct documentation for BLOCK_WRITE_THRESHOLD Use the correct command name. Signed-off-by: Eric Blake <eblake@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> --- diff --git a/qapi/block-core.json b/qapi/block-core.json index ea0b3e8b13..309b1df214 100644 --- a/qapi/block-core.json +++ b/qapi/block-core.json @@ -3624,7 +3624,7 @@ # means the device should be extended to avoid pausing for # disk exhaustion. # The event is one shot. Once triggered, it needs to be -# re-registered with another block-set-threshold command. +# re-registered with another block-set-write-threshold command. # # @node-name: graph node name on which the threshold was exceeded. #