* [virtio-comment] [PATCH v2] content: Reserve device ID for video encoder and decoder device @ 2019-12-18 13:11 Keiichi Watanabe 2019-12-18 13:42 ` [virtio-comment] " Gerd Hoffmann 2019-12-18 15:16 ` [virtio-comment] " Michael S. Tsirkin 0 siblings, 2 replies; 7+ messages in thread From: Keiichi Watanabe @ 2019-12-18 13:11 UTC (permalink / raw) To: virtio-comment Cc: acourbot, alexlau, dmitry.sepp, egranata, keiichiw, kraxel, posciak, stevensd, tfiga Reserve device ID 30 for video encoder device and 31 for video decoder device. Signed-off-by: Keiichi Watanabe <keiichiw@chromium.org> --- content.tex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content.tex b/content.tex index d68cfaf..556b373 100644 --- a/content.tex +++ b/content.tex @@ -2721,6 +2721,10 @@ \chapter{Device Types}\label{sec:Device Types} \hline 28 & RPMB device \\ \hline +30 & Video encoder device \\ +\hline +31 & Video decoder device \\ +\hline \end{tabular} Some of the devices above are unspecified by this document, -- 2.24.1.735.g03f4e72817-goog 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] 7+ messages in thread
* [virtio-comment] Re: [PATCH v2] content: Reserve device ID for video encoder and decoder device 2019-12-18 13:11 [virtio-comment] [PATCH v2] content: Reserve device ID for video encoder and decoder device Keiichi Watanabe @ 2019-12-18 13:42 ` Gerd Hoffmann 2019-12-18 14:08 ` Keiichi Watanabe 2019-12-18 15:16 ` [virtio-comment] " Michael S. Tsirkin 1 sibling, 1 reply; 7+ messages in thread From: Gerd Hoffmann @ 2019-12-18 13:42 UTC (permalink / raw) To: Keiichi Watanabe Cc: virtio-comment, acourbot, alexlau, dmitry.sepp, egranata, posciak, stevensd, tfiga On Wed, Dec 18, 2019 at 10:11:51PM +0900, Keiichi Watanabe wrote: > Reserve device ID 30 for video encoder device and 31 for video decoder device. Hint: https://github.com/oasis-tcs/virtio-spec/blob/master/.github/PULL_REQUEST_TEMPLATE.md > +30 & Video encoder device \\ > +\hline > +31 & Video decoder device \\ > +\hline Acked-by: Gerd Hoffmann <kraxel@redhat.com> 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] 7+ messages in thread
* [virtio-comment] Re: [PATCH v2] content: Reserve device ID for video encoder and decoder device 2019-12-18 13:42 ` [virtio-comment] " Gerd Hoffmann @ 2019-12-18 14:08 ` Keiichi Watanabe 2019-12-18 15:18 ` Michael S. Tsirkin 0 siblings, 1 reply; 7+ messages in thread From: Keiichi Watanabe @ 2019-12-18 14:08 UTC (permalink / raw) To: Gerd Hoffmann Cc: virtio-comment, Alexandre Courbot, Alex Lau, Dmitry Sepp, Enrico Granata, Pawel Osciak, David Stevens, Tomasz Figa On Wed, Dec 18, 2019 at 10:42 PM Gerd Hoffmann <kraxel@redhat.com> wrote: > > On Wed, Dec 18, 2019 at 10:11:51PM +0900, Keiichi Watanabe wrote: > > Reserve device ID 30 for video encoder device and 31 for video decoder device. > > Hint: https://github.com/oasis-tcs/virtio-spec/blob/master/.github/PULL_REQUEST_TEMPLATE.md Thanks for the info. I didn't understand the approval process. I created https://github.com/oasis-tcs/virtio-spec/issues/67 Best, Keiichi > > > +30 & Video encoder device \\ > > +\hline > > +31 & Video decoder device \\ > > +\hline > > Acked-by: Gerd Hoffmann <kraxel@redhat.com> > 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] 7+ messages in thread
* Re: [virtio-comment] Re: [PATCH v2] content: Reserve device ID for video encoder and decoder device 2019-12-18 14:08 ` Keiichi Watanabe @ 2019-12-18 15:18 ` Michael S. Tsirkin 2020-01-07 14:08 ` Keiichi Watanabe 0 siblings, 1 reply; 7+ messages in thread From: Michael S. Tsirkin @ 2019-12-18 15:18 UTC (permalink / raw) To: Keiichi Watanabe Cc: Gerd Hoffmann, virtio-comment, Alexandre Courbot, Alex Lau, Dmitry Sepp, Enrico Granata, Pawel Osciak, David Stevens, Tomasz Figa On Wed, Dec 18, 2019 at 11:08:26PM +0900, Keiichi Watanabe wrote: > On Wed, Dec 18, 2019 at 10:42 PM Gerd Hoffmann <kraxel@redhat.com> wrote: > > > > On Wed, Dec 18, 2019 at 10:11:51PM +0900, Keiichi Watanabe wrote: > > > Reserve device ID 30 for video encoder device and 31 for video decoder device. > > > > Hint: https://github.com/oasis-tcs/virtio-spec/blob/master/.github/PULL_REQUEST_TEMPLATE.md > Thanks for the info. I didn't understand the approval process. > I created https://github.com/oasis-tcs/virtio-spec/issues/67 > > Best, > Keiichi And in particular: https://github.com/oasis-tcs/virtio-spec/blob/master/README.md#use-of-github-issues > > > > > > +30 & Video encoder device \\ > > > +\hline > > > +31 & Video decoder device \\ > > > +\hline > > > > Acked-by: Gerd Hoffmann <kraxel@redhat.com> > > > > 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/ 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] 7+ messages in thread
* Re: [virtio-comment] Re: [PATCH v2] content: Reserve device ID for video encoder and decoder device 2019-12-18 15:18 ` Michael S. Tsirkin @ 2020-01-07 14:08 ` Keiichi Watanabe 2020-01-21 9:08 ` Keiichi Watanabe 0 siblings, 1 reply; 7+ messages in thread From: Keiichi Watanabe @ 2020-01-07 14:08 UTC (permalink / raw) To: Michael S. Tsirkin Cc: Gerd Hoffmann, virtio-comment, Alexandre Courbot, Alex Lau, Dmitry Sepp, Enrico Granata, Pawel Osciak, David Stevens, Tomasz Figa On Thu, Dec 19, 2019 at 12:18 AM Michael S. Tsirkin <mst@redhat.com> wrote: > > On Wed, Dec 18, 2019 at 11:08:26PM +0900, Keiichi Watanabe wrote: > > On Wed, Dec 18, 2019 at 10:42 PM Gerd Hoffmann <kraxel@redhat.com> wrote: > > > > > > On Wed, Dec 18, 2019 at 10:11:51PM +0900, Keiichi Watanabe wrote: > > > > Reserve device ID 30 for video encoder device and 31 for video decoder device. > > > > > > Hint: https://github.com/oasis-tcs/virtio-spec/blob/master/.github/PULL_REQUEST_TEMPLATE.md > > > Thanks for the info. I didn't understand the approval process. > > I created https://github.com/oasis-tcs/virtio-spec/issues/67 > > > > Best, > > Keiichi > > And in particular: > https://github.com/oasis-tcs/virtio-spec/blob/master/README.md#use-of-github-issues > Hi, thank you for the information. I edited the issue description to make it contain the link to my proposal in the ML. Since a voting request for https://github.com/oasis-tcs/virtio-spec/issues/68, on which my issue #67 depends, was submitted today, I'll wait for the voting is finished. Best regards, Keiichi > > > > > > > > > +30 & Video encoder device \\ > > > > +\hline > > > > +31 & Video decoder device \\ > > > > +\hline > > > > > > Acked-by: Gerd Hoffmann <kraxel@redhat.com> > > > > > > > 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/ > 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] 7+ messages in thread
* Re: [virtio-comment] Re: [PATCH v2] content: Reserve device ID for video encoder and decoder device 2020-01-07 14:08 ` Keiichi Watanabe @ 2020-01-21 9:08 ` Keiichi Watanabe 0 siblings, 0 replies; 7+ messages in thread From: Keiichi Watanabe @ 2020-01-21 9:08 UTC (permalink / raw) To: Michael S. Tsirkin Cc: Gerd Hoffmann, virtio-comment, Alexandre Courbot, Alex Lau, Dmitry Sepp, Enrico Granata, Pawel Osciak, David Stevens, Tomasz Figa Hi TC members, Would you mind having a TC vote for this issue? Fixes: https://github.com/oasis-tcs/virtio-spec/issues/67 Best regards, Keiichi On Tue, Jan 7, 2020 at 11:08 PM Keiichi Watanabe <keiichiw@chromium.org> wrote: > > On Thu, Dec 19, 2019 at 12:18 AM Michael S. Tsirkin <mst@redhat.com> wrote: > > > > On Wed, Dec 18, 2019 at 11:08:26PM +0900, Keiichi Watanabe wrote: > > > On Wed, Dec 18, 2019 at 10:42 PM Gerd Hoffmann <kraxel@redhat.com> wrote: > > > > > > > > On Wed, Dec 18, 2019 at 10:11:51PM +0900, Keiichi Watanabe wrote: > > > > > Reserve device ID 30 for video encoder device and 31 for video decoder device. > > > > > > > > Hint: https://github.com/oasis-tcs/virtio-spec/blob/master/.github/PULL_REQUEST_TEMPLATE.md > > > > > Thanks for the info. I didn't understand the approval process. > > > I created https://github.com/oasis-tcs/virtio-spec/issues/67 > > > > > > Best, > > > Keiichi > > > > And in particular: > > https://github.com/oasis-tcs/virtio-spec/blob/master/README.md#use-of-github-issues > > > > Hi, thank you for the information. I edited the issue description to > make it contain the link to my proposal in the ML. > Since a voting request for > https://github.com/oasis-tcs/virtio-spec/issues/68, on which my issue > #67 depends, was submitted today, I'll wait for the voting is > finished. > > Best regards, > Keiichi > > > > > > > > > > > > > +30 & Video encoder device \\ > > > > > +\hline > > > > > +31 & Video decoder device \\ > > > > > +\hline > > > > > > > > Acked-by: Gerd Hoffmann <kraxel@redhat.com> > > > > > > > > > > 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/ > > 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] 7+ messages in thread
* Re: [virtio-comment] [PATCH v2] content: Reserve device ID for video encoder and decoder device 2019-12-18 13:11 [virtio-comment] [PATCH v2] content: Reserve device ID for video encoder and decoder device Keiichi Watanabe 2019-12-18 13:42 ` [virtio-comment] " Gerd Hoffmann @ 2019-12-18 15:16 ` Michael S. Tsirkin 1 sibling, 0 replies; 7+ messages in thread From: Michael S. Tsirkin @ 2019-12-18 15:16 UTC (permalink / raw) To: Keiichi Watanabe Cc: virtio-comment, acourbot, alexlau, dmitry.sepp, egranata, kraxel, posciak, stevensd, tfiga On Wed, Dec 18, 2019 at 10:11:51PM +0900, Keiichi Watanabe wrote: > Reserve device ID 30 for video encoder device and 31 for video decoder device. > > Signed-off-by: Keiichi Watanabe <keiichiw@chromium.org> So given it's end of year, I suggest you wait a couple of weeks then request TC voted on the resolution. When you do you need to reply to this mail with a fixes tag. E.g. Fixes: https://github.com/oasis-tcs/virtio-spec/issues/67 on a line by it's own. > --- > content.tex | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/content.tex b/content.tex > index d68cfaf..556b373 100644 > --- a/content.tex > +++ b/content.tex > @@ -2721,6 +2721,10 @@ \chapter{Device Types}\label{sec:Device Types} > \hline > 28 & RPMB device \\ > \hline > +30 & Video encoder device \\ > +\hline > +31 & Video decoder device \\ > +\hline > \end{tabular} > > Some of the devices above are unspecified by this document, > -- > 2.24.1.735.g03f4e72817-goog > > > 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/ 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] 7+ messages in thread
end of thread, other threads:[~2020-01-21 9:08 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2019-12-18 13:11 [virtio-comment] [PATCH v2] content: Reserve device ID for video encoder and decoder device Keiichi Watanabe 2019-12-18 13:42 ` [virtio-comment] " Gerd Hoffmann 2019-12-18 14:08 ` Keiichi Watanabe 2019-12-18 15:18 ` Michael S. Tsirkin 2020-01-07 14:08 ` Keiichi Watanabe 2020-01-21 9:08 ` Keiichi Watanabe 2019-12-18 15:16 ` [virtio-comment] " 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.