All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	linux-scsi <linux-scsi@vger.kernel.org>,
	"kvm@vger.kernel.org" <kvm@vger.kernel.org>
Subject: Re: [PATCH v4 0/3] virtio-scsi driver
Date: Mon, 30 Jan 2012 09:48:43 +0100	[thread overview]
Message-ID: <4F26596B.6030703@redhat.com> (raw)
In-Reply-To: <1327077939-7084-1-git-send-email-pbonzini@redhat.com>

On 01/20/2012 05:45 PM, Paolo Bonzini wrote:
> This is the first implementation of the virtio-scsi driver, a virtual
> HBA that will be supported by KVM.  It implements a subset of the spec,
> in particular it does not implement asynchronous notifications for either
> LUN reset/removal/addition or CD-ROM media events, but it is already
> functional and usable.
>
> Other matching bits:
>
> - spec at http://people.redhat.com/pbonzini/virtio-spec.pdf
>
> - QEMU implementation at git://github.com/bonzini/qemu.git,
>    branch virtio-scsi
>
> Please review.  I would like this to be included in 3.3, since the
> possibility of regressions is obviously zero.
>
> Paolo Bonzini (3):
>    virtio-scsi: first version
>    virtio-scsi: add error handling
>    virtio-scsi: add power management support
>
> v3->v4: renamed VIRTIO_SCSI_S_UNDERRUN to VIRTIO_SCSI_S_OVERRUN;
>      fixed 32-bit compilation; added power management support;
>      adjusted calls to virtqueue_add_buf
>
>   drivers/scsi/Kconfig        |    8 +
>   drivers/scsi/Makefile       |    1 +
>   drivers/scsi/virtio_scsi.c  |  594 +++++++++++++++++++++++++++++++++++++++++++
>   include/linux/virtio_ids.h  |    1 +
>   include/linux/virtio_scsi.h |  114 +++++++++
>   5 files changed, 718 insertions(+), 0 deletions(-)
>   create mode 100644 drivers/scsi/virtio_scsi.c
>   create mode 100644 include/linux/virtio_scsi.h
>

Ping?

Paolo

  parent reply	other threads:[~2012-01-30  8:48 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-20 16:45 [PATCH v4 0/3] virtio-scsi driver Paolo Bonzini
2012-01-20 16:45 ` [PATCH v4 1/3] virtio-scsi: first version Paolo Bonzini
2012-01-20 16:45 ` [PATCH v4 2/3] virtio-scsi: add error handling Paolo Bonzini
2012-01-20 16:45 ` [PATCH v4 3/3] virtio-scsi: add power management support Paolo Bonzini
2012-01-30  8:48 ` Paolo Bonzini [this message]
2012-02-01  7:31   ` [PATCH v4 0/3] virtio-scsi driver Pekka Enberg
2012-02-01  8:13     ` Paolo Bonzini
2012-02-01  8:18       ` Pekka Enberg
2012-02-01  8:21         ` Paolo Bonzini

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=4F26596B.6030703@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.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.