Internships/ProjectIdeas/VirtioSound: Difference between revisions
No edit summary |
|||
Line 10: | Line 10: | ||
'''Links:''' | '''Links:''' | ||
* specs: https://www.kraxel.org/virtio/virtio-v1.1-cs01-sound-v6.html#x1-49500014 | * specs: https://www.kraxel.org/virtio/virtio-v1.1-cs01-sound-v6.html#x1-49500014 | ||
* driver: | * driver: https://github.com/OpenSynergy/linux/commits/virtio-snd-draft (not yet updated for draft v6). | ||
'''Details:''' | '''Details:''' | ||
* Skill level: intermediate/advanced | * Skill level: intermediate/advanced | ||
* Language: C | * Language: C | ||
* Mentor: Gerd Hoffmann <kraxel@redhat.com> | * Mentor: Gerd Hoffmann <kraxel@redhat.com>, Anton Yakovlev <anton.yakovlev@opensynergy.com> | ||
* Suggested by: Gerd Hoffmann <kraxel@redhat.com> | * Suggested by: Gerd Hoffmann <kraxel@redhat.com> |
Revision as of 11:55, 3 March 2020
VirtioSound
Summary: Create a virtio sound device.
A specification for a virtio sound device is being worked on. The specs are pretty close to be finalzed, a linux guest driver should be available soon.
Project goal is a virtio sound device implementation for qemu.
Links:
- specs: https://www.kraxel.org/virtio/virtio-v1.1-cs01-sound-v6.html#x1-49500014
- driver: https://github.com/OpenSynergy/linux/commits/virtio-snd-draft (not yet updated for draft v6).
Details:
- Skill level: intermediate/advanced
- Language: C
- Mentor: Gerd Hoffmann <kraxel@redhat.com>, Anton Yakovlev <anton.yakovlev@opensynergy.com>
- Suggested by: Gerd Hoffmann <kraxel@redhat.com>