qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: qemu-devel@nongnu.org, stefanha@linux.vnet.ibm.com
Subject: Re: [Qemu-devel] [RFC PATCH 0/4] virtio-scsi device model
Date: Tue, 15 Nov 2011 22:33:35 +0200	[thread overview]
Message-ID: <20111115203334.GA22427@redhat.com> (raw)
In-Reply-To: <1321376405-22776-1-git-send-email-pbonzini@redhat.com>

On Tue, Nov 15, 2011 at 06:00:01PM +0100, Paolo Bonzini wrote:
> Here is the first sneak peek of virtio-scsi.  It's on top of my scsi-sg
> branch at http://github.com/bonzini/qemu.  I'm more interested
> in getting early reviews in the virtio side, so I'm omitting the
> scsi-specific patches that introduce support for scatter/gather I/O
> in the SCSI layer.
> 
> What's missing is 1) support for writable config space, 2) testing TMF,
> 3) events; 4) migration.  The last two do not need to be in at the
> first commit, they can come later.
> 
> Tested lightly with a seabios driver (see the seabios ML).  The Linux
> driver will come next...

spec patches?

> Paolo Bonzini (2):
>   virtio-scsi: add basic SCSI bus operation
>   virtio-scsi: process control queue requests
> 
> Stefan Hajnoczi (2):
>   virtio-scsi: Add virtio-scsi stub device
>   virtio-scsi: Add basic request processing infrastructure
> 
>  Makefile.target         |    1 +
>  default-configs/pci.mak |    1 +
>  hw/pci.h                |    1 +
>  hw/virtio-pci.c         |   42 ++++
>  hw/virtio-pci.h         |    2 +
>  hw/virtio-scsi.c        |  502 +++++++++++++++++++++++++++++++++++++++++++++++
>  hw/virtio-scsi.h        |   28 +++
>  hw/virtio.h             |    3 +
>  8 files changed, 580 insertions(+), 0 deletions(-)
>  create mode 100644 hw/virtio-scsi.c
>  create mode 100644 hw/virtio-scsi.h
> 
> -- 
> 1.7.7.1

  parent reply	other threads:[~2011-11-15 21:04 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-15 17:00 [Qemu-devel] [RFC PATCH 0/4] virtio-scsi device model Paolo Bonzini
2011-11-15 17:00 ` [Qemu-devel] [PATCH 1/4] virtio-scsi: Add virtio-scsi stub device Paolo Bonzini
2011-11-15 17:00 ` [Qemu-devel] [PATCH 2/4] virtio-scsi: Add basic request processing infrastructure Paolo Bonzini
2011-11-16  8:28   ` Zhi Yong Wu
2011-11-16  8:29     ` Paolo Bonzini
2011-11-15 17:00 ` [Qemu-devel] [PATCH 3/4] virtio-scsi: add basic SCSI bus operation Paolo Bonzini
2011-11-15 17:00 ` [Qemu-devel] [PATCH 4/4] virtio-scsi: process control queue requests Paolo Bonzini
2011-11-15 20:33 ` Michael S. Tsirkin [this message]
2011-11-16  7:51   ` [Qemu-devel] [RFC PATCH 0/4] virtio-scsi device model 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=20111115203334.GA22427@redhat.com \
    --to=mst@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --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;
as well as URLs for NNTP newsgroup(s).