Re: [Qemu-devel] [PATCH 2/4] megasas: LSI MegaRAID SAS HBA emulation

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

 



   Hi,

> +    /* The current Qemu infrastructure allows only for LUN 0 */
> +    if (lun == 0&&  target<  MAX_RAID_DEVS)
> +	cmd->lun =&s->luns[target];

One more thing which should be fixed in qemu instead of worked around in 
your driver.  After all even good old parallel scsi knows multiple luns. 
  Guess this is how you end up with 128 scsi devices (16 ids with 8 luns 
each)?

cheers,
   Gerd
_______________________________________________
Virtualization mailing list
Virtualization@xxxxxxxxxxxxxxxxxxxxxxxxxx
https://lists.linux-foundation.org/mailman/listinfo/virtualization

[Index of Archives]     [KVM Development]     [Libvirt Development]     [Libvirt Users]     [CentOS Virtualization]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux