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.


got the bios setup ok, now we have to handle the exits
[palacios.git] / palacios / src / palacios / vmm_mem.c
index 013ea0b..49586f1 100644 (file)
@@ -53,10 +53,7 @@ void free_shadow_map(shadow_map_t * map) {
 
 
 
-/* This is slightly different semantically from the mem list, in that
- * we don't allow overlaps we could probably allow overlappig regions
- * of the same type... but I'll let someone else deal with that
- */
+
 int add_shadow_region(shadow_map_t * map,
                      shadow_region_t * region) 
 {