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

Feature request: support for virtio-snd (paravirtualized sound device) #2

Open
volkertb opened this issue Sep 4, 2023 · 2 comments

Comments

@volkertb
Copy link

volkertb commented Sep 4, 2023

Cool! An alternative for QEMU with KVM support! 🙂

I have a feature request for mvisor:

Would you consider adding support for virtio-snd? The Linux kernel has had a guest driver for this VirtIO device for 2 years (since kernel 5.13), but until this day, QEMU has not yet delivered host support for it.

It would be nice to have at least one open-source hypervisor that could make use of it.

Thanks for considering!

@nooodles2023
Copy link
Collaborator

Thank you for your interest in mvisor.😊

Currently, our team is occupied with several other priorities, which might delay the implementation of new features.
If you're interested and willing, we would greatly appreciate if you could attempt to submit a merge request for the virtio-snd feature. You can refer to the implementation of other virtio devices from /devices/virtio, like virtio-fs as a guide.

@78
Copy link
Collaborator

78 commented Sep 5, 2023

I'd like to implement the virtio-snd driver if only virtio-win has implemented a guest driver for it.
https://github.com/virtio-win/kvm-guest-drivers-windows

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

No branches or pull requests

3 participants