Sheng Yang wrote: > From c050ed6225f314b86a0dabf11c7f677de097c39f Mon Sep 17 00:00:00 2001 > From: Sheng Yang <[EMAIL PROTECTED]> > Date: Tue, 27 Nov 2007 14:41:06 +0800 > Subject: [PATCH] KVM: Fix compile error caused by no defined CONFIG_X86 > > For <linux/kvm.h> was included by qemu, which didn't define CONFIG_X86, > kvm compiles fail on x86 machines. > > Using __i386__ and __x86_64__ instead. > >
For use as an exported header (installed in /usr/include) CONFIG_86 is okay, since we run unifdef. For use in development, I added -DCONFIG_X86 to the qemu flags for now. -- error compiling committee.c: too many arguments to function ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ kvm-devel mailing list kvm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kvm-devel