
On Tue, May 22, 2018 at 01:12:31PM +0200, Filip Alac wrote:
Add support for hda 'output' codec for ich6 and ich9 sound devices, which allow us to disable line-in for guest. 'hda-output' codec is available since 0.14 version of qemu.
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1126641
v1: https://www.redhat.com/archives/libvir-list/2018-May/msg01311.html
v2: https://www.redhat.com/archives/libvir-list/2018-May/msg01450.html - Split patch into series of patches - Add description of feature in docs/news.xml - Improve the documentation in docs/formatdomain.html.in - Fixes coding standard errors/inconsistencies
v3: https://www.redhat.com/archives/libvir-list/2018-May/msg01506.html - Moved all tests to third patch - Made possible to compile every patch by alone except fourth which depends on the first and on the second patch.
v4: - Moved some qemu_command and qemu_capabilities hunks from the first patch into second patch.
Reviewed-by: Erik Skultety <eskultet@redhat.com> I tweaked the commit messages a tiny bit as well as the news feature description and pushed the series. Thanks, Erik