2010年3月4日 星期四

Building qemu-kvm

KVM is integrated into linux kernel, It may help virtualizaion of QEMU( QEMU is emulation only ).

the first step is install the kernel module and get the qemu-kvm source code( a modified qemu )

1. modprobe kvm
2. modprobe kvm-intel

3. step into the source code of qemu-kvm,  ./configure --target-list=i386-softmmu

if lack of libpic ,    install the pciutil

then make to get the qemu