From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=41190 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OrYOH-0008Rr-LU for qemu-devel@nongnu.org; Fri, 03 Sep 2010 11:41:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OrYOG-00079H-Ko for qemu-devel@nongnu.org; Fri, 03 Sep 2010 11:41:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:3610) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OrYOG-00079D-Cj for qemu-devel@nongnu.org; Fri, 03 Sep 2010 11:41:20 -0400 Message-ID: <4C81172B.2010105@redhat.com> Date: Fri, 03 Sep 2010 17:41:31 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1283433095-10755-1-git-send-email-bernhard.kohl@nsn.com> In-Reply-To: <1283433095-10755-1-git-send-email-bernhard.kohl@nsn.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] scsi-disk: add some optional scsi commands List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bernhard Kohl Cc: qemu-devel@nongnu.org Am 02.09.2010 15:11, schrieb Bernhard Kohl: > I use a legacy OS which depends on some optional SCSI commands. > In fact this implementation does nothing special, but provides minimum > support for the following commands: > > REZERO UNIT > WRITE AND VERIFY(10) > WRITE AND VERIFY(12) > WRITE AND VERIFY(16) > MODE SELECT(6) > MODE SELECT(10) > SEEK(6) > SEEK(10) You forgot the SoB line on this one. Looks good otherwise. Kevin