All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kevin Wolf <kwolf@redhat.com>
To: Hannes Reinecke <hare@suse.de>
Cc: qemu-devel@nongnu.org, Markus Armbruster <armbru@redhat.com>,
	kvm@vger.kernel.org, Alexander Graf <agraf@suse.de>
Subject: Re: [PATCH 0/6][v2] Check for supported SCSI commands
Date: Tue, 26 Jul 2011 15:48:16 +0200	[thread overview]
Message-ID: <4E2EC5A0.2040000@redhat.com> (raw)
In-Reply-To: <1311346277-32329-1-git-send-email-hare@suse.de>

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

WARNING: multiple messages have this Message-ID (diff)
From: Kevin Wolf <kwolf@redhat.com>
To: Hannes Reinecke <hare@suse.de>
Cc: Alexander Graf <agraf@suse.de>,
	qemu-devel@nongnu.org, kvm@vger.kernel.org,
	Markus Armbruster <armbru@redhat.com>
Subject: Re: [Qemu-devel] [PATCH 0/6][v2] Check for supported SCSI commands
Date: Tue, 26 Jul 2011 15:48:16 +0200	[thread overview]
Message-ID: <4E2EC5A0.2040000@redhat.com> (raw)
In-Reply-To: <1311346277-32329-1-git-send-email-hare@suse.de>

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

  parent reply	other threads:[~2011-07-26 13:45 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-22 14:51 [PATCH 0/6][v2] Check for supported SCSI commands Hannes Reinecke
2011-07-22 14:51 ` [Qemu-devel] " Hannes Reinecke
2011-07-22 14:51 ` [PATCH 1/6] scsi-disk: Codingstyle fixes Hannes Reinecke
2011-07-22 14:51   ` [Qemu-devel] " Hannes Reinecke
2011-07-22 14:51 ` [PATCH 2/6] scsi: Remove references to SET_WINDOW Hannes Reinecke
2011-07-22 14:51   ` [Qemu-devel] " Hannes Reinecke
2011-07-22 14:51 ` [PATCH 3/6] scsi: Remove REZERO_UNIT emulation Hannes Reinecke
2011-07-22 14:51   ` [Qemu-devel] " Hannes Reinecke
2011-07-22 14:51 ` [PATCH 4/6] scsi: Sanitize command definitions Hannes Reinecke
2011-07-22 14:51   ` [Qemu-devel] " Hannes Reinecke
2011-07-22 14:51 ` [PATCH 5/6] scsi-disk: Remove 'drive_kind' Hannes Reinecke
2011-07-22 14:51   ` [Qemu-devel] " Hannes Reinecke
2011-07-25 15:59   ` Markus Armbruster
2011-07-25 15:59     ` Markus Armbruster
2011-07-26  6:21     ` Hannes Reinecke
2011-07-26  6:21       ` Hannes Reinecke
2011-07-26  6:38       ` Markus Armbruster
2011-07-26  6:46         ` Hannes Reinecke
2011-07-22 14:51 ` [PATCH 6/6] scsi-disk: Check for supported commands Hannes Reinecke
2011-07-22 14:51   ` [Qemu-devel] " Hannes Reinecke
2011-07-26 13:07   ` Kevin Wolf
2011-07-26 13:07     ` [Qemu-devel] " Kevin Wolf
2011-07-26 13:15     ` Hannes Reinecke
2011-07-26 13:15       ` [Qemu-devel] " Hannes Reinecke
2011-07-26 13:20   ` Christoph Hellwig
2011-07-26 13:20     ` Christoph Hellwig
2011-07-27  6:15     ` Markus Armbruster
2011-07-27  6:15       ` [Qemu-devel] " Markus Armbruster
2011-07-26 13:46   ` Kevin Wolf
2011-07-26 13:46     ` [Qemu-devel] " Kevin Wolf
2011-07-26 14:19     ` Hannes Reinecke
2011-07-26 14:19       ` [Qemu-devel] " Hannes Reinecke
2011-07-25 16:04 ` [PATCH 0/6][v2] Check for supported SCSI commands Markus Armbruster
2011-07-25 16:04   ` [Qemu-devel] " Markus Armbruster
2011-07-26  6:18   ` Hannes Reinecke
2011-07-26  6:18     ` Hannes Reinecke
2011-07-26 13:48 ` Kevin Wolf [this message]
2011-07-26 13:48   ` Kevin Wolf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E2EC5A0.2040000@redhat.com \
    --to=kwolf@redhat.com \
    --cc=agraf@suse.de \
    --cc=armbru@redhat.com \
    --cc=hare@suse.de \
    --cc=kvm@vger.kernel.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.