From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:47710) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJOuy-0003hi-58 for qemu-devel@nongnu.org; Thu, 27 Oct 2011 08:18:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJOur-0006OA-Un for qemu-devel@nongnu.org; Thu, 27 Oct 2011 08:18:44 -0400 Received: from mail-wy0-f173.google.com ([74.125.82.173]:54742) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJOur-0006O3-P2 for qemu-devel@nongnu.org; Thu, 27 Oct 2011 08:18:37 -0400 Received: by wyh15 with SMTP id 15so3053532wyh.4 for ; Thu, 27 Oct 2011 05:18:37 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4EA93E53.3090302@redhat.com> References: <4EA93E53.3090302@redhat.com> Date: Thu, 27 Oct 2011 13:18:36 +0100 Message-ID: From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] virtio-scsi wiki feature page List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Anthony Liguori , Badari Pulavarty , qemu-devel On Thu, Oct 27, 2011 at 12:19 PM, Paolo Bonzini wrote= : > On 10/27/2011 12:49 PM, Stefan Hajnoczi wrote: >> >> I have created a virtio-scsi wiki feature page with links to Paolo's >> latest draft specification, our KVM Forum presentation, and code >> repos: >> >> http://wiki.qemu.org/Features/VirtioSCSI >> >> Paolo: v3 had some comments, is it a good time for a new revision of >> the draft specification? > > Yes. =A0I was waiting until I actually have an implementation, but anyway= here > it is, attached. =A0The changes are small: > > - additional failure kinds mapping more or less to Linux driver_statuses > > - defined the format of the LUN. =A0Unlike vSCSI, there's no support for > generic hierarchical LUNs. =A0A single LUN format is specified, that supp= orts > 256 targets and 16384 LUNs per target. > > - clarified multiqueue semantics > > I'm planning to update your LLD code to support these changes, but I'll > gladly accept that someone else does it. :) Okay, that sounds great. As I get back into virtio-scsi I'll let you know so we don't duplicate work. Stefan