James Morris <jmorris@namei.org>
Daniel J Walsh <dwalsh@redhat.com>
Maximilian Wilhelm <max@rfc2324.org>
- Ryota Ozaki <ozaki.ryota@gmail.com>
+ Ryota Ozaki <ozaki.ryota@gmail.com>
+ Pritesh Kothari <Pritesh.Kothari@Sun.COM>
[....send patches to get your name here....]
+Mon Mar 16 10:45:00 GMT 2009 Daniel P. Berrange <berrange@redhat.com>
+
+ Add ac97 to test case & RNG schema (Pritesh Kothari)
+ * docs/schemas/domain.rng: Add ac97 as valid soundcard
+ * tests/qemuxml2argvdata/qemuxml2argv-sound.args,
+ tests/qemuxml2argvdata/qemuxml2argv-sound.xml: Extend test to
+ cover ac97 soundcard.
+
Mon Mar 16 11:40:00 CET 2009 Daniel Veillard <veillard@redhat.com>
* qemud/qemud.c src/cgroup.c src/uml_driver.c src/util.c: close
<value>sb16</value>
<value>es1370</value>
<value>pcspk</value>
+ <value>ac97</value>
</choice>
</attribute>
</element>
-LC_ALL=C PATH=/bin HOME=/home/test USER=test LOGNAME=test /usr/bin/qemu -S -M pc -m 214 -smp 1 -nographic -monitor pty -pidfile /nowhere/QEMUGuest1.pid -no-acpi -boot c -hda /dev/HostVG/QEMUGuest1 -net none -serial none -parallel none -usb -soundhw pcspk,es1370,sb16
+LC_ALL=C PATH=/bin HOME=/home/test USER=test LOGNAME=test /usr/bin/qemu -S -M pc -m 214 -smp 1 -nographic -monitor pty -pidfile /nowhere/QEMUGuest1.pid -no-acpi -boot c -hda /dev/HostVG/QEMUGuest1 -net none -serial none -parallel none -usb -soundhw pcspk,es1370,sb16,ac97
<sound model='pcspk'/>
<sound model='es1370'/>
<sound model='sb16'/>
+ <sound model='ac97'/>
</devices>
</domain>