From 97646202bc3f190dfcb48a3d506ea2445717d392 Mon Sep 17 00:00:00 2001 From: Christian Borntraeger Date: Wed, 12 Mar 2008 18:10:45 +0100 Subject: [PATCH] KVM: kvm.h: __user requires compiler.h include/linux/kvm.h defines struct kvm_dirty_log to [...] union { void __user *dirty_bitmap; /* one bit per page */ __u64 padding; }; __user requires compiler.h to compile. Currently, this works on x86 only coincidentally due to other include files. This patch makes kvm.h compile in all cases. Signed-off-by: Christian Borntraeger Signed-off-by: Avi Kivity --- Reading git-format-patch failed