All of lore.kernel.org
 help / color / mirror / Atom feed
* [virtio-dev] [PATCH v1] content: reserve virtio device ID for memory devices
@ 2018-04-27 11:36 David Hildenbrand
  2018-04-27 13:49 ` Stefan Hajnoczi
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: David Hildenbrand @ 2018-04-27 11:36 UTC (permalink / raw)
  To: virtio-dev; +Cc: Michael S . Tsirkin, Cornelia Huck, David Hildenbrand

Reserve device ID 24 for virtio-mem devices.

Signed-off-by: David Hildenbrand <david@redhat.com>
---
 content.tex | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/content.tex b/content.tex
index 7a92cb1..bf63be8 100644
--- a/content.tex
+++ b/content.tex
@@ -2432,6 +2432,8 @@ Device ID  &  Virtio Device    \\
 \hline
 23         &   IOMMU device \\
 \hline
+24         &   Memory device \\
+\hline
 \end{tabular}
 
 Some of the devices above are unspecified by this document,
-- 
2.14.3


---------------------------------------------------------------------
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 related	[flat|nested] 5+ messages in thread

* Re: [virtio-dev] [PATCH v1] content: reserve virtio device ID for memory devices
  2018-04-27 11:36 [virtio-dev] [PATCH v1] content: reserve virtio device ID for memory devices David Hildenbrand
@ 2018-04-27 13:49 ` Stefan Hajnoczi
  2018-04-27 14:18 ` [virtio-dev] " Cornelia Huck
  2018-04-27 15:06 ` Michael S. Tsirkin
  2 siblings, 0 replies; 5+ messages in thread
From: Stefan Hajnoczi @ 2018-04-27 13:49 UTC (permalink / raw)
  To: David Hildenbrand; +Cc: virtio-dev, Michael S . Tsirkin, Cornelia Huck

[-- Attachment #1: Type: text/plain, Size: 295 bytes --]

On Fri, Apr 27, 2018 at 01:36:24PM +0200, David Hildenbrand wrote:
> Reserve device ID 24 for virtio-mem devices.
> 
> Signed-off-by: David Hildenbrand <david@redhat.com>
> ---
>  content.tex | 2 ++
>  1 file changed, 2 insertions(+)

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 455 bytes --]

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

* [virtio-dev] Re: [PATCH v1] content: reserve virtio device ID for memory devices
  2018-04-27 11:36 [virtio-dev] [PATCH v1] content: reserve virtio device ID for memory devices David Hildenbrand
  2018-04-27 13:49 ` Stefan Hajnoczi
@ 2018-04-27 14:18 ` Cornelia Huck
  2018-04-27 15:06 ` Michael S. Tsirkin
  2 siblings, 0 replies; 5+ messages in thread
From: Cornelia Huck @ 2018-04-27 14:18 UTC (permalink / raw)
  To: David Hildenbrand; +Cc: virtio-dev, Michael S . Tsirkin

On Fri, 27 Apr 2018 13:36:24 +0200
David Hildenbrand <david@redhat.com> wrote:

> Reserve device ID 24 for virtio-mem devices.
> 
> Signed-off-by: David Hildenbrand <david@redhat.com>
> ---
>  content.tex | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/content.tex b/content.tex
> index 7a92cb1..bf63be8 100644
> --- a/content.tex
> +++ b/content.tex
> @@ -2432,6 +2432,8 @@ Device ID  &  Virtio Device    \\
>  \hline
>  23         &   IOMMU device \\
>  \hline
> +24         &   Memory device \\
> +\hline
>  \end{tabular}
>  
>  Some of the devices above are unspecified by this document,

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

---------------------------------------------------------------------
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] 5+ messages in thread

* [virtio-dev] Re: [PATCH v1] content: reserve virtio device ID for memory devices
  2018-04-27 11:36 [virtio-dev] [PATCH v1] content: reserve virtio device ID for memory devices David Hildenbrand
  2018-04-27 13:49 ` Stefan Hajnoczi
  2018-04-27 14:18 ` [virtio-dev] " Cornelia Huck
@ 2018-04-27 15:06 ` Michael S. Tsirkin
  2018-04-29  9:05   ` David Hildenbrand
  2 siblings, 1 reply; 5+ messages in thread
From: Michael S. Tsirkin @ 2018-04-27 15:06 UTC (permalink / raw)
  To: David Hildenbrand; +Cc: virtio-dev, Cornelia Huck

On Fri, Apr 27, 2018 at 01:36:24PM +0200, David Hildenbrand wrote:
> Reserve device ID 24 for virtio-mem devices.
> 
> Signed-off-by: David Hildenbrand <david@redhat.com>

OK pls open a github issue and send a Fixes: tag here.
Then we can vote this in.

> ---
>  content.tex | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/content.tex b/content.tex
> index 7a92cb1..bf63be8 100644
> --- a/content.tex
> +++ b/content.tex
> @@ -2432,6 +2432,8 @@ Device ID  &  Virtio Device    \\
>  \hline
>  23         &   IOMMU device \\
>  \hline
> +24         &   Memory device \\
> +\hline
>  \end{tabular}
>  
>  Some of the devices above are unspecified by this document,
> -- 
> 2.14.3

---------------------------------------------------------------------
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] 5+ messages in thread

* Re: [virtio-dev] Re: [PATCH v1] content: reserve virtio device ID for memory devices
  2018-04-27 15:06 ` Michael S. Tsirkin
@ 2018-04-29  9:05   ` David Hildenbrand
  0 siblings, 0 replies; 5+ messages in thread
From: David Hildenbrand @ 2018-04-29  9:05 UTC (permalink / raw)
  To: Michael S. Tsirkin; +Cc: virtio-dev, Cornelia Huck

On 27.04.2018 17:06, Michael S. Tsirkin wrote:
> On Fri, Apr 27, 2018 at 01:36:24PM +0200, David Hildenbrand wrote:
>> Reserve device ID 24 for virtio-mem devices.
>>
>> Signed-off-by: David Hildenbrand <david@redhat.com>
> 
> OK pls open a github issue and send a Fixes: tag here.
> Then we can vote this in.

Sure, thanks!

Fixes: https://github.com/oasis-tcs/virtio-spec/issues/9


-- 

Thanks,

David / dhildenb

---------------------------------------------------------------------
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] 5+ messages in thread

end of thread, other threads:[~2018-04-29  9:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-27 11:36 [virtio-dev] [PATCH v1] content: reserve virtio device ID for memory devices David Hildenbrand
2018-04-27 13:49 ` Stefan Hajnoczi
2018-04-27 14:18 ` [virtio-dev] " Cornelia Huck
2018-04-27 15:06 ` Michael S. Tsirkin
2018-04-29  9:05   ` David Hildenbrand

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.