From: Paolo Bonzini <pbonzini@redhat.com>
To: linux-kernel@vger.kernel.org,
"Michael S. Tsirkin" <mst@redhat.com>,
linux-scsi <linux-scsi@vger.kernel.org>
Cc: Rusty Russell <rusty@rustcorp.com.au>,
Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Subject: [PATCH v2 0/2] virtio-scsi driver
Date: Mon, 5 Dec 2011 18:29:17 +0100 [thread overview]
Message-ID: <1323106159-6562-1-git-send-email-pbonzini@redhat.com> (raw)
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 (and just
sent out)
- QEMU implementation at git://github.com/bonzini/qemu.git,
branch virtio-scsi (will send it out tomorrow)
Please review. It would be great if this could make it into 3.3.
Paolo Bonzini (2):
virtio-scsi: first version
virtio-scsi: add error handling
drivers/scsi/Kconfig | 8 +
drivers/scsi/Makefile | 1 +
drivers/scsi/virtio_scsi.c | 551 ++++++++++++++++++++++++++++++++++++++++++++
include/linux/virtio_scsi.h | 112 +++++++++++
include/linux/virtio_ids.h | 1 +
4 files changed, 673 insertions(+), 0 deletions(-)
create mode 100644 drivers/scsi/virtio_scsi.c
--
1.7.7.1
next reply other threads:[~2011-12-05 17:29 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-05 17:29 Paolo Bonzini [this message]
2011-12-05 17:29 ` [PATCH 1/2] virtio-scsi: first version Paolo Bonzini
2011-12-06 18:09 ` James Bottomley
2011-12-07 9:41 ` Paolo Bonzini
2011-12-07 14:35 ` James Bottomley
2011-12-08 13:09 ` Paolo Bonzini
2011-12-09 20:06 ` James Bottomley
2011-12-10 16:37 ` Paolo Bonzini
2011-12-05 17:29 ` [PATCH 2/2] virtio-scsi: add error handling Paolo Bonzini
2011-12-06 5:38 ` Mike Christie
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=1323106159-6562-1-git-send-email-pbonzini@redhat.com \
--to=pbonzini@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=mst@redhat.com \
--cc=rusty@rustcorp.com.au \
--cc=stefanha@linux.vnet.ibm.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox