All of lore.kernel.org
 help / color / mirror / Atom feed
* [virtio-dev] Virtio device ID allocation
@ 2020-12-02 11:29 Enrico Weigelt, metux IT consult
  2020-12-02 11:52 ` Cornelia Huck
  2020-12-05 19:50 ` Michael S. Tsirkin
  0 siblings, 2 replies; 3+ messages in thread
From: Enrico Weigelt, metux IT consult @ 2020-12-02 11:29 UTC (permalink / raw)
  To: virtio-dev

Hello folks,


I'd like to allocate some virtio devices IDs:

a) IDs already used by the Linux kernel:

   VIRTIO_ID_FS             = 26
   VIRTIO_ID_PMEM           = 27
   VIRTIO_ID_MAC80211_HWSIM = 29

b) new devices developed by myself:

   VIRTIO_ID_GPIO           = 30
   VIRTIO_ID_LED            = 31

   (attached spec for gpio, led is still under development)

c) planned devices: (no IDs chosen yet)

   VIRTIO_CAN
   VIRTIO_I2C
   VIRTIO_REGULATOR


best regards,

--mtx

-- 
---
Hinweis: unverschlüsselte E-Mails können leicht abgehört und manipuliert
werden ! Für eine vertrauliche Kommunikation senden Sie bitte ihren
GPG/PGP-Schlüssel zu.
---
Enrico Weigelt, metux IT consult
Free software and Linux embedded engineering
info@metux.net -- +49-151-27565287

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

* Re: [virtio-dev] Virtio device ID allocation
  2020-12-02 11:29 [virtio-dev] Virtio device ID allocation Enrico Weigelt, metux IT consult
@ 2020-12-02 11:52 ` Cornelia Huck
  2020-12-05 19:50 ` Michael S. Tsirkin
  1 sibling, 0 replies; 3+ messages in thread
From: Cornelia Huck @ 2020-12-02 11:52 UTC (permalink / raw)
  To: Enrico Weigelt, metux IT consult; +Cc: virtio-dev

On Wed, 2 Dec 2020 12:29:41 +0100
"Enrico Weigelt, metux IT consult" <lkml@metux.net> wrote:

> Hello folks,
> 
> 
> I'd like to allocate some virtio devices IDs:

The general procedure would be to send a patch to the virtio-comments
list, open an issue, and then request a vote. See
https://github.com/oasis-tcs/virtio-spec#providing-feedback

> 
> a) IDs already used by the Linux kernel:
> 
>    VIRTIO_ID_FS             = 26
>    VIRTIO_ID_PMEM           = 27
>    VIRTIO_ID_MAC80211_HWSIM = 29

These are already in the git tree (even though not yet in an official
version).

> 
> b) new devices developed by myself:
> 
>    VIRTIO_ID_GPIO           = 30
>    VIRTIO_ID_LED            = 31

These two are already reserved for video {en|de}coder devices; you'll
need to bump the numbers beyond 35.

> 
>    (attached spec for gpio, led is still under development)

I don't think attachments will work on this list -- maybe post it as a
separate patch?

> 
> c) planned devices: (no IDs chosen yet)
> 
>    VIRTIO_CAN
>    VIRTIO_I2C

I2C has already been reserved (34); there's also discussion happening
about the proposed spec.

>    VIRTIO_REGULATOR
> 
> 
> best regards,
> 
> --mtx
> 


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

* Re: [virtio-dev] Virtio device ID allocation
  2020-12-02 11:29 [virtio-dev] Virtio device ID allocation Enrico Weigelt, metux IT consult
  2020-12-02 11:52 ` Cornelia Huck
@ 2020-12-05 19:50 ` Michael S. Tsirkin
  1 sibling, 0 replies; 3+ messages in thread
From: Michael S. Tsirkin @ 2020-12-05 19:50 UTC (permalink / raw)
  To: Enrico Weigelt, metux IT consult; +Cc: virtio-dev

On Wed, Dec 02, 2020 at 12:29:41PM +0100, Enrico Weigelt, metux IT consult wrote:
> Hello folks,
> 
> 
> I'd like to allocate some virtio devices IDs:
> 
> a) IDs already used by the Linux kernel:
> 
>    VIRTIO_ID_FS             = 26
>    VIRTIO_ID_PMEM           = 27
>    VIRTIO_ID_MAC80211_HWSIM = 29
> 
> b) new devices developed by myself:
> 
>    VIRTIO_ID_GPIO           = 30
>    VIRTIO_ID_LED            = 31
> 
>    (attached spec for gpio, led is still under development)
> 
> c) planned devices: (no IDs chosen yet)
> 
>    VIRTIO_CAN
>    VIRTIO_I2C
>    VIRTIO_REGULATOR
> 
> 
> best regards,
> 
> --mtx

So the easiest process to follow to reserve IDs is described here:
https://github.com/oasis-tcs/virtio-spec#use-of-github-issues

> -- 
> ---
> Hinweis: unverschlüsselte E-Mails können leicht abgehört und manipuliert
> werden ! Für eine vertrauliche Kommunikation senden Sie bitte ihren
> GPG/PGP-Schlüssel zu.
> ---
> Enrico Weigelt, metux IT consult
> Free software and Linux embedded engineering
> info@metux.net -- +49-151-27565287
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org


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

end of thread, other threads:[~2020-12-05 19:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-02 11:29 [virtio-dev] Virtio device ID allocation Enrico Weigelt, metux IT consult
2020-12-02 11:52 ` Cornelia Huck
2020-12-05 19:50 ` Michael S. Tsirkin

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.