Comment 18 for bug 304649

Revision history for this message
Dustin Kirkland  (kirkland) wrote :

Okay, I was able to get sound in the kvm guest using the following:

$ export QEMU_AUDIO_DRV=alsa
$ export SDL_AUDIODRIVER=pulse
$ kvm -m 1024 -hda jaunty-desktop.img -soundhw all

:-Dustin