* [PATCH] install kvm modules into drivers/kvm
@ 2007-05-07 9:41 Nguyen Anh Quynh
[not found] ` <9cde8bff0705070241y5754df2fjc94516f2cc9294f7-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Nguyen Anh Quynh @ 2007-05-07 9:41 UTC (permalink / raw)
To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
[-- Attachment #1: Type: text/plain, Size: 571 bytes --]
This patch installs kvm modules into drivers/kvm directory rather than in extra/
Without this patch, I got a problem: after installing kvm (got from
git repo), modprobe always found and picked kvm modules in drivers/kvm
(ie old modules) instead the new ones (in extra/). This confuses me
for sometime because the old modules (which is available in 2.6.20) is
not supported by the current libkvm.
Signed-off-by: Nguyen Anh Quynh <aquynh-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
# diffstat patch2.patch
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[-- Attachment #2: patch2.patch --]
[-- Type: text/x-patch, Size: 349 bytes --]
diff --git a/kernel/Makefile b/kernel/Makefile
index 8632f09..2dd955f 100644
--- a/kernel/Makefile
+++ b/kernel/Makefile
@@ -4,7 +4,7 @@ KVERREL = $(patsubst /lib/modules/%/build,%,$(KERNELDIR))
DESTDIR=
-INSTALLDIR = $(patsubst %/build,%/extra,$(KERNELDIR))
+INSTALLDIR = $(patsubst %/build,%/drivers/kvm,$(KERNELDIR))
rpmrelease = devel
[-- 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 related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-05-08 8:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-07 9:41 [PATCH] install kvm modules into drivers/kvm Nguyen Anh Quynh
[not found] ` <9cde8bff0705070241y5754df2fjc94516f2cc9294f7-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-05-08 8:46 ` Avi Kivity
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox