Added ac97 soundcard to RNG schema & tests (Pritesh Kothari)

This commit is contained in:
Daniel P. Berrange 2009-03-16 10:47:12 +00:00
parent aa08419ca8
commit 2dedb34a91
5 changed files with 13 additions and 2 deletions

View File

@ -63,7 +63,8 @@ Patches have also been contributed by:
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....]

View File

@ -1,3 +1,11 @@
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

View File

@ -874,6 +874,7 @@
<value>sb16</value>
<value>es1370</value>
<value>pcspk</value>
<value>ac97</value>
</choice>
</attribute>
</element>

View File

@ -1 +1 @@
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

View File

@ -21,5 +21,6 @@
<sound model='pcspk'/>
<sound model='es1370'/>
<sound model='sb16'/>
<sound model='ac97'/>
</devices>
</domain>