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

2012-03-19 Thread Andreas Färber
Am 19.03.2012 04:19, 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 Reviewed-by: Andreas Färber Thanks, Andreas > --- > hw/ioapic.c |2 +- > 1 files changed, 1 insertions(+), 1 dele

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

2012-03-18 Thread Jason Wang
ioapic.c:198: error: format ‘%08x’ expects type ‘unsigned int’, but argument 3 has type ‘uint64_t’ Signed-off-by: Jason Wang --- hw/ioapic.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/ioapic.c b/hw/ioapic.c index 3fee011..e2e4796 100644 --- a/hw/ioapic.c +++ b/