All of lore.kernel.org
 help / color / mirror / Atom feed
* [virtio-comment] [PATCH] content: reserve device ID 36 for CAN device
@ 2021-01-13 16:57 Peter Hilber
  2021-01-26 17:15 ` Cornelia Huck
  2021-02-03 13:45 ` Matti Moell
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Hilber @ 2021-01-13 16:57 UTC (permalink / raw)
  To: virtio-comment; +Cc: Peter Hilber

The CAN device sends and receives CAN (Controller Area Network)
messages. CAN is a communication protocol used in embedded systems.

Signed-off-by: Peter Hilber <peter.hilber@opensynergy.com>
---
 content.tex | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/content.tex b/content.tex
index 620c0e2..e94469c 100644
--- a/content.tex
+++ b/content.tex
@@ -2846,6 +2846,8 @@ \chapter{Device Types}\label{sec:Device Types}
 \hline
 35         &   Watchdog \\
 \hline
+36         &   CAN device \\
+\hline
 \end{tabular}
 
 Some of the devices above are unspecified by this document,
-- 
2.25.1



This publicly archived list offers a means to provide input to the
OASIS Virtual I/O Device (VIRTIO) TC.

In order to verify user consent to the Feedback License terms and
to minimize spam in the list archive, subscription is required
before posting.

Subscribe: virtio-comment-subscribe@lists.oasis-open.org
Unsubscribe: virtio-comment-unsubscribe@lists.oasis-open.org
List help: virtio-comment-help@lists.oasis-open.org
List archive: https://lists.oasis-open.org/archives/virtio-comment/
Feedback License: https://www.oasis-open.org/who/ipr/feedback_license.pdf
List Guidelines: https://www.oasis-open.org/policies-guidelines/mailing-lists
Committee: https://www.oasis-open.org/committees/virtio/
Join OASIS: https://www.oasis-open.org/join/


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

* Re: [virtio-comment] [PATCH] content: reserve device ID 36 for CAN device
  2021-01-13 16:57 [virtio-comment] [PATCH] content: reserve device ID 36 for CAN device Peter Hilber
@ 2021-01-26 17:15 ` Cornelia Huck
  2021-02-03 13:45 ` Matti Moell
  1 sibling, 0 replies; 3+ messages in thread
From: Cornelia Huck @ 2021-01-26 17:15 UTC (permalink / raw)
  To: Peter Hilber; +Cc: virtio-comment

On Wed, 13 Jan 2021 17:57:46 +0100
Peter Hilber <peter.hilber@opensynergy.com> wrote:

> The CAN device sends and receives CAN (Controller Area Network)
> messages. CAN is a communication protocol used in embedded systems.
> 
> Signed-off-by: Peter Hilber <peter.hilber@opensynergy.com>
> ---
>  content.tex | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/content.tex b/content.tex
> index 620c0e2..e94469c 100644
> --- a/content.tex
> +++ b/content.tex
> @@ -2846,6 +2846,8 @@ \chapter{Device Types}\label{sec:Device Types}
>  \hline
>  35         &   Watchdog \\
>  \hline
> +36         &   CAN device \\
> +\hline
>  \end{tabular}
>  
>  Some of the devices above are unspecified by this document,

Reviewed-by: Cornelia Huck <cohuck@redhat.com>

In order to request a vote, please follow the process outlined at
https://github.com/oasis-tcs/virtio-spec#use-of-github-issues.


This publicly archived list offers a means to provide input to the
OASIS Virtual I/O Device (VIRTIO) TC.

In order to verify user consent to the Feedback License terms and
to minimize spam in the list archive, subscription is required
before posting.

Subscribe: virtio-comment-subscribe@lists.oasis-open.org
Unsubscribe: virtio-comment-unsubscribe@lists.oasis-open.org
List help: virtio-comment-help@lists.oasis-open.org
List archive: https://lists.oasis-open.org/archives/virtio-comment/
Feedback License: https://www.oasis-open.org/who/ipr/feedback_license.pdf
List Guidelines: https://www.oasis-open.org/policies-guidelines/mailing-lists
Committee: https://www.oasis-open.org/committees/virtio/
Join OASIS: https://www.oasis-open.org/join/


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

* Re: [virtio-comment] [PATCH] content: reserve device ID 36 for CAN device
  2021-01-13 16:57 [virtio-comment] [PATCH] content: reserve device ID 36 for CAN device Peter Hilber
  2021-01-26 17:15 ` Cornelia Huck
@ 2021-02-03 13:45 ` Matti Moell
  1 sibling, 0 replies; 3+ messages in thread
From: Matti Moell @ 2021-02-03 13:45 UTC (permalink / raw)
  To: virtio-comment; +Cc: virtio-dev@lists.oasis-open.org

On 13.01.21 17:57, Peter Hilber wrote:
> The CAN device sends and receives CAN (Controller Area Network)
> messages. CAN is a communication protocol used in embedded systems.
> 
> Signed-off-by: Peter Hilber <peter.hilber@opensynergy.com>
> ---
>  content.tex | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/content.tex b/content.tex
> index 620c0e2..e94469c 100644
> --- a/content.tex
> +++ b/content.tex
> @@ -2846,6 +2846,8 @@ \chapter{Device Types}\label{sec:Device Types}
>  \hline
>  35         &   Watchdog \\
>  \hline
> +36         &   CAN device \\
> +\hline
>  \end{tabular}
>  
>  Some of the devices above are unspecified by this document,
> 

Reviewed-by: Matti Möll <matti.moell@opensynergy.com>
Fixes: https://github.com/oasis-tcs/virtio-spec/issues/95

I would hereby request for a vote from the TC.

Cheers,

		Matti


This publicly archived list offers a means to provide input to the
OASIS Virtual I/O Device (VIRTIO) TC.

In order to verify user consent to the Feedback License terms and
to minimize spam in the list archive, subscription is required
before posting.

Subscribe: virtio-comment-subscribe@lists.oasis-open.org
Unsubscribe: virtio-comment-unsubscribe@lists.oasis-open.org
List help: virtio-comment-help@lists.oasis-open.org
List archive: https://lists.oasis-open.org/archives/virtio-comment/
Feedback License: https://www.oasis-open.org/who/ipr/feedback_license.pdf
List Guidelines: https://www.oasis-open.org/policies-guidelines/mailing-lists
Committee: https://www.oasis-open.org/committees/virtio/
Join OASIS: https://www.oasis-open.org/join/


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

end of thread, other threads:[~2021-02-03 13:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-13 16:57 [virtio-comment] [PATCH] content: reserve device ID 36 for CAN device Peter Hilber
2021-01-26 17:15 ` Cornelia Huck
2021-02-03 13:45 ` Matti Moell

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.