All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v16 0/2] virtio-crypto: virtio crypto device specification
@ 2017-01-18  8:22 Gonglei
  2017-01-18  8:22 ` [Qemu-devel] [PATCH v16 1/2] virtio-crypto: Add " Gonglei
  2017-01-18  8:22 ` [Qemu-devel] [PATCH v16 2/2] virtio-crypto: Add conformance clauses Gonglei
  0 siblings, 2 replies; 28+ messages in thread
From: Gonglei @ 2017-01-18  8:22 UTC (permalink / raw)
  To: qemu-devel, virtio-dev
  Cc: luonengjun, mst, cornelia.huck, stefanha, denglingli,
	Jani.Kokkonen, Ola.Liljedahl, Varun.Sethi, xin.zeng,
	brian.a.keating, liang.j.ma, john.griffin, weidong.huang,
	mike.caraman, agraf, claudio.fontana, jianjay.zhou, nmorey,
	vincent.jardin, wu.wubin, longpeng2, arei.gonglei, pasic,
	Gonglei

Changes since v15:
 - use feature bits for non-session mode in order to keep compatibility with
   pre-existing code. [Halil & Michael]
 - introduce VIRTIO_CRYPTO_F_ NON_SESSION_MODE feature bit to control all other
   non-session mode feature bits.
 - fix some typos. [Stefan]
 - introduce struct virtio_crypto_op_data_req_mux to support both session
   and non-session based crypto operations and keep compatibility with
   pre-existing code.

Changes since v14:
 - drop VIRTIO_CRYPTO_S_STARTED status [Halil & Cornelia]
 - correct a sentence about dataqueue and controlq in the first paragraph. [Halil]
 - change a MAY to MUST about max_dataqueues. [Halil]
 - add non-session mode support
   a) add four features for different crypto services to identify wheather support session mode.
   b) rewrite some

For pervious versions of virtio crypto spec, Pls see:

[v14]:
https://lists.gnu.org/archive/html/qemu-devel/2016-11/msg02212.html

[v13]:
https://lists.gnu.org/archive/html/qemu-devel/2016-10/msg07348.html

For more information, please see:
 http://qemu-project.org/Features/VirtioCrypto

Please help to review, thanks.

Gonglei (2):
  virtio-crypto: Add virtio crypto device specification
  virtio-crypto: Add conformance clauses

 conformance.tex   |   30 ++
 content.tex       |    2 +
 virtio-crypto.tex | 1245 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 1277 insertions(+)
 create mode 100644 virtio-crypto.tex

-- 
1.7.12.4

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

end of thread, other threads:[~2017-02-16  1:16 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-18  8:22 [Qemu-devel] [PATCH v16 0/2] virtio-crypto: virtio crypto device specification Gonglei
2017-01-18  8:22 ` [Qemu-devel] [PATCH v16 1/2] virtio-crypto: Add " Gonglei
2017-02-03 10:33   ` Stefan Hajnoczi
2017-02-03 15:37     ` Michael S. Tsirkin
2017-02-03 18:07       ` Halil Pasic
2017-02-13 13:41         ` Stefan Hajnoczi
2017-02-15 12:28           ` Halil Pasic
2017-02-06  1:48     ` Gonglei (Arei)
2017-02-06 15:46       ` Stefan Hajnoczi
2017-02-06 18:19         ` Michael S. Tsirkin
2017-02-07  0:59           ` Gonglei (Arei)
2017-02-08 14:27             ` Halil Pasic
2017-02-09  1:40               ` Gonglei (Arei)
2017-02-07 11:55           ` Halil Pasic
2017-02-07 11:39   ` [Qemu-devel] [virtio-dev] " Halil Pasic
2017-02-07 13:07     ` Cornelia Huck
2017-02-08  3:46       ` Gonglei (Arei)
2017-02-08 14:24         ` Halil Pasic
2017-02-09  2:29           ` Gonglei (Arei)
2017-02-15 12:01             ` Halil Pasic
2017-02-16  1:14               ` [Qemu-devel] [virtio-dev] " Gonglei (Arei)
2017-02-09 12:48         ` [Qemu-devel] " Cornelia Huck
2017-02-08  6:24     ` Gonglei (Arei)
2017-02-08 13:27       ` Halil Pasic
2017-02-09  3:08         ` [Qemu-devel] [virtio-dev] " Gonglei (Arei)
2017-01-18  8:22 ` [Qemu-devel] [PATCH v16 2/2] virtio-crypto: Add conformance clauses Gonglei
2017-02-03 10:33   ` Stefan Hajnoczi
2017-02-06  1:49     ` Gonglei (Arei)

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.