From: Avi Kivity <[EMAIL PROTECTED]> Signed-off-by: Avi Kivity <[EMAIL PROTECTED]>
diff --git a/kernel/Makefile b/kernel/Makefile index 93a7ebb..8beb56e 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -30,7 +30,8 @@ all:: sync: rm -rf tmp rsync --exclude='*.mod.c' -R \ - "$(LINUX)"/drivers/kvm/./*.[ch] \ + "$(LINUX)"/arch/x86/kvm/./*.[ch] \ + "$(LINUX)"/virt/kvm/./*.[ch] \ "$(LINUX)"/./include/linux/kvm*.h \ "$(LINUX)"/./include/asm-x86/kvm*.h \ tmp/ diff --git a/kernel/vmx-debug.c b/kernel/vmx-debug.c index cf9458c..29316a0 100644 --- a/kernel/vmx-debug.c +++ b/kernel/vmx-debug.c @@ -16,7 +16,7 @@ #include <linux/highmem.h> -#include "kvm.h" +#include <linux/kvm_host.h> #include "debug.h" #ifdef KVM_DEBUG ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ kvm-commits mailing list kvm-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kvm-commits