[Spice-devel] [PATCH 1/2] Switch example sound device to 'hda'

Jonathon Jongsma jjongsma at redhat.com
Wed Nov 30 15:00:07 UTC 2016


Recommended sound device for newer operating systems is Intel HD audio
(hda). Use this in the commandline examples.
---

Not sure whether this needs to be a separate patch, but since it's technically unrelated...

 docs/manual/manual.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/manual/manual.txt b/docs/manual/manual.txt
index 9d394b6..8685715 100644
--- a/docs/manual/manual.txt
+++ b/docs/manual/manual.txt
@@ -241,7 +241,7 @@ favourite operating system so you can use it for installation.
 
 [source,sh]
 host$ qemu-kvm -boot order=dc -vga qxl \
-        -spice port=3001,disable-ticketing -soundhw ac97 \
+        -spice port=3001,disable-ticketing -soundhw hda \
         -device virtio-serial -chardev spicevmc,id=vdagent,debug=0,name=vdagent \
         -device virtserialport,chardev=vdagent,name=com.redhat.spice.0 \
         -cdrom /path/to/your.iso /path/to/your.img
-- 
2.7.4



More information about the Spice-devel mailing list