Bug 1126641
Summary: | RFE: qemu: support -device hda-output (disable line-in) | ||
---|---|---|---|
Product: | [Community] Virtualization Tools | Reporter: | bancfc |
Component: | libvirt | Assignee: | Libvirt Maintainers <libvirt-maint> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | unspecified | CC: | crobinso, fjin, lizhu, marcandre.lureau, mkletzan, mprivozn, rbalakri, wapuko |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | LibvirtFirstBug | ||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-06-07 13:13:37 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
bancfc
2014-08-05 00:24:43 UTC
Hi any word on this feature? Can you please add it in the next release? We need to support <sound model='ich6'/> <codec type='output'> </sound> And map it to qemu -device hda-output. There's already support for <codec type='micro'/> and <codec type='duplex'/> (the default), so extending libvirt to support the new codec type should be very simple. See https://bugzilla.redhat.com/show_bug.cgi?id=825939#c3 for an example commit extending the XML format and qemu handling do 'git grep codec src/qemu/qemu_command.c' to find the bits that need to be extended on the qemu command line side Fixed upstream with v4.4.0-rc1~113: commit 3b8d050911ac5e7e7c445ac65ee506122dfe42f3 Author: Filip Alac <filipalac> Date: Tue May 22 13:12:33 2018 +0200 qemu: capabilities: Add 'hda-output' sound codec to capabilities This is, unfortunately, just the alternative option of this being possible to be turned off (it has to be the only codec). |