diff mbox

[RFC,1/3] qapi: block-core.json: improve query-block doc

Message ID 1406121438-23083-2-git-send-email-lcapitulino@redhat.com
State New
Headers show

Commit Message

Luiz Capitulino July 23, 2014, 1:17 p.m. UTC
List device models supporting the io-status key.

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
---
 qapi/block-core.json | 1 +
 1 file changed, 1 insertion(+)

Comments

Eric Blake Aug. 5, 2014, 12:13 p.m. UTC | #1
On 07/23/2014 07:17 AM, Luiz Capitulino wrote:
> List device models supporting the io-status key.
> 
> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
> ---
>  qapi/block-core.json | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/qapi/block-core.json b/qapi/block-core.json
> index e378653..1069679 100644
> --- a/qapi/block-core.json
> +++ b/qapi/block-core.json
> @@ -332,6 +332,7 @@
>  #
>  # @io-status: #optional @BlockDeviceIoStatus. Only present if the device
>  #             supports it and the VM is configured to stop on errors
> +#             (supported device models: virtio-blk, ide, scsi-disk)

Hopefully this list gets larger over time.

Reviewed-by: Eric Blake <eblake@redhat.com>
diff mbox

Patch

diff --git a/qapi/block-core.json b/qapi/block-core.json
index e378653..1069679 100644
--- a/qapi/block-core.json
+++ b/qapi/block-core.json
@@ -332,6 +332,7 @@ 
 #
 # @io-status: #optional @BlockDeviceIoStatus. Only present if the device
 #             supports it and the VM is configured to stop on errors
+#             (supported device models: virtio-blk, ide, scsi-disk)
 #
 # @inserted: #optional @BlockDeviceInfo describing the device if media is
 #            present