[PATCH] kvm: fix kvm_para.h header dependency

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Christian Ehrhardt <ehrhardt@xxxxxxxxxxxxxxxxxx>

I currently work on paravirtual extensions for powerpc and found that the
current header dependencies create a classic "chicken or egg problem" leading
to the point that you can't use definitions out of kvm_host.h in kvm_para.h
I found it because I wanted to use kvm_vcpu, after looking around I found
that neither kvm_host.h nor any file including it today needs anything from
kvm_para.h.
C Files needing definitions of kvm_para.h should include it diretly anyway
instead of kvm_host.h and hoping for nice follow up includes in the header.

Compilation of the patch tested for x86, powerpc and s390 (thanks to Christian
Borntraeger).

Easy solution to allow e.g. kvm_vcpu in kvm_para.h, but I might overlook
something, comments welcome.

Signed-off-by: Christian Ehrhardt <ehrhardt@xxxxxxxxxxxxxxxxxx>
---

[diffstat]
 kvm_host.h |    1 -
 1 file changed, 1 deletion(-)

[diff]
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h
index a18aaad..af29039 100644
--- a/include/linux/kvm_host.h
+++ b/include/linux/kvm_host.h
@@ -19,7 +19,6 @@
 #include <asm/signal.h>
 
 #include <linux/kvm.h>
-#include <linux/kvm_para.h>
 
 #include <linux/kvm_types.h>
 
--
To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [KVM Development]     [KVM ARM]     [KVM ia64]     [Linux Virtualization]     [Linux USB Devel]     [Linux Video]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux