qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH V2 3/5] virtio-blk: disable scsi passthrough by


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH V2 3/5] virtio-blk: disable scsi passthrough by default
Date: Wed, 15 Jul 2015 14:47:24 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1


On 15/07/2015 14:21, Michael S. Tsirkin wrote:
>> > Disable scsi passthrough by default since it was incompatible with
>> > virtio 1.0. For legacy machine types, keep this on by default.
>> > 
>> > Cc: Stefan Hajnoczi <address@hidden>
>> > Cc: Kevin Wolf <address@hidden>
>> > Cc: address@hidden
>> > Signed-off-by: Jason Wang <address@hidden>
> Seems risky for 2.4.  modern is off by default for now. Can't we limit
> the change to when modern is enabled?

That would have the effect of disabling a feature when you turn on modern.

> I suggested changing this from bool to on/off/auto, and
> make auto mean !modern.

No, please do it like Jason did.  The SCSI feature effectively had to be
enabled explicitly already, the requests were marked as unsupported.

Paolo



reply via email to

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