X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fapic.c;h=d88852d21008ea6a355b8af7a391905d6ba6889c;hb=f7e83e5d2d00ba107ccda346da4660ab523471bb;hp=5aa5e13ae6484b3002f6e3c71bd0422806914a77;hpb=8a3dbb70c29175bad79764a0b2f3961b98138bb2;p=palacios.git diff --git a/palacios/src/devices/apic.c b/palacios/src/devices/apic.c index 5aa5e13..d88852d 100644 --- a/palacios/src/devices/apic.c +++ b/palacios/src/devices/apic.c @@ -1432,8 +1432,7 @@ static int apic_write(struct guest_info * core, addr_t guest_addr, void * src, u } case INT_CMD_HI_OFFSET: { apic->int_cmd.hi = op_val; - V3_Print("apic %u: core %u: writing command high=0x%x\n", apic->lapic_id.val, core->vcpu_id,apic->int_cmd.hi); - + //V3_Print("apic %u: core %u: writing command high=0x%x\n", apic->lapic_id.val, core->vcpu_id,apic->int_cmd.hi); break; } // Unhandled Registers