qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [SeaBIOS] SeaBIOS error with Juniper FreeBSD kernel


From: Kevin O'Connor
Subject: Re: [Qemu-devel] [SeaBIOS] SeaBIOS error with Juniper FreeBSD kernel
Date: Tue, 2 Aug 2011 08:41:14 -0400
User-agent: Mutt/1.5.21 (2010-09-15)

On Tue, Aug 02, 2011 at 11:33:09AM +0200, Bjørn Mork wrote:
> "Kevin O'Connor" <address@hidden> writes:
> > Also, it's possible the code could try to use the f-segment if there
> > are less than say 16 cpus and use high memory when more cpus are
> > present.
> 
> How about a variant over the last suggestion: Don't actually care bout
> the number of CPUs, but just fall back to malloc_high if malloc_fseg
> fails?

This could make testing painful - small changes in the code could
cause a different table layout that is OS visible.  I'd prefer a more
strict cutoff.  Though, I suppose the cutoff could be by the table
size itself instead of by number of CPUs.

-Kevin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]