On Tue, Dec 13, 2011 at 2:06 AM, Stefan Hajnoczi <stefa...@gmail.com> wrote: > Please post your QEMU command-line (you can find it with "ps aux | grep > qemu"). > > If you are running through libvirt/virsh/virt-manager there may be > permission requirements since the guest can be set to run as an > unprivileged user without access to audio devices. That's just a guess > but worth looking into.
Here's my qemu command line: qemu 5294 19.6 25.7 2444808 2101252 ? Sl 06:47 1:00 /usr/bin/qemu-kvm -S -M pc-0.14 -enable-kvm -m 2048 -smp 2,sockets=2,cores=1,threads=1 -name windowsvistax64-2 -uuid 9e05602e-6c56-ccdb-a8d6-551cf434a3f8 -nodefconfig -nodefaults -chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/windowsvistax64-2.monitor,server,nowait -mon chardev=charmonitor,id=monitor,mode=control -rtc base=localtime -no-hpet -no-shutdown -drive file=/var/lib/libvirt/images/win7.raw,if=none,id=drive-ide0-0-0,format=raw -device ide-drive,bus=ide.0,unit=0,drive=drive-ide0-0-0,id=ide0-0-0,bootindex=2 -netdev tap,fd=22,id=hostnet0 -device rtl8139,netdev=hostnet0,id=net0,mac=52:54:00:98:e5:52,bus=pci.0,multifunction=on,addr=0x3.0x0 -netdev tap,fd=23,id=hostnet1 -device rtl8139,netdev=hostnet1,id=net1,mac=52:54:00:71:a0:18,bus=pci.0,multifunction=on,addr=0x5.0x0 -usb -device usb-tablet,id=input0 -vnc 127.0.0.1:0 -vga cirrus -device intel-hda,id=sound0,bus=pci.0,multifunction=on,addr=0x6.0x0 -device hda-duplex,id=sound0-codec0,bus=sound0.0,cad=0 -device virtio-balloon-pci,id=balloon0,bus=pci.0,multifunction=on,addr=0x4.0x0 I am running with virt-manager as root -- OpenSUSE 12.1 prompts me for the root password if I start virt-manager as a regular user. Normally, though, I just run it su'ed to root from a terminal window. Thanks, Erik