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.


fix for Linux rule breaking behavior
Jack Lange [Tue, 5 Oct 2010 22:28:46 +0000 (17:28 -0500)]
palacios/src/devices/apic.c

index 655c1fb..2ec7a41 100644 (file)
@@ -791,7 +791,7 @@ static int apic_write(struct guest_info * core, addr_t guest_addr, void * src, u
 
            PrintError("apic %u: core %u: Attempting to write to read only register %p (error)\n", 
                       apic->lapic_id.val, core->cpu_id, (void *)reg_addr);
-           return -1;
+           //  return -1;
 
            break;