[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] megasas: Update function megasys_scsi_uninit
From: |
Paolo Bonzini |
Subject: |
Re: [Qemu-devel] [PATCH] megasas: Update function megasys_scsi_uninit |
Date: |
Wed, 01 Aug 2012 09:38:19 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1 |
Il 01/08/2012 00:17, Hannes Reinecke ha scritto:
> Ad 2: no, the SAS address for the devices is _not_ the WWN.
> The WWN is the ID of the LUN, whereas the SAS address is the ID of the
> Target. So to be correct we would need to generate unique SAS addressed
> per target which needs to be different from the WWN.
Oh, that's even easier then, just delete all the get_wwn stuff and use
HBA address + 1 + sdev->id.
Paolo
> However, megasas does not need to present SAS addresses here; we can set
> the interface to PCI-E (instead of SAS) and just use the LUN number.
> Sadly I've yet to figure out the code for PCIE.
> (Doing it correctly involves staring a binary output and figuring the
> meaning of bits. Did I mention I don't have documentation for that beast?)
> That's what's stalled the patch for now.
- Re: [Qemu-devel] [PATCH] megasas: Update function megasys_scsi_uninit,
Paolo Bonzini <=