* [PATCH] fix missing headers
@ 2007-05-24 14:08 Joerg Roedel
0 siblings, 0 replies; only message in thread
From: Joerg Roedel @ 2007-05-24 14:08 UTC (permalink / raw)
To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
[-- Attachment #1: Type: text/plain, Size: 1071 bytes --]
Author: Markus Rechberger <markus.rechberger-5C7GfCeVMHo@public.gmane.org>
kvm-25 won't compile against the latest git tree due missing header
files.
/devel/kvm-25/kernel# make
make -C /lib/modules/2.6.22-rc2/build M=`pwd` "$@"
make[1]: Entering directory `/usr/src/linux-2.6'
LD /devel/kvm-25/kernel/built-in.o
CC [M] /devel/kvm-25/kernel/svm.o
In file included from /devel/kvm-25/kernel/kvm_svm.h:10,
from /devel/kvm-25/kernel/svm.c:24:
/devel/kvm-25/kernel/kvm.h:333: error: expected
specifier-qualifier-list before ‘sigset_t’
Signed-off-by: Markus Rechberger <markus.rechberger-5C7GfCeVMHo@public.gmane.org>
--
| AMD Saxony Limited Liability Company & Co. KG
Operating | Wilschdorfer Landstr. 101, 01109 Dresden, Germany
System | Register Court Dresden: HRA 4896
Research | General Partner authorized to represent:
Center | AMD Saxony LLC (Wilmington, Delaware, US)
| General Manager of AMD Saxony LLC: Dr. Hans-R. Deppe, Thomas McCoy
[-- Attachment #2: kvm_fix_missing_headers.diff --]
[-- Type: text/plain, Size: 291 bytes --]
--- kvm.h 2007-05-23 15:50:53.000000000 +0200
+++ /tmp/kvm.h 2007-05-24 15:40:22.000000000 +0200
@@ -10,6 +10,8 @@
#include <linux/list.h>
#include <linux/mutex.h>
#include <linux/spinlock.h>
+#include <linux/signal.h>
+#include <linux/sched.h>
#include <linux/mm.h>
#include "vmx.h"
[-- Attachment #3: Type: text/plain, Size: 286 bytes --]
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
[-- Attachment #4: Type: text/plain, Size: 186 bytes --]
_______________________________________________
kvm-devel mailing list
kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/kvm-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-05-24 14:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-24 14:08 [PATCH] fix missing headers Joerg Roedel
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.