]> www.infradead.org Git - users/dwmw2/qemu.git/commitdiff
block: Clarify documentation of BlockInfo member io-status
authorMarkus Armbruster <armbru@redhat.com>
Tue, 9 May 2017 10:56:01 +0000 (12:56 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 6 Jun 2017 06:46:12 +0000 (08:46 +0200)
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>
qapi/block-core.json

index 88a7471a23b696e354eef7e99c8778db4a8cade1..f85c2235c7c3ceff78d80b3ac3188a68a95ecfef 100644 (file)
 #
 # @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