Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

virtio/snd: import virtio-snd from vhost-user-sound #186

Merged
merged 4 commits into from
May 17, 2024

Conversation

slp
Copy link
Contributor

@slp slp commented May 10, 2024

Import a virtio-snd device from vhost-user-sound, trying to preserve as
much as possible of the original semantics to we can eventually consume
that crate if transitions to expose the device personality
indenendently.

It's sometimes convenient to carry a Desciptor raw values around.
Intead of forcing devices to implement their our structure for carrying
that info, let's expose Descriptor and add a method to derive a
Descriptor from a DescriptorChain.

Signed-off-by: Sergio Lopez <slp@redhat.com>
slp added 3 commits May 10, 2024 13:21
Import a virtio-snd device from vhost-user-sound, trying to preserve as
much as possible of the original semantics to we can eventually consume
that crate if transitions to expose the device personality
indenendently.

Signed-off-by: Sergio Lopez <slp@redhat.com>
Add SND flag to easily request enabling virtio-snd while building the
package.

Signed-off-by: Sergio Lopez <slp@redhat.com>
This version includes, among other improvements and bug fixes, an
extension of the API for enabling a virtio-snd device, meaning we need
to bump the minor version.

Signed-off-by: Sergio Lopez <slp@redhat.com>
@slp slp merged commit 0bea048 into containers:main May 17, 2024
5 checks passed
@slp slp deleted the initial-virtio-snd branch May 17, 2024 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants