[libvirt] [PATCH libvirt 0/5] Add ich6 <codec> sub-element

Marc-André Lureau marcandre.lureau at gmail.com
Fri May 4 17:22:39 UTC 2012


Hi,

Upcoming qemu 1.1 will have hda-micro codec device type, which helps
to solve recording with some applications under Windows 7.

The following series allows to specify the codecs attached to a ICH6
audio device, using the syntax described in commit comment
6cabc0b0d0fbc35a68bf1c0646898ac148d2fa3f:

 <sound model='ich6'>
  <codec type='micro'/>
 </sound>

The codec type 'micro' maps to qemu 'hda-micro' device kind.

See also https://bugzilla.redhat.com/show_bug.cgi?id=816503

Marc-André Lureau (5):
  qemu: test CAPS_HDA_MICRO
  domain: add <codec> sound sub-element
  qemu: honour sound <codec> sub-elements
  tests: add qemu-1.1-rc0 data
  tests: add ich6 codec type test to qemuxml2argv-sound-device

 docs/formatdomain.html.in                          |   16 ++
 docs/schemas/domaincommon.rng                      |   29 ++-
 src/conf/domain_conf.c                             |  119 ++++++++-
 src/conf/domain_conf.h                             |   20 ++
 src/qemu/qemu_capabilities.c                       |    3 +
 src/qemu/qemu_capabilities.h                       |    1 +
 src/qemu/qemu_command.c                            |   74 ++++--
 tests/qemuhelpdata/qemu-1.1                        |  266 ++++++++++++++++++++
 tests/qemuhelpdata/qemu-1.1-device                 |   95 +++++++
 tests/qemuhelptest.c                               |   70 ++++++
 .../qemuxml2argv-sound-device.args                 |    7 +-
 .../qemuxml2argvdata/qemuxml2argv-sound-device.xml |    7 +
 tests/qemuxml2argvtest.c                           |    3 +-
 tests/qemuxml2xmltest.c                            |    1 +
 14 files changed, 682 insertions(+), 29 deletions(-)
 create mode 100644 tests/qemuhelpdata/qemu-1.1
 create mode 100644 tests/qemuhelpdata/qemu-1.1-device

-- 
1.7.10




More information about the libvir-list mailing list