From: Zhang, X. <xia...@in...> - 2008-03-28 10:28:36
|
Jes Sorensen wrote: > 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. Hi, Jes Seems it is caused by network support. Due to one bug not addressed in slirp support, I disabled it in configure, but it could cause issues once enable networking support. I remembed one patch from Scott is targeted to address slirp issue on some 64 bit platform, but don't know why it doesn't get pickup. Attached the patch. If you want to apply it, please set slirp=''yes" in qemu's configuration first. Xiantao |