From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=51984 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OsXw4-0004z0-Aa for qemu-devel@nongnu.org; Mon, 06 Sep 2010 05:24:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OsXw0-0004zz-4P for qemu-devel@nongnu.org; Mon, 06 Sep 2010 05:24:20 -0400 Received: from demumfd002.nsn-inter.net ([93.183.12.31]:13851) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OsXvz-0004z4-Pk for qemu-devel@nongnu.org; Mon, 06 Sep 2010 05:24:16 -0400 Message-ID: <4C84B33A.8090104@nsn.com> Date: Mon, 06 Sep 2010 11:24:10 +0200 From: Bernhard Kohl MIME-Version: 1.0 References: <1283433095-10755-1-git-send-email-bernhard.kohl@nsn.com> <4C81172B.2010105@redhat.com> In-Reply-To: <4C81172B.2010105@redhat.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed 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: ext Kevin Wolf Cc: qemu-devel@nongnu.org Am 03.09.2010 17:41, schrieb ext Kevin Wolf: > 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 > Sorry for that. I'll resend the patch. Bernhard