mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-31 02:41:52 +00:00
Switch example sound device to 'hda'
Recommended sound device for newer operating systems is Intel HD audio (hda). Use this in the commandline examples.
This commit is contained in:
parent
14f1303053
commit
4c99109329
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user