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.


removed annoying debug statement
Jack Lange [Fri, 18 Sep 2009 21:30:23 +0000 (16:30 -0500)]
palacios/src/palacios/vmm_mem.c

index 0f1c004..b012bc3 100644 (file)
@@ -387,7 +387,7 @@ addr_t v3_get_shadow_addr(struct v3_shadow_region * reg, addr_t guest_addr) {
          (reg->host_type != SHDW_REGION_FULL_HOOK)) {
         return (guest_addr - reg->guest_start) + reg->host_addr;
     } else {
-        PrintError("MEM Region Invalid\n");
+       //  PrintError("MEM Region Invalid\n");
         return 0;
     }