[SeaBIOS] [PATCH] test-gcc: do not truncate stderr

2012-03-22 Thread Ian Campbell
Using "> /dev/fd/2" causes stderr to get truncated, which is mangles the log file if the user happens to have redirected it there. Use ">&2" instead which redirects to the already open stderr and doesn't truncate it. Reported-by: Tim Deegan Tested-by: Tim Deegan Signed-off-by: Ian Campbell --

Re: [SeaBIOS] [PATCH v2] Halt if number of started cpus are more then expected

2012-03-22 Thread Igor Mammedov
On 03/22/2012 12:39 AM, Kevin O'Connor wrote: On Fri, Mar 16, 2012 at 10:33:15AM +0100, Igor Mammedov wrote: Reduce amount of consumed cpu time (i.e. don't spin forever) if number of started cpus are more then expected. And print a bug message into debug port. And it is not safe to continue to

Re: [SeaBIOS] [PATCH] update version banner

2012-03-22 Thread Gerd Hoffmann
On 03/22/12 01:15, Kevin O'Connor wrote: > I like the idea, but I'd rather not complicate the Makefile further. > How about the patch below? Fine with me. cheers, Gerd ___ SeaBIOS mailing list SeaBIOS@seabios.org http://www.seabios.org/mailman/listi