mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
Added ac97 soundcard to RNG schema & tests (Pritesh Kothari)
This commit is contained in:
parent
aa08419ca8
commit
2dedb34a91
3
AUTHORS
3
AUTHORS
@ -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....]
|
||||
|
||||
|
@ -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
|
||||
|
@ -874,6 +874,7 @@
|
||||
<value>sb16</value>
|
||||
<value>es1370</value>
|
||||
<value>pcspk</value>
|
||||
<value>ac97</value>
|
||||
</choice>
|
||||
</attribute>
|
||||
</element>
|
||||
|
@ -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
|
||||
|
@ -21,5 +21,6 @@
|
||||
<sound model='pcspk'/>
|
||||
<sound model='es1370'/>
|
||||
<sound model='sb16'/>
|
||||
<sound model='ac97'/>
|
||||
</devices>
|
||||
</domain>
|
||||
|
Loading…
Reference in New Issue
Block a user