[coreboot] PATCH x86emu boot message

Carl-Daniel Hailfinger c-d.hailfinger.devel.2006 at gmx.net
Mon Feb 18 11:40:26 CET 2008


On 31.01.2008 00:09, Peter Stuge wrote:
> On Wed, Jan 30, 2008 at 08:40:52AM -0800, ron minnich wrote:
>   
>> Possibly this message could be a little less stress-inducing :-)
>>     
>
> Yes.
>
> Always print a friendly message when x86emu halts without error.
>   

This does not remove the irritating halt_sys message AFAICS, but at 
least it adds another message which should reduce confusion a bit.

Joe, does the patch work for you (does it make x86emu print the new 
message)? If it does, the patch is

Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>

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


-- 
http://www.hailfinger.org/





More information about the coreboot mailing list