From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:42970) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwV9R-0005FC-Ih for qemu-devel@nongnu.org; Wed, 01 Aug 2012 05:23:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SwV9N-00027L-N6 for qemu-devel@nongnu.org; Wed, 01 Aug 2012 05:23:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:11980) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwV9N-00027G-Ey for qemu-devel@nongnu.org; Wed, 01 Aug 2012 05:23:29 -0400 Message-ID: <5018F58C.1010107@redhat.com> Date: Wed, 01 Aug 2012 11:23:24 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1343812324-17560-1-git-send-email-hare@suse.de> <5018F4A9.4000504@suse.de> In-Reply-To: <5018F4A9.4000504@suse.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] megasas: static SAS addresses List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hannes Reinecke Cc: Alexander Graf , Dor Laor , qemu-devel@nongnu.org, Anthony Liguori , Andreas Faerber Il 01/08/2012 11:19, Hannes Reinecke ha scritto: >> > +#define IEEE_COMPANY_QUMRANET 0x001A4AULL >> > + > Something worth of note: > To generate a valid SAS address I need an IEEE number. > > I seem to remember Qumranet donated their PCI id for KVM use. > I don't actually know if that donation extends to the IEEE number, > too. If not then obviously I would need to use another one here. Alternatively, the 52:54:00 local ID could be used. It's what we use for MAC addresses. > Who would be best in a position to answer this? Adding Dor for good measure. Paolo