qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 13/35] scsi: move tcq/ndev to SCSIBusOps (now SC


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 13/35] scsi: move tcq/ndev to SCSIBusOps (now SCSIBusInfo)
Date: Fri, 21 Oct 2011 14:21:51 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0) Gecko/20110927 Thunderbird/7.0

On 10/21/2011 02:01 PM, Kevin Wolf wrote:
>
>  -static const struct SCSIBusOps vscsi_scsi_ops = {
>  +static const struct SCSIBusInfo vscsi_scsi_info = {
>  +    .tcq = true,
>  +    .ndev = 63, /* logical unit addressing format */
This is a change from VSCSI_REQ_LIMIT = 24. This may be a bugfix or not
- I don't know the hardware - but it's matter for a separate patch.

Ok, will leave 24.

Paolo



reply via email to

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