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.


integrated decoder
[palacios.git] / palacios / src / palacios / vmm_ctrl_regs.c
index b21dc85..b31fcaa 100644 (file)
@@ -43,7 +43,14 @@ int handle_cr0_write(struct guest_info * info) {
        PrintDebug("Could not read instruction (ret=%d)\n", ret);
        return -1;
       }
+      /*
+      {
+       struct x86_instr dec_instr;
+       v3_decode(info, (addr_t)instr, &dec_instr);
+       return -1;
+      }
 
+      */
       while (is_prefix_byte(instr[index])) {
        switch(instr[index]) {
        case PREFIX_CS_OVERRIDE: