From: "Joerg Roedel" <joerg.roedel-5C7GfCeVMHo@public.gmane.org>
To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: [PATCH] fix missing headers
Date: Thu, 24 May 2007 16:08:51 +0200 [thread overview]
Message-ID: <20070524140851.GC21581@amd.com> (raw)
[-- 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
reply other threads:[~2007-05-24 14:08 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070524140851.GC21581@amd.com \
--to=joerg.roedel-5c7gfcevmho@public.gmane.org \
--cc=kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.