]> xenbits.xensource.com Git - libvirt.git/commitdiff
Added ac97 soundcard to RNG schema & tests (Pritesh Kothari)
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 16 Mar 2009 10:47:12 +0000 (10:47 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 16 Mar 2009 10:47:12 +0000 (10:47 +0000)
AUTHORS
ChangeLog
docs/schemas/domain.rng
tests/qemuxml2argvdata/qemuxml2argv-sound.args
tests/qemuxml2argvdata/qemuxml2argv-sound.xml

diff --git a/AUTHORS b/AUTHORS
index c6bbc74c7334fea6370ab89ec4f806c149fd9643..906fff61d98b3a1c892cee56a16ed3cfb288936d 100644 (file)
--- a/AUTHORS
+++ b/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....]
 
index 19ba4fbcd86310431c6f59dfc3a721763310eae5..551dabb3cb7878a595332cfa62920a787d1317b2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 2e2e4089a3bb2371a900f423f5724cfe54f73426..107215c257cd859fbce7c61e3f59d34c6cd57d31 100644 (file)
           <value>sb16</value>
           <value>es1370</value>
           <value>pcspk</value>
+          <value>ac97</value>
         </choice>
       </attribute>
     </element>
index 084f0139f81d6a8b97e192d58b6daacbd6a9a269..dddc587b2f5229bd4e21aaed21e30779560a2534 100644 (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
index cc85c5320055f65dda3af04a6068b66a0440e0a4..8c33e6c90af1298fa7687d2af592684c669a1071 100644 (file)
@@ -21,5 +21,6 @@
     <sound model='pcspk'/>
     <sound model='es1370'/>
     <sound model='sb16'/>
+    <sound model='ac97'/>
   </devices>
 </domain>