
On 09/25/2013 02:30 PM, Laine Stump wrote:
This resolves one of the issues in:
https://bugzilla.redhat.com/show_bug.cgi?id=1003983
This device is identical to qemu's "intel-hda" device (known as "ich6" in libvirt), but has a different PCI device ID (which matches the ID of the hda audio built into the ich9 chipset, of course). It's not supported int earlier versions of qemu, so it requires a capability
*in
bit. --- docs/schemas/domaincommon.rng | 1 + src/conf/domain_conf.c | 6 ++++-- src/conf/domain_conf.h | 1 + src/qemu/qemu_capabilities.c | 2 ++ src/qemu/qemu_capabilities.h | 1 + src/qemu/qemu_command.c | 16 ++++++++++++++-- tests/qemuxml2argvdata/qemuxml2argv-sound-device.args | 7 ++++++- tests/qemuxml2argvdata/qemuxml2argv-sound-device.xml | 5 +++++ tests/qemuxml2argvtest.c | 3 ++- 9 files changed, 36 insertions(+), 6 deletions(-)
ACK Jan