All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nikos Dragazis <ndragazis@arrikto.com>
To: virtio-dev@lists.oasis-open.org
Cc: Stefan Hajnoczi <stefanha@redhat.com>,
	"Dr . David Alan Gilbert" <dgilbert@redhat.com>,
	Vangelis Koukis <vkoukis@arrikto.com>
Subject: [virtio-dev] [PATCH v4 0/5] introduce virtio vhost-user backend device type
Date: Tue, 25 Jun 2019 02:29:52 +0300	[thread overview]
Message-ID: <1561418997-24608-1-git-send-email-ndragazis@arrikto.com> (raw)

Hi everyone,

this PATCH presents an updated version of the RFC virtio device spec for
the virtio-vhost-user device. The initial RFC implementation can be
found here: [1].

In this fourth version of the patch series I have added comformance
targets for the virtio-vhost-user device via a separate commit. I have
also updated the link for the vhost-user protocol specification located
in QEMU's git repo, since it has been reformatted from plain text into
restructured text.

v4 changes:
 * Add comformance targets for the virtio-vhost-user device.
 * Update the reference link for the vhost-user protocol specification.

v3 changes:
 * Device Requirements for the Notification Capability: point out the
   difference between the MSI-X Table Size stored in the Message Control
   register of the MSI-X capability structure and the actual MSI-X Table
   Size

v2 changes:
 * Change device id from #25 to #28

Looking forward to your comments.

Thanks,
Nikos

[1] https://lists.oasis-open.org/archives/virtio-dev/201801/msg00110.html

Nikos Dragazis (4):
  vhost-user: minor fixes
  vhost-user: add requirements for the notification capability
  vhost-user: update shared memory capability
  vhost-user: add conformance targets and clauses

Stefan Hajnoczi (1):
  vhost-user: add vhost-user device type

 conformance.tex       |  24 +++-
 content.tex           |   3 +
 introduction.tex      |   1 +
 virtio-vhost-user.tex | 349 ++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 375 insertions(+), 2 deletions(-)
 create mode 100644 virtio-vhost-user.tex

-- 
2.7.4


---------------------------------------------------------------------
To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org


             reply	other threads:[~2019-06-24 23:30 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-24 23:29 Nikos Dragazis [this message]
2019-06-24 23:29 ` [virtio-dev] [PATCH v4 1/5] vhost-user: add vhost-user device type Nikos Dragazis
2019-06-24 23:29 ` [virtio-dev] [PATCH v4 2/5] vhost-user: minor fixes Nikos Dragazis
2019-06-24 23:29 ` [virtio-dev] [PATCH v4 3/5] vhost-user: add requirements for the notification capability Nikos Dragazis
2019-06-24 23:29 ` [virtio-dev] [PATCH v4 4/5] vhost-user: update shared memory capability Nikos Dragazis
2019-06-24 23:29 ` [virtio-dev] [PATCH v4 5/5] vhost-user: add conformance targets and clauses Nikos Dragazis

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=1561418997-24608-1-git-send-email-ndragazis@arrikto.com \
    --to=ndragazis@arrikto.com \
    --cc=dgilbert@redhat.com \
    --cc=stefanha@redhat.com \
    --cc=virtio-dev@lists.oasis-open.org \
    --cc=vkoukis@arrikto.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 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.