RE: [virtio-dev] [PATCH v2] Add virtio rpmb device specification

2019-07-31 Thread Huang, Yang
> > */ > > struct rpmb_frame_jdec { > > __u8 stuff[196]; > > __u8 key_mac[32]; > > __u8 data[256]; > > __u8 nonce[16]; > > __be32 write_counter; > > __be16 addr; > > __be16 block_count; > > __be16 result; > > __be16

RE: [virtio-dev] [PATCH v2] Add virtio rpmb device specification

2019-07-31 Thread Huang, Yang
> -Original Message- > From: virtio-dev@lists.oasis-open.org [mailto:virtio-dev@lists.oasis-open.org] > On Behalf Of Stefan Hajnoczi > Sent: Wednesday, July 31, 2019 22:57 > To: Huang, Yang > Cc: virtio-dev@lists.oasis-open.org; m...@redhat.com; Zhu, Bing > ; Winkler, Tomas > Subject:

Re: [virtio-dev] [PATCH v3 0/4] introduce virtio vhost-user backend device type

2019-07-31 Thread Michael S. Tsirkin
On Wed, Jul 31, 2019 at 05:49:57PM +0300, Nikos Dragazis wrote: > On 21/6/19 11:43 μ.μ., Michael S. Tsirkin wrote: > > On Wed, Jun 19, 2019 at 03:54:30PM +0100, Stefan Hajnoczi wrote: > >> On Sat, May 11, 2019 at 09:47:36PM +0300, Nikos Dragazis wrote: > >>> Hi everyone, > >>> > >>> this PATCH pres

Re: [virtio-dev] [PATCH v2] Add virtio rpmb device specification

2019-07-31 Thread Cornelia Huck
On Wed, 31 Jul 2019 14:41:56 + "Huang, Yang" wrote: > > > --- > > > conformance.tex | 19 ++- > > > content.tex | 3 ++ > > > virtio-rpmb.tex | 100 > > > > > > 3 files changed, 121 insertions(+), 1 deletion(-) create m

Re: [virtio-dev] [PATCH v2] Add virtio rpmb device specification

2019-07-31 Thread Stefan Hajnoczi
On Tue, Jul 30, 2019 at 09:46:14PM +0800, Huang Yang wrote: > It is a virtio based RPMB (Replay Protected Memory Block) device. Please include the request structs. There is not enough information in this spec to implement the device. > +\devicenormative{\subsubsection}{Device Operation}{Device T

Re: [virtio-dev] [PATCH v3 0/4] introduce virtio vhost-user backend device type

2019-07-31 Thread Nikos Dragazis
On 21/6/19 11:43 μ.μ., Michael S. Tsirkin wrote: > On Wed, Jun 19, 2019 at 03:54:30PM +0100, Stefan Hajnoczi wrote: >> On Sat, May 11, 2019 at 09:47:36PM +0300, Nikos Dragazis wrote: >>> Hi everyone, >>> >>> this PATCH presents an updated version of the RFC virtio device spec for >>> the virtio-vho

RE: [virtio-dev] [PATCH v2] Add virtio rpmb device specification

2019-07-31 Thread Huang, Yang
> > --- > > conformance.tex | 19 ++- > > content.tex | 3 ++ > > virtio-rpmb.tex | 100 > > > > 3 files changed, 121 insertions(+), 1 deletion(-) create mode 100644 > > virtio-rpmb.tex > > > > (...) Sorry, what do you m

Re: [virtio-dev] [PATCH] content: fix typo

2019-07-31 Thread Cornelia Huck
On Wed, 31 Jul 2019 15:12:14 +0300 Nikos Dragazis wrote: > Signed-off-by: Nikos Dragazis > --- > content.tex | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/content.tex b/content.tex > index ee0d7c9..f8ebf14 100644 > --- a/content.tex > +++ b/content.tex > @@ -749,7 +7

Re: [virtio-dev] [PATCH v2] Add virtio rpmb device specification

2019-07-31 Thread Cornelia Huck
On Tue, 30 Jul 2019 21:46:14 +0800 Huang Yang wrote: > It is a virtio based RPMB (Replay Protected Memory Block) device. > > Signed-off-by: Yang Huang > Reviewed-by: Bing Zhu > Reviewed-by: Tomas Winkler > > v1 -> v2: > 1. update conformance. > 2. wordings change: >first initialization -

[virtio-dev] [PATCH] content: fix typo

2019-07-31 Thread Nikos Dragazis
Signed-off-by: Nikos Dragazis --- content.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content.tex b/content.tex index ee0d7c9..f8ebf14 100644 --- a/content.tex +++ b/content.tex @@ -749,7 +749,7 @@ \subsection{Virtio Structure PCI Capabilities}\label{sec:Virtio Transp

Re: [virtio-dev] [PATCH v5 1/2] content: add virtio file system device

2019-07-31 Thread Cornelia Huck
On Fri, 26 Jul 2019 10:53:37 +0100 Stefan Hajnoczi wrote: > The virtio file system device transports Linux FUSE requests between a > FUSE daemon running on the host and the FUSE driver inside the guest. > > The actual FUSE request definitions are not duplicated in the virtio > specification, sim