From: Jes S. <je...@sg...> - 2008-03-27 16:20:46
|
Zhang, Xiantao wrote: > Hi, Jes > Could you check your build step by step? :) > 1. Checkout latest source, and apply the attached patch. > 2. ./configure --disable-cpu-emulation > 3. cd kernel > 4. make sync Linux=$kvm_kernel_dir > kvm_kernel_dir = the kernel directory of kvm-ia64.git > 5. cd .. > 6. make qemu Hi Xiantao, Thanks for the instructions, with this I finally managed to build qemu. However, it gets more fun, I am not getting this when I try to run :( At least there's something I can start debugging. Cheers, Jes [root@mustafa jes]# /root/jes/qemu-system-ia64 -m 1024 -hda /dev/sda -vnc mustafa:0 -net nic,macaddr=de:ad:be:ef:00:01,model=rtl8139 -net tap,script=/etc/qemu-ifup.sh + switch=br0 + '[' -n tap0 ']' ++ whoami + /usr/bin/sudo /usr/sbin/tunctl -u root -t tap0 TUNSETIFF: Device or resource busy + /usr/bin/sudo /sbin/ip link set tap0 up + sleep 0.5s + /usr/bin/sudo /usr/sbin/brctl addif br0 tap0 + exit 0 Segmentation fault [root@mustafa jes]# |