On Wed, Jan 30, 2008 at 08:40:52AM -0800, ron minnich wrote:
> Possibly this message could be a little less stress-inducing :-)
Yes.
//Peter
Always print a friendly message when x86emu halts without error.
Signed-off-by: Peter Stuge <[EMAIL PROTECTED]>
Index: src/devices/emulator/x86emu/decode.c
===================================================================
--- src/devices/emulator/x86emu/decode.c (revision 3073)
+++ src/devices/emulator/x86emu/decode.c (working copy)
@@ -109,8 +109,7 @@
X86EMU_trace_regs();
}
else {
- if (M.x86.debug)
- printk("Service completed successfully\n");
+ printk("x86emu exiting successfully\n");
})
return;
}
--
coreboot mailing list
[email protected]
http://www.coreboot.org/mailman/listinfo/coreboot