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

2011-01-20 Thread Aurelien Jarno
On Mon, Dec 27, 2010 at 01:00:56AM +0100, Andreas Färber wrote: > When failing due to conflicting I/O port registrations, > include the offending I/O port address in the message. > > Signed-off-by: Andreas Färber > --- > ioport.c |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) >

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

2010-12-26 Thread Andreas Färber
When failing due to conflicting I/O port registrations, include the offending I/O port address in the message. Signed-off-by: Andreas Färber --- ioport.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ioport.c b/ioport.c index aa4188a..349915f 100644 --- a/ioport.c +