On 21/12/13 20:42, Peter Maydell wrote: > On 16 December 2013 14:12, James Hogan <james.hogan@xxxxxxxxxx> wrote: >> +#include "linux/kvm.h" > > You can't include linux/kvm.h like this -- on Linux this will pull in > whatever the host's system kvm.h happens to be, and on non-Linux > it won't compile: > > /Users/pm215/src/qemu/hw/mips/mips_malta.c:56:10: fatal error: > 'linux/kvm.h' file not found > #include "linux/kvm.h" > ^ > 1 error generated. Thanks Peter, I've removed all these new includes except sysemu/kvm.h. Cheers James -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html