]> xenbits.xensource.com Git - seabios.git/commit
Add qemu_cfg_e820 function.
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 18 Oct 2013 10:18:19 +0000 (12:18 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 6 Nov 2013 11:31:24 +0000 (12:31 +0100)
commit6e1b082a68105061f079362b3bd9b632d27bcec8
tree5450397c820f110651fe08c1a21e794fc2975828
parent11948748495841bd54721b250d68c7b3cb0475ef
Add qemu_cfg_e820 function.

Move all ram detection and e820 setup to the new function, except for
lowmem detection which must remain in preinit so we can initialize our
memory allocator properly.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
src/fw/paravirt.c