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.


Merge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacio...
Lei Xia [Fri, 6 May 2011 02:50:06 +0000 (21:50 -0500)]
Conflicts:

palacios/src/vnet/Makefile

1  2 
linux_module/Makefile
palacios/src/palacios/vmm.c
palacios/src/vnet/Makefile

Simple merge
Simple merge
@@@ -1,2 -1,3 +1,3 @@@
 +obj-$(V3_CONFIG_VNET) +=  vnet_core.o vnet_host.o vnet_hashtable.o
+ obj-y += null.o
 -obj-$(V3_CONFIG_VNET) +=  vnet_core.o