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.


added wp flag to shadow cr0
Jack Lange [Mon, 31 Aug 2009 20:36:52 +0000 (15:36 -0500)]
palacios/src/palacios/vmm_ctrl_regs.c

index 9ed9102..5476635 100644 (file)
@@ -141,6 +141,8 @@ static int handle_mov_to_cr0(struct guest_info * info, struct x86_instr * dec_in
                return -1;
            }
        } else {
+
+           shadow_cr0->wp = 1;
            
            if (v3_activate_passthrough_pt(info) == -1) {
                PrintError("Failed to activate passthrough page tables\n");