The recent paravirt refactoring broke external modules.  This patch fixes that.

Signed-off-by: Anthony Liguori <[EMAIL PROTECTED]>

diff --git a/kernel/Makefile b/kernel/Makefile
index ebb2903..b78c81a 100644
--- a/kernel/Makefile
+++ b/kernel/Makefile
@@ -26,6 +26,8 @@ sync:
        rsync "$(LINUX)"/include/linux/kvm.h \
               "$(LINUX)"/include/linux/kvm_para.h \
                        include/linux
+       rsync "$(LINUX)"/include/asm-x86/kvm_para.h include/asm
+
        $(call hack, kvm_main.c)
        $(call hack, mmu.c)
        $(call hack, vmx.c)

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to