From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:59381) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qlhwq-00044H-0L for qemu-devel@nongnu.org; Tue, 26 Jul 2011 09:45:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qlhwp-0003f9-25 for qemu-devel@nongnu.org; Tue, 26 Jul 2011 09:45:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:27146) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qlhwo-0003f1-Q1 for qemu-devel@nongnu.org; Tue, 26 Jul 2011 09:45:23 -0400 Message-ID: <4E2EC5A0.2040000@redhat.com> Date: Tue, 26 Jul 2011 15:48:16 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1311346277-32329-1-git-send-email-hare@suse.de> In-Reply-To: <1311346277-32329-1-git-send-email-hare@suse.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/6][v2] Check for supported SCSI commands List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hannes Reinecke Cc: Alexander Graf , qemu-devel@nongnu.org, kvm@vger.kernel.org, Markus Armbruster Am 22.07.2011 16:51, schrieb Hannes Reinecke: > Markus Armbruster pointed out that not every SCSI command is supported > for a given device type. Based on his patch and suggestiongs this series > cleans up the SCSI device type and adds a check for supported commands. > > Hannes Reinecke (6): > scsi-disk: Codingstyle fixes > scsi: Remove references to SET_WINDOW > scsi: Remove REZERO_UNIT emulation > scsi: Sanitize command definitions > scsi-disk: Remove 'drive_kind' > scsi-disk: Check for supported commands > > hw/scsi-bus.c | 74 ++++++++++++--------- > hw/scsi-defs.h | 62 +++++++++++------- > hw/scsi-disk.c | 185 ++++++++++++++++++++++++++++++++++++++++------------- > hw/scsi-generic.c | 2 +- > 4 files changed, 221 insertions(+), 102 deletions(-) Thanks, applied patches 1-5 to the block branch. Please send v3 of patch 6 on top. Kevin