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.


minor alignment change
Jack Lange [Wed, 16 Mar 2011 00:11:20 +0000 (19:11 -0500)]
palacios/include/palacios/vmm_instr_decoder.h

index 5c47a99..4341910 100644 (file)
@@ -779,7 +779,7 @@ static int decode_rm_operand32(struct guest_info * core,
        }
        
        operand->operand = ADDR_MASK(get_addr_linear(core, base_addr, seg), 
-                               get_addr_width(core, instr));
+                                    get_addr_width(core, instr));
     }
 
 
@@ -1039,7 +1039,7 @@ int decode_rm_operand64(struct guest_info * core, uint8_t * modrm_instr,
        */
 
        operand->operand = ADDR_MASK(get_addr_linear(core, base_addr, seg), 
-                               get_addr_width(core, instr));
+                                    get_addr_width(core, instr));
     }