qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 00/16] QEMU vhost-scsi support


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 00/16] QEMU vhost-scsi support
Date: Thu, 19 Apr 2012 10:43:51 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120329 Thunderbird/11.0.1

Il 19/04/2012 10:19, Zhi Yong Wu ha scritto:
>> >
>> > 2) The series uses vhost-scsi unconditionally, as far as I can tell.  So
> Perhaps there're some cleanup work to do, but it use vhost-scsi
> *conditionally*. In virtio_scsi_init(), you can see the code as below:
>     if (s->vhost_scsi) {
>         s->vdev.set_status = virtio_scsi_set_status;
>     }
> As you have seen, virtio_scsi_set_status will be used to trigger
> vhost_scsi function.

Ok, I was not sure if that was enough.

>> Even if it actually worked, you need to mention what happens if you
>> configure SCSI devices on the same virtio-scsi driver that uses vhost.
> OK, i will do this in next version.

You probably need to stop exposing the SCSI bus altogether if vhost is
chosen.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]