X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fapic.c;h=df9dd12d8bb373f87e62ce7bcfe29d91637c5a10;hb=990ef457de6998f79947c81a16c8e7f843e784c0;hp=03b37e8f3a893fd43672673f5229e48ac56bb1ef;hpb=0f93868a1bc6451bf6ed3822aca1a9e8806ae252;p=palacios-OLD.git diff --git a/palacios/src/devices/apic.c b/palacios/src/devices/apic.c index 03b37e8..df9dd12 100644 --- a/palacios/src/devices/apic.c +++ b/palacios/src/devices/apic.c @@ -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