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.


removed derogatory comments about Linux
Jack Lange [Fri, 1 May 2009 19:39:56 +0000 (14:39 -0500)]
palacios/include/palacios/vmm_list.h
palacios/src/devices/apic.c

index 0d5b907..3dfed8d 100644 (file)
@@ -1,7 +1,3 @@
-/* Stolen From Linux list implementation */
-/* 2008, Modifications by Jack Lange <jarusl@cs.northwestern.edu> */
-
-
 #ifndef _VMM_LIST_H
 #define _VMM_LIST_H
 
index 92e6683..d27cd12 100644 (file)
@@ -431,7 +431,6 @@ static int apic_read(addr_t guest_addr, void * dst, uint_t length, void * priv_d
     }
 
 
-    /* Because "May not be supported" doesn't matter to Linux developers... */
     /*   if (length != 4) { */
     /*     PrintError("Invalid apic read length (%d)\n", length); */
     /*     return -1; */
@@ -439,8 +438,6 @@ static int apic_read(addr_t guest_addr, void * dst, uint_t length, void * priv_d
 
     switch (reg_addr & ~0x3) {
        case EOI_OFFSET:
-           // 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;