From: Patrick G. Bridges Date: Thu, 10 Nov 2011 17:54:46 +0000 (-0700) Subject: Replaced spurious V3_Print in apic.c with PrintDebug X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=64cc3bfb45f88a1880331093e87035a38c8f2bdb Replaced spurious V3_Print in apic.c with PrintDebug --- 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; }