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 bug fix
Peter Dinda [Thu, 6 Mar 2014 19:33:35 +0000 (13:33 -0600)]
palacios/src/devices/hpet.c

index 5e65cd9..a9b5d1a 100644 (file)
@@ -859,7 +859,7 @@ hpet_init (struct v3_vm_info * vm, v3_cfg_tree_t * cfg)
     /* init architecturally visible state */
        init_hpet_state(hpet);
 
-    PrintDebug(core->vm_info, core "HPET: Hooking HPET mem region at %p\n", (void*)hpet->base_addr);
+    PrintDebug(core->vm_info, core, "HPET: Hooking HPET mem region at %p\n", (void*)hpet->base_addr);
        if (v3_hook_full_mem(vm, 
                          V3_MEM_CORE_ANY, 
                          hpet->base_addr,