]> git.proxmox.com Git - mirror_qemu.git/commit
scsi-disk: Use qdev_prop_drive_iothread
authorKevin Wolf <kwolf@redhat.com>
Fri, 26 Apr 2019 17:29:47 +0000 (19:29 +0200)
committerKevin Wolf <kwolf@redhat.com>
Tue, 4 Jun 2019 13:22:22 +0000 (15:22 +0200)
commit4f71fb436a6fbec7a7b2360cdba741deeb24be67
treeaf9c5c804a62cc93c2b5871d9467665fbcc5b1ef
parent307a5f60ebe0506a5b90f323fdcabb4333405484
scsi-disk: Use qdev_prop_drive_iothread

This makes use of qdev_prop_drive_iothread for scsi-disk so that the
disk can be attached to a node that is already in the target AioContext.
We need to check that the HBA actually supports iothreads, otherwise
scsi-disk must make sure that the node is already in the main
AioContext.

This changes the error message for conflicting iothread settings.
Previously, virtio-scsi produced the error message, now it comes from
blk_set_aio_context(). Update a test case accordingly.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
hw/scsi/scsi-disk.c
hw/scsi/virtio-scsi.c
include/hw/scsi/scsi.h
tests/qemu-iotests/240.out