[coreboot] PATCH x86emu boot message

Peter Stuge peter at stuge.se
Thu Jan 31 00:09:54 CET 2008


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
-------------- next part --------------
Always print a friendly message when x86emu halts without error.

Signed-off-by: Peter Stuge <peter at stuge.se>

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;
             }


More information about the coreboot mailing list