|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] Add a small readme file explaining how to
# HG changeset patch
# User kfraser@xxxxxxxxxxxxxxxxxxxxx
# Node ID 59f7fc3e525679552da95414d79e88f608c8fba5
# Parent 3127d6744dd126f64b892225d239c446aaafa873
Add a small readme file explaining how to build PV-on-HVM drivers.
Signed-off-by: Steven Smith <ssmith@xxxxxxxxxxxxx>
---
unmodified_drivers/linux-2.6/README | 7 +++++++
1 files changed, 7 insertions(+)
diff -r 3127d6744dd1 -r 59f7fc3e5256 unmodified_drivers/linux-2.6/README
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/unmodified_drivers/linux-2.6/README Thu Aug 17 17:10:13 2006 +0100
@@ -0,0 +1,7 @@
+To build, run ./mkbuildtree and then
+
+make -C /path/to/kernel/source M=$PWD modules
+
+You get four modules, xen-evtchn-pci.ko, xenbus.ko, xen-vbd.ko, and
+xen-vnif.ko. Load xen-evtchn-pci first, then xenbus, and then
+whichever of xen-vbd and xen-vnif you happen to need.
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] Add a small readme file explaining how to build PV-on-HVM drivers.,
Xen patchbot-unstable <=
|
|
|
|
|