Re: [Qemu-devel] [PATCH] isa-bus.c: use hw_error instead of fprintf

2010-12-11 Thread Blue Swirl
Thanks, applied. On Fri, Dec 3, 2010 at 11:05 AM, Tristan Gingold wrote: > Minor clean-up in isa-bus.c.  Using hw_error is more consistent. > There is a difference however: hw_error dumps the cpu state. > > Signed-off-by: Tristan Gingold > --- >  hw/isa-bus.c |   11 --- >  1 files change

[Qemu-devel] [PATCH] isa-bus.c: use hw_error instead of fprintf

2010-12-03 Thread Tristan Gingold
Minor clean-up in isa-bus.c. Using hw_error is more consistent. There is a difference however: hw_error dumps the cpu state. Signed-off-by: Tristan Gingold --- hw/isa-bus.c | 11 --- 1 files changed, 4 insertions(+), 7 deletions(-) diff --git a/hw/isa-bus.c b/hw/isa-bus.c index 4e306