X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fapic.c;h=6abeeb9b4a8f47d321ce5bfac006219181baebed;hp=5aa5e13ae6484b3002f6e3c71bd0422806914a77;hb=64cc3bfb45f88a1880331093e87035a38c8f2bdb;hpb=c4a5479be0c0cf9fc084bf26e25f7ba4c020b113 diff --git a/palacios/src/devices/apic.c b/palacios/src/devices/apic.c index 5aa5e13..6abeeb9 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); + PrintDebug("apic %u: core %u: writing command high=0x%x\n", apic->lapic_id.val, core->vcpu_id,apic->int_cmd.hi); break; }