oasis-tcs / virtio-spec

OASIS Virtual I/O Device TC: Source code for the VIRTIO (Virtual I/O) Specification maintained by the OASIS Virtual I/O Device (VIRTIO) Technical Committee
https://github.com/oasis-tcs/virtio-spec
Other
237 stars 72 forks source link

content: Reserve device ID 49 for Virtio Media #202

Closed aesteve-rh closed 2 weeks ago

aesteve-rh commented 2 months ago

Virtio Media can handle video encoders, decoder, and capture devices to be exposed to the guest. The device can almost transparently handle v4l2-compatible devices in the host.

Here is the patch with the request. Device ID 48 has been reserved for Virtio USB (#193).

mstsirkin commented 1 month ago

BALLOT CREATED AT URL: https://groups.oasis-open.org/higherlogic/ws/public/ballot?id=3850

paravmellanox commented 2 weeks ago

Following commit fixes the issue:

e98070a content: Reserve ID for media device

The first free device id of 48 is used instead of proposed 49.