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.


typo fix
Jack Lange [Fri, 18 Feb 2011 01:20:33 +0000 (19:20 -0600)]
palacios/include/palacios/vmm_xml.h

index 680c41a..16a93cb 100644 (file)
@@ -97,7 +97,7 @@ void v3_xml_free(struct v3_xml * xml);
 
 char * v3_xml_tostr(struct v3_xml * xml);
 
-struct v3_xml * v3_xml_insert(struct v3_xml * xml, struct v3_xml * dest, size_t off) 
+struct v3_xml * v3_xml_insert(struct v3_xml * xml, struct v3_xml * dest, size_t off);
 struct v3_xml *  v3_xml_set_txt(struct v3_xml * xml, const char *txt);