qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Felipe Franciosi <felipe@nutanix.com>
To: Paolo Bonzini <pbonzini@redhat.com>,
	Stefan Hajnoczi <stefanha@redhat.com>,
	Marc-Andre Lureau <marcandre.lureau@redhat.com>,
	"Michael S. Tsirkin" <mst@redhat.com>
Cc: qemu-devel@nongnu.org, Felipe Franciosi <felipe@nutanix.com>
Subject: [Qemu-devel] [PATCH 0/2] Introduce vhost-user-scsi and sample application
Date: Wed, 26 Oct 2016 08:26:24 -0700	[thread overview]
Message-ID: <1477495586-5508-1-git-send-email-felipe@nutanix.com> (raw)

Based on various discussions on the 2016 KVM Forum, I'm sending over a
vhost-user-scsi implementation for your consideration.

This patch set introduces a new vhost-user SCSI device. While heavily
based on vhost-scsi, it is implemented using vhost's userspace
counterpart. The device has been coded and tested to work with live
migration.

A sample application based on the newly introduced libvhost-user is
also included. It makes use of libiscsi for simplicity.

For convenience, I'm maintaining an up-to-date version of these
patches (including some necessary fixes for libvhost-user still under
discussion) on:

https://github.com/franciozzy/qemu/tree/vus-upstream

See the individual patches for build and use instructions.

Signed-off-by: Felipe Franciosi <felipe@nutanix.com>


Felipe Franciosi (2):
  vus: Introduce vhost-user-scsi host device
  vus: Introduce a vhost-user-scsi sample application

 configure                           |  10 +
 hw/scsi/Makefile.objs               |   1 +
 hw/scsi/vhost-user-scsi.c           | 299 +++++++++++++
 hw/virtio/virtio-pci.c              |  58 +++
 hw/virtio/virtio-pci.h              |  15 +
 include/hw/virtio/vhost-user-scsi.h |  45 ++
 include/hw/virtio/virtio-scsi.h     |   5 +
 tests/Makefile.include              |   2 +
 tests/vhost-user-scsi.c             | 862 ++++++++++++++++++++++++++++++++++++
 9 files changed, 1297 insertions(+)
 create mode 100644 hw/scsi/vhost-user-scsi.c
 create mode 100644 include/hw/virtio/vhost-user-scsi.h
 create mode 100644 tests/vhost-user-scsi.c

-- 
1.9.4

             reply	other threads:[~2016-10-26 15:26 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-26 15:26 Felipe Franciosi [this message]
2016-10-26 15:26 ` [Qemu-devel] [PATCH 1/2] vus: Introduce vhost-user-scsi host device Felipe Franciosi
2016-10-27 12:12   ` Paolo Bonzini
2016-10-26 15:26 ` [Qemu-devel] [PATCH 2/2] vus: Introduce a vhost-user-scsi sample application Felipe Franciosi
2016-10-27 12:16   ` Paolo Bonzini
2016-10-27 12:48     ` Felipe Franciosi
2016-10-27 12:58       ` 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=1477495586-5508-1-git-send-email-felipe@nutanix.com \
    --to=felipe@nutanix.com \
    --cc=marcandre.lureau@redhat.com \
    --cc=mst@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@redhat.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).