qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v17 0/2] virtio-crypto: virtio crypto device specification
@ 2017-04-13  9:11 Gonglei
  2017-04-13  9:11 ` [Qemu-devel] [PATCH v17 1/2] virtio-crypto: Add " Gonglei
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Gonglei @ 2017-04-13  9:11 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, jasowang, nmorey, vincent.jardin, wu.wubin,
	arei.gonglei, pasic, zhbzg, eety.chen, amy.zhanghuimin,
	maoningning, Gonglei

Thanks to Stefan, Michael, Halil, Cornelia for reviewing. The v17 has some
big changes, so I don't add Stefan's R-by until I get a response for the
new version :)

v17 -> v16:
 - Some grammar fixes [Stefan, Halil, Michael]
 - add a section named "Supported crypto services" in order to explain bit
   numbers and valuse clearly. [Halil, Cornelia]
 - avoid word reptition [Halil]
 - rename non-session mode to stateless mode [Halil]
 - change descriptions for all elements in struct virtio_crypto_config [Halil]
 - add Halil as a reviewer in the ackonwledgement part, thanks for his work.
 - other fixes here and there.

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

 acknowledgements.tex |    1 +
 conformance.tex      |   29 ++
 content.tex          |    2 +
 virtio-crypto.tex    | 1305 ++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 1337 insertions(+)
 create mode 100644 virtio-crypto.tex

-- 
1.7.12.4

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

end of thread, other threads:[~2017-04-21 13:40 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-13  9:11 [Qemu-devel] [PATCH v17 0/2] virtio-crypto: virtio crypto device specification Gonglei
2017-04-13  9:11 ` [Qemu-devel] [PATCH v17 1/2] virtio-crypto: Add " Gonglei
2017-04-18 17:01   ` Stefan Hajnoczi
2017-04-19  6:01     ` Gonglei (Arei)
2017-04-20 10:04   ` [Qemu-devel] [virtio-dev] " Stefan Hajnoczi
2017-04-20 13:11     ` Gonglei (Arei)
2017-04-21 13:07   ` Stefan Hajnoczi
2017-04-21 13:39     ` Gonglei (Arei)
2017-04-13  9:11 ` [Qemu-devel] [PATCH v17 2/2] virtio-crypto: Add conformance clauses Gonglei
2017-04-21  6:09 ` [Qemu-devel] Require for English style review (was RE: [PATCH v17 0/2] virtio-crypto: virtio crypto device specification) Gonglei (Arei)

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).