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.


Linux user updates for more recent distros (Ubuntu 14.04 as target)
[palacios.git] / linux_usr / v3_create.c
index 4a0b9ff..7cf2d47 100644 (file)
@@ -330,7 +330,7 @@ int build_image(char * vm_name, char * filename, struct cfg_value * cfg_vals, in
 
             /* store a hash of the file blob for integrity checking later */
             hdrs[i].file_hash = v3_hash_buffer(faddr, files[i].size);
-            printf("File Hash: %llx\n", hdrs[i].file_hash);
+            printf("File Hash: %lx\n", hdrs[i].file_hash);
 
            close(fd);