X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fapic.c;h=62fbb4d6a49b4e449afdcc3f059523e2f30a2a52;hp=5aa5e13ae6484b3002f6e3c71bd0422806914a77;hb=d61e28b50d54153a18efa5697a2aecc2e52098bc;hpb=9ee97b3c6e193a59660973da0ec5ed7a743931e4 diff --git a/palacios/src/devices/apic.c b/palacios/src/devices/apic.c index 5aa5e13..62fbb4d 100644 --- a/palacios/src/devices/apic.c +++ b/palacios/src/devices/apic.c @@ -1432,7 +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; }