From: Jack Lange Date: Fri, 1 May 2009 19:39:56 +0000 (-0500) Subject: removed derogatory comments about Linux X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=7d04da01ea9d82e0bd1f38cd5eb07367f033a087 removed derogatory comments about Linux --- diff --git a/palacios/include/palacios/vmm_list.h b/palacios/include/palacios/vmm_list.h index 0d5b907..3dfed8d 100644 --- a/palacios/include/palacios/vmm_list.h +++ b/palacios/include/palacios/vmm_list.h @@ -1,7 +1,3 @@ -/* Stolen From Linux list implementation */ -/* 2008, Modifications by Jack Lange */ - - #ifndef _VMM_LIST_H #define _VMM_LIST_H diff --git a/palacios/src/devices/apic.c b/palacios/src/devices/apic.c index 92e6683..d27cd12 100644 --- a/palacios/src/devices/apic.c +++ b/palacios/src/devices/apic.c @@ -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;