From: Jack Lange Date: Tue, 5 Oct 2010 22:28:46 +0000 (-0500) Subject: fix for Linux rule breaking behavior X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=commitdiff_plain;h=99c8bed98abf75955e09ce1af868f7bf16c9406c;p=palacios.git fix for Linux rule breaking behavior --- diff --git a/palacios/src/devices/apic.c b/palacios/src/devices/apic.c index 655c1fb..2ec7a41 100644 --- a/palacios/src/devices/apic.c +++ b/palacios/src/devices/apic.c @@ -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;