提交 2dedb34a 编写于 作者: D Daniel P. Berrange

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

上级 aa08419c
......@@ -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....]
......
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
......
......@@ -874,6 +874,7 @@
<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
......@@ -21,5 +21,6 @@
<sound model='pcspk'/>
<sound model='es1370'/>
<sound model='sb16'/>
<sound model='ac97'/>
</devices>
</domain>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册