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.


fixed debug formats
Jack Lange [Fri, 20 Mar 2009 22:03:31 +0000 (17:03 -0500)]
palacios/src/palacios/vmm_ctrl_regs.c

index 75d11f0..9bbcf5b 100644 (file)
@@ -243,7 +243,7 @@ int v3_handle_cr0_read(struct guest_info * info) {
                *dst_reg = *shadow_cr0;
            }
 
-           PrintDebug("returned CR0: %p\n", (void *)*dst_reg);
+           PrintDebug("returned CR0: %p\n", (void *)*(addr_t *)dst_reg);
        } else {
            struct cr0_32 * dst_reg = (struct cr0_32 *)(dec_instr.dst_operand.operand);