Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


added null build file
Jack Lange [Wed, 20 Apr 2011 23:50:37 +0000 (18:50 -0500)]
palacios/src/extensions/Makefile
palacios/src/extensions/null.c [new file with mode: 0644]

index 8b9f3f6..ac19202 100644 (file)
@@ -1,3 +1,4 @@
+obj-y += null.o
 obj-$(CONFIG_EXT_MTRRS) += ext_mtrr.o
 obj-$(CONFIG_EXT_VTSC) += ext_vtsc.o
 obj-$(CONFIG_EXT_VTIME) += ext_vtime.o
diff --git a/palacios/src/extensions/null.c b/palacios/src/extensions/null.c
new file mode 100644 (file)
index 0000000..1828c44
--- /dev/null
@@ -0,0 +1,6 @@
+/** \file
+ * Do nothing module.
+ *
+ * This file only exists to appease the kbuild gods.
+ */
+