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.


alignment format fix
Lei Xia [Thu, 30 Jun 2011 22:13:57 +0000 (17:13 -0500)]
linux_module/iface-packet.c
linux_module/iface-socket.c
linux_module/iface-stream.h
linux_module/palacios-vnet-brg.c
linux_module/palacios-vnet-ctrl.c
linux_module/palacios-vnet.c
linux_module/util-queue.c
linux_module/util-queue.h
linux_module/util-ringbuffer.c
linux_module/util-ringbuffer.h

index 47b3658..b067987 100644 (file)
@@ -1,7 +1,7 @@
 /* 
-  * Palacios Raw Packet Interface Implementation
-  * (c) Lei Xia  2010
-  */
+ * Palacios Raw Packet Interface Implementation
+ * (c) Lei Xia  2010
+ */
  
 #include <asm/uaccess.h>
 #include <linux/inet.h>
index 89b0f80..979558c 100644 (file)
@@ -1,7 +1,7 @@
- /* 
-  * Palacios Socket Interface Implementation
-  * (c) Lei Xia  2010
-  */
+/* 
+ * Palacios Socket Interface Implementation
+ * (c) Lei Xia  2010
+ */
  
 
 #include <interfaces/vmm_socket.h>
index 49b9118..aba5dd7 100644 (file)
@@ -1,7 +1,7 @@
 /*
-  * Stream 
-  * (c) Lei Xia  2010
-  */
+ * Stream 
+ * (c) Lei Xia  2010
+ */
  
  
 #ifndef __IFACE_STREAM_H__
index fda1775..81af9a4 100644 (file)
@@ -1,8 +1,7 @@
 /* 
-  * Palacios VNET Host Bridge
-  * (c) Lei Xia  2010
-  */
+ * Palacios VNET Host Bridge
+ * (c) Lei Xia  2010
+ */ 
 
 #include <linux/spinlock.h>
 #include <linux/seq_file.h>
index f38b9ff..429f79d 100644 (file)
@@ -1,7 +1,7 @@
 /* 
-  * Palacios VNET Control Module
-  * (c) Lei Xia  2010
-  */
+ * Palacios VNET Control Module
+ * (c) Lei Xia  2010
+ */
  
 #include <linux/spinlock.h>
 #include <linux/seq_file.h>
index 2cd0ee2..a955379 100644 (file)
@@ -1,7 +1,7 @@
 /* 
-  * Palacios VNET Host Hooks Implementations 
-  * Lei Xia 2010
-  */
+ * Palacios VNET Host Hooks Implementations 
+ * Lei Xia 2010
+ */
 
 #include <linux/kernel.h>
 #include <linux/kthread.h>
index ee32439..0c51f8d 100644 (file)
@@ -1,7 +1,7 @@
 /* 
-  * Queue implementation
-  * Jack Lange 2011
-  */
+ * Queue implementation
+ * Jack Lange 2011
+ */
 
 #include <linux/slab.h>
 
index 68e4e6e..d4c8ddd 100644 (file)
@@ -1,7 +1,7 @@
 /* 
-  * Queue implementation
-  * Jack Lange 2011
-  */
+ * Queue implementation
+ * Jack Lange 2011
+ */
 
 #ifndef __PALACIOS_QUEUE_H__
 #define __PALACIOS_QUEUE_H__
index 924e8af..d52d25d 100644 (file)
@@ -1,7 +1,7 @@
 /*\r
-  * Ringbuffer implementation\r
-  * (c) Lei Xia  2010\r
-  */\r
+ * Ringbuffer implementation\r
+ * (c) Lei Xia  2010\r
+ */\r
  \r
 \r
 #include <linux/errno.h>\r
index fc5ca7c..051a4ff 100644 (file)
@@ -1,7 +1,7 @@
 /*
-  * Ringbuffer 
-  * (c) Lei Xia  2010
-  */
+ * Ringbuffer 
+ * (c) Lei Xia  2010
+ */
  
 
 #ifndef __PALACIOS_RING_BUFFER_H__