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 <[EMAIL PROTECTED]>
> 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;
> }
>
--
http://www.hailfinger.org/
--
coreboot mailing list
[email protected]
http://www.coreboot.org/mailman/listinfo/coreboot