[SeaBIOS] [PATCH v4 0/2] use large ZoneHigh when there is enough memory

Gerd Hoffmann posted 2 patches 2 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/seabios tags/patchew/20220427072204.2781045-1-kraxel@redhat.com
src/config.h |  3 ++-
src/malloc.c | 23 ++++++++++++++---------
2 files changed, 16 insertions(+), 10 deletions(-)
[SeaBIOS] [PATCH v4 0/2] use large ZoneHigh when there is enough memory
Posted by Gerd Hoffmann 2 years ago
v4:
 - make calculations more robust.

v3:
 - check size instead of end address.

Gerd Hoffmann (2):
  malloc: use variable for ZoneHigh size
  malloc: use large ZoneHigh when there is enough memory

 src/config.h |  3 ++-
 src/malloc.c | 23 ++++++++++++++---------
 2 files changed, 16 insertions(+), 10 deletions(-)

-- 
2.35.1

_______________________________________________
SeaBIOS mailing list -- seabios@seabios.org
To unsubscribe send an email to seabios-leave@seabios.org
[SeaBIOS] Re: [PATCH v4 0/2] use large ZoneHigh when there is enough memory
Posted by Kevin O'Connor 1 year, 12 months ago
On Wed, Apr 27, 2022 at 09:22:02AM +0200, Gerd Hoffmann wrote:
> v4:
>  - make calculations more robust.
> 
> v3:
>  - check size instead of end address.

The series looks good to me.

-Kevin
_______________________________________________
SeaBIOS mailing list -- seabios@seabios.org
To unsubscribe send an email to seabios-leave@seabios.org
[SeaBIOS] Re: [PATCH v4 0/2] use large ZoneHigh when there is enough memory
Posted by Gerd Hoffmann 1 year, 11 months ago
On Wed, Apr 27, 2022 at 10:24:16AM -0400, Kevin O'Connor wrote:
> On Wed, Apr 27, 2022 at 09:22:02AM +0200, Gerd Hoffmann wrote:
> > v4:
> >  - make calculations more robust.
> > 
> > v3:
> >  - check size instead of end address.
> 
> The series looks good to me.

Patches pushed now.

take care,
  Gerd

_______________________________________________
SeaBIOS mailing list -- seabios@seabios.org
To unsubscribe send an email to seabios-leave@seabios.org