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.


email notification test 3
Jack Lange [Fri, 26 Jun 2009 23:10:46 +0000 (18:10 -0500)]
palacios/src/palacios/vmm_queue.c

index f0ed9a8..2e1f72f 100644 (file)
@@ -19,8 +19,6 @@
 
 #include <palacios/vmm_queue.h>
 
-
-
 void v3_init_queue(struct gen_queue * queue) {
     queue->num_entries = 0;
     INIT_LIST_HEAD(&(queue->entries));