[libvirt] [PATCH 0/2] qemu: usb-audio support and cleanup of sound card handling

Peter Krempa pkrempa at redhat.com
Fri Jul 25 08:59:13 UTC 2014


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(-)

-- 
2.0.0




More information about the libvir-list mailing list