Archive for February 2009
Notes on KVM
Sharing sound with the host:
export QEMU_AUDIO_DRV=alsa; kvm -hda $image_name.img -m 1024 -soundhw all
-hda = Hard disk image
-m = Memory
-soundhw = Sound Hardware
Kitchen Sink Included
Sharing sound with the host:
export QEMU_AUDIO_DRV=alsa; kvm -hda $image_name.img -m 1024 -soundhw all
-hda = Hard disk image
-m = Memory
-soundhw = Sound Hardware