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.


documentation changes
[palacios.git] / utils / guest_creator / out_format
index d8f82fc..f9a5fe7 100644 (file)
@@ -1,12 +1,17 @@
 v3vee\0\0\0        : 8 bytes
 <length of xml>    : 4 bytes
-<xml>
-<zeroes>           : 8 bytes of zeroes
+<xml>              : xml configuration string
+<zero's>           : 8 bytes of zeroes
 
 <num files>        : 8 bytes
 
 <index>            : 4 bytes
 <size>             : 4 bytes
 <offset>           : 8 bytes
-...
-<padding>          : zeroes to 8 byte boundary
+... other files ...
+
+<zero's>           : 8 bytes of zeroes
+
+<file>             : raw file data
+
+... other raw file data ...