qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 6/6] use uint32_t for ioport port and value inst


From: Stuart Brady
Subject: Re: [Qemu-devel] [PATCH 6/6] use uint32_t for ioport port and value instead of int.
Date: Thu, 2 Jul 2009 19:30:31 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

On Thu, Jul 02, 2009 at 07:11:13PM +0100, Stuart Brady wrote:
> On Thu, Jul 02, 2009 at 07:32:11PM +0900, Isaku Yamahata wrote:
> > -    LOG_UNUSED_IOPORT("unused inb: port=0x%04x\n", address);
> > +    LOG_UNUSED_IOPORT(stderr, "unused inb: port=0x%04"PRIx32"\n", address);
> 
> These don't look intentional...

To clarify, I was referring to the 'stderr' part, and missed the 'PRIx32'.

Cheers,
-- 
Stuart Brady




reply via email to

[Prev in Thread] Current Thread [Next in Thread]