summaryrefslogtreecommitdiffstats
path: root/hw/scsi/virtio-scsi.c
diff options
context:
space:
mode:
authorFam Zheng <famz@redhat.com>2014-09-23 15:49:30 +0800
committerPaolo Bonzini <pbonzini@redhat.com>2014-09-30 11:11:20 +0200
commit9786b592a93e557e575ea6f18ee1e1fc6d68dc7b (patch)
tree1a0c3e1921718c14b9b1933e3a8ac178235a3ce0 /hw/scsi/virtio-scsi.c
parent5170f40b102bcabed54e8fa8ec86957e35c41d41 (diff)
downloadhqemu-9786b592a93e557e575ea6f18ee1e1fc6d68dc7b.zip
hqemu-9786b592a93e557e575ea6f18ee1e1fc6d68dc7b.tar.gz
virtio-scsi: Process ".iothread" property
We are ready, now let's effectively enable dataplane. Signed-off-by: Fam Zheng <famz@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/scsi/virtio-scsi.c')
-rw-r--r--hw/scsi/virtio-scsi.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/scsi/virtio-scsi.c b/hw/scsi/virtio-scsi.c
index 09a39cb..fa36e23 100644
--- a/hw/scsi/virtio-scsi.c
+++ b/hw/scsi/virtio-scsi.c
@@ -754,6 +754,10 @@ void virtio_scsi_common_realize(DeviceState *dev, Error **errp,
s->cmd_vqs[i] = virtio_add_queue(vdev, VIRTIO_SCSI_VQ_SIZE,
cmd);
}
+
+ if (s->conf.iothread) {
+ virtio_scsi_set_iothread(VIRTIO_SCSI(s), s->conf.iothread);
+ }
}
/* Disable dataplane thread during live migration since it does not
OpenPOWER on IntegriCloud