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.


build fix for kitten
Jack Lange [Thu, 19 May 2011 15:25:58 +0000 (10:25 -0500)]
palacios/src/interfaces/Makefile
palacios/src/interfaces/null.c [new file with mode: 0644]

index 15ba807..9d2c6f3 100644 (file)
@@ -7,4 +7,5 @@ obj-$(V3_CONFIG_GRAPHICS_CONSOLE) += vmm_graphics_console.o
 obj-$(V3_CONFIG_KEYED_STREAMS) += vmm_keyed_stream.o
 obj-$(V3_CONFIG_HOST_DEVICE) += vmm_host_dev.o
 
+obj-y += null.o
 
diff --git a/palacios/src/interfaces/null.c b/palacios/src/interfaces/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.
+ */
+