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 compile fix.
Patrick G. Bridges [Tue, 19 Oct 2010 20:18:34 +0000 (14:18 -0600)]
palacios/src/devices/apic.c

index bb19a66..40b90a1 100644 (file)
@@ -1100,7 +1100,7 @@ static struct intr_ctrl_ops intr_ops = {
 
 
 static struct vm_timer_ops timer_ops = {
-    .update_timer = apic_update_timer,
+    .update_timer = apic_update_time,
 };