new file mode 100644
@@ -0,0 +1,303 @@
+#ifndef KVM_UNIFDEF_H
+#define KVM_UNIFDEF_H
+
+#ifdef __i386__
+#ifndef CONFIG_X86_32
+#define CONFIG_X86_32 1
+#endif
+#endif
^^^^^^^^^
I don't think this needs to be included :-) I had the same stuff show
up in my headers after doing a git pull at some point. Do you want to
repost an updated version of this patch?
Cheers,
Jes
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
>>>>> "Xiantao" == Zhang, Xiantao <xiantao.zhang@intel.com> writes: Xiantao> From bbaeed10e1629a1c86a497e5a4e18e5d51b5df69 Mon Sep 17 Xiantao> 00:00:00 2001 From: Xiantao Zhang <xiantao.zhang@intel.com> Xiantao> Date: Tue, 28 Apr 2009 15:05:30 +0800 Subject: [PATCH] Xiantao> qemu-kvm: Add header files for ia64.