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.


Constraints in page allocation, and code changes to use them; shadow paging allocati...
[palacios.git] / palacios / src / palacios / vmx_msr.c
index 9d6e42a..ea20374 100644 (file)
@@ -73,7 +73,7 @@ int v3_init_vmx_msr_map(struct v3_vm_info * vm) {
 
     msr_map->update_map = update_map;
     
-    temp = V3_AllocPages(1);
+    temp = V3_AllocPages(1); // need not be shadow-safe, not exposed to guest
     if (!temp) { 
         PrintError(vm, VCORE_NONE, "Cannot allocat MSR bitmap\n");
        return -1;