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.


hacked in support for writes to readonly apic register 0x30 - they are just ignored
Peter Dinda [Wed, 25 Feb 2009 18:39:19 +0000 (12:39 -0600)]
palacios/src/devices/apic.c

index 77f727b..03b37e8 100644 (file)
@@ -652,8 +652,12 @@ static int apic_write(addr_t guest_addr, void * src, uint_t length, void * priv_
   case TRIG_OFFSET7:
   case PPR_OFFSET:
   case EXT_APIC_FEATURE_OFFSET:
-    PrintError("Attempting to write to read only register %p\n", (void *)reg_addr);
+#if 1
+    PrintError("Attempting to write to read only register %p (ignored)\n", (void *)reg_addr);
+#else   
+    PrintError("Attempting to write to read only register %p (error)\n", (void *)reg_addr);
     return -1;
+#endif
     break;
 
     // Data registers