mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Sound support for QEmu and Xen
* src/qemu_conf.c src/qemu_conf.h src/xend_internal.c src/xend_internal.h src/xm_internal.c src/xml.c src/xml.h: Patch from Cole Robinson adding sound support for QEmu and Xen * tests/qemuxml2argvtest.c tests/sexpr2xmltest.c tests/xmconfigtest.c tests/xml2sexprtest.c: Associated regression tests Daniel
This commit is contained in:
@@ -159,6 +159,7 @@ main(int argc, char **argv)
|
||||
DO_TEST("serial-many");
|
||||
DO_TEST("parallel-tcp");
|
||||
DO_TEST("console-compat");
|
||||
DO_TEST("sound");
|
||||
|
||||
virCapabilitiesFree(driver.caps);
|
||||
|
||||
|
||||
@@ -136,6 +136,9 @@ main(int argc, char **argv)
|
||||
DO_TEST("fv-serial-unix", "fv-serial-unix", 1);
|
||||
DO_TEST("fv-parallel-tcp", "fv-parallel-tcp", 1);
|
||||
|
||||
DO_TEST("fv-sound", "fv-sound", 1);
|
||||
DO_TEST("fv-sound-all", "fv-sound-all", 1);
|
||||
|
||||
exit(ret==0 ? EXIT_SUCCESS : EXIT_FAILURE);
|
||||
}
|
||||
#else /* WITHOUT_XEN */
|
||||
|
||||
@@ -221,6 +221,8 @@ main(int argc, char **argv)
|
||||
|
||||
DO_TEST("fullvirt-parallel-tcp", 2);
|
||||
|
||||
DO_TEST("fullvirt-sound", 2);
|
||||
|
||||
exit(ret==0 ? EXIT_SUCCESS : EXIT_FAILURE);
|
||||
}
|
||||
#else /* WITHOUT_XEN */
|
||||
|
||||
@@ -143,6 +143,8 @@ main(int argc, char **argv)
|
||||
DO_TEST("fv-serial-unix", "fv-serial-unix", "fvtest", 1);
|
||||
DO_TEST("fv-parallel-tcp", "fv-parallel-tcp", "fvtest", 1);
|
||||
|
||||
DO_TEST("fv-sound", "fv-sound", "fvtest", 1);
|
||||
|
||||
exit(ret==0 ? EXIT_SUCCESS : EXIT_FAILURE);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user