[Qemu-devel] [PATCH 0/2] scsi: Minor cleanups around scsi-disk

Markus Armbruster posted 2 patches 6 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1494327362-30727-1-git-send-email-armbru@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
qapi/block-core.json     | 3 ++-
tests/virtio-scsi-test.c | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
[Qemu-devel] [PATCH 0/2] scsi: Minor cleanups around scsi-disk
Posted by Markus Armbruster 6 years, 11 months ago
Markus Armbruster (2):
  block: Clarify documentation of BlockInfo member io-status
  virtio-scsi-test: Use scsi-hd instead of legacy scsi-disk

 qapi/block-core.json     | 3 ++-
 tests/virtio-scsi-test.c | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

-- 
2.7.4


Re: [Qemu-devel] [PATCH 0/2] scsi: Minor cleanups around scsi-disk
Posted by Paolo Bonzini 6 years, 11 months ago

On 09/05/2017 12:56, Markus Armbruster wrote:
> Markus Armbruster (2):
>   block: Clarify documentation of BlockInfo member io-status
>   virtio-scsi-test: Use scsi-hd instead of legacy scsi-disk
> 
>  qapi/block-core.json     | 3 ++-
>  tests/virtio-scsi-test.c | 2 +-
>  2 files changed, 3 insertions(+), 2 deletions(-)
> 

Acked-by: Paolo Bonzini <pbonzini@redhat.com>