All of lore.kernel.org
 help / color / mirror / Atom feed
* [virtio-dev] [PATCH v4 0/5] introduce virtio vhost-user backend device type
@ 2019-06-24 23:29 Nikos Dragazis
  2019-06-24 23:29 ` [virtio-dev] [PATCH v4 1/5] vhost-user: add vhost-user " Nikos Dragazis
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Nikos Dragazis @ 2019-06-24 23:29 UTC (permalink / raw)
  To: virtio-dev; +Cc: Stefan Hajnoczi, Dr . David Alan Gilbert, Vangelis Koukis

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-06-24 23:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-24 23:29 [virtio-dev] [PATCH v4 0/5] introduce virtio vhost-user backend device type Nikos Dragazis
2019-06-24 23:29 ` [virtio-dev] [PATCH v4 1/5] vhost-user: add vhost-user " 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

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.