From: Zhang, X. <xia...@in...> - 2008-03-27 02:10:08
|
> In file included from > > /home/estes07/jes/lw/kvm-userspace/qemu/qemu-kvm.h:80, from > /home/estes07/jes/lw/kvm-userspace/qemu/qemu-kvm.c:19: > > However if I link in linux/kvm.h and asm/kvm.h I get hit by a conflict > in the define of ia64_fpreg or something like that. > > I get the impression the latest sources cannot be built? 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 You will find the binary in qemu/ia64-softmmu/qemu-system-ia64. Xiantao |