* [PATCH] Fix external module build
@ 2007-10-22 20:29 Anthony Liguori
[not found] ` <11930849543069-git-send-email-aliguori-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Anthony Liguori @ 2007-10-22 20:29 UTC (permalink / raw)
To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f; +Cc: Anthony Liguori, Avi Kivity
The recent paravirt refactoring broke external modules. This patch fixes that.
Signed-off-by: Anthony Liguori <aliguori-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
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/
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-10-23 8:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-22 20:29 [PATCH] Fix external module build Anthony Liguori
[not found] ` <11930849543069-git-send-email-aliguori-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2007-10-23 8:38 ` Avi Kivity
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox