Tuesday, June 23, 2009

To compile QEMU with just i386 and x86_64 support

To compile QEMU with just i386 and x86_64 support:

./configure --target-list=x86_64-linux-user,i386-linux-user,i386-softmmu,x86_64-softmmu
make -j2
make install

No comments: