X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fapic.c;fp=palacios%2Fsrc%2Fdevices%2Fapic.c;h=d27cd128e84c2673be8b1891ccf6a10516ec7b52;hp=92e66833fe70e71ebaed4ee681b116605fc5e9fc;hb=7d04da01ea9d82e0bd1f38cd5eb07367f033a087;hpb=421c054f9e4e08d0cf8b31ee56a396b0792588f1 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;