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.


added hacks to the APIC because Linux coders didn't read the spec
Jack Lange [Wed, 25 Feb 2009 23:16:59 +0000 (17:16 -0600)]
palacios/src/devices/apic.c

index 03b37e8..df9dd12 100644 (file)
@@ -382,8 +382,10 @@ static int apic_read(addr_t guest_addr, void * dst, uint_t length, void * priv_d
 
   switch (reg_addr & ~0x3) {
   case EOI_OFFSET:
-    PrintError("Attempting to read from write only register\n");
-    return -1;
+    // Well, only an idiot would read from a architectural write only register
+    // Oh, Hello Linux.
+    //    PrintError("Attempting to read from write only register\n");
+    //    return -1;
     break;
 
     // data registers