It needs more code

Kitchen Sink Included

Archive for February 2009

Notes on KVM

without comments

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

Written by cake

February 20, 2009 at 11:48 am

Posted in RandomHelp