diff options
author | Markus Armbruster <armbru@redhat.com> | 2017-05-09 12:56:01 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2017-06-06 08:46:12 +0200 |
commit | f6f55affd1f1a1e297296922a6cc1a1b0d922c95 (patch) | |
tree | 1853f84fcdd1851b5e52ca284416b95a5a0e368d /qapi | |
parent | 199e19ee538eb61fd08b1c1ee5aa838ebdcc968e (diff) |
block: Clarify documentation of BlockInfo member io-status
Say "SCSI except scsi-generic" instead of "scsi-disk", because
scsi-disk could mean either scsi-disk.c (which is correct) or device
model scsi-disk (which would be incorrect).
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <1494327362-30727-2-git-send-email-armbru@redhat.com>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'qapi')
-rw-r--r-- | qapi/block-core.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qapi/block-core.json b/qapi/block-core.json index 88a7471a23..f85c2235c7 100644 --- a/qapi/block-core.json +++ b/qapi/block-core.json @@ -449,7 +449,8 @@ # # @io-status: @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) +# (supported device models: virtio-blk, IDE, SCSI except +# scsi-generic) # # @inserted: @BlockDeviceInfo describing the device if media is # present |