Re: [Qemu-devel] [PATCH v2] ioport: Improve error output

2011-03-06 Thread Aurelien Jarno
On Sun, Mar 06, 2011 at 03:48:13PM +0100, Andreas Färber wrote: > When failing due to conflicting I/O port registrations, > include the offending I/O port address in the message. > > Cc: Aurelien Jarno > Signed-off-by: Andreas Färber > --- > v2: > * Use "for address 0x%x" wording, as suggested

[Qemu-devel] [PATCH v2] ioport: Improve error output

2011-03-06 Thread Andreas Färber
When failing due to conflicting I/O port registrations, include the offending I/O port address in the message. Cc: Aurelien Jarno Signed-off-by: Andreas Färber --- v2: * Use "for address 0x%x" wording, as suggested by Aurelien. ioport.c |6 -- 1 files changed, 4 insertions(+), 2 del