On 07/25/2014 04:59 AM, Peter Krempa wrote:
qemu supports the usb sound card for a while, add support to libvirt
too
Peter Krempa (2):
conf: Add USB sound card support and implement it for qemu
qemu: sound: Handle all possible sound cards in switch statement
src/conf/domain_conf.c | 3 ++-
src/conf/domain_conf.h | 1 +
src/qemu/qemu_capabilities.c | 2 ++
src/qemu/qemu_capabilities.h | 1 +
src/qemu/qemu_command.c | 33 +++++++++++++++++++--------
tests/qemucapabilitiesdata/caps_1.2.2-1.caps | 1 +
tests/qemucapabilitiesdata/caps_1.3.1-1.caps | 1 +
tests/qemucapabilitiesdata/caps_1.4.2-1.caps | 1 +
tests/qemucapabilitiesdata/caps_1.5.3-1.caps | 1 +
tests/qemucapabilitiesdata/caps_1.6.0-1.caps | 1 +
tests/qemucapabilitiesdata/caps_1.6.50-1.caps | 1 +
tests/qemuhelptest.c | 9 +++++---
12 files changed, 41 insertions(+), 14 deletions(-)
ACK series.
John