Re: [Qemu-devel] [RESEND PATCH] ioapic: fix build with DEBUG_IOAPIC

2012-03-18 Thread Jason Wang
On 03/16/2012 06:32 PM, Andreas Färber wrote: Am 16.03.2012 10:10, schrieb Jason Wang: ioapic.c:198: error: format ‘%08x’ expects type ‘unsigned int’, but argument 3 has type ‘uint64_t’ Signed-off-by: Jason Wang PRIx64 is indeed needed here. However, this drops the 08 without mention in the c

Re: [Qemu-devel] [RESEND PATCH] ioapic: fix build with DEBUG_IOAPIC

2012-03-16 Thread Andreas Färber
Am 16.03.2012 10:10, schrieb Jason Wang: > ioapic.c:198: error: format ‘%08x’ expects type ‘unsigned int’, but argument > 3 has type ‘uint64_t’ > > Signed-off-by: Jason Wang PRIx64 is indeed needed here. However, this drops the 08 without mention in the commit message - was it intended? Andrea