]> Git Repo - qemu.git/commit - hw/i386/pc.c
pc: add etc/e820 fw_cfg file
authorGerd Hoffmann <[email protected]>
Fri, 18 Oct 2013 09:31:54 +0000 (11:31 +0200)
committerGerd Hoffmann <[email protected]>
Mon, 4 Nov 2013 11:24:23 +0000 (12:24 +0100)
commit7d67110f2d9a6a2d6b5215a948abc95d07258735
treefa07843d129c553ced1a8cc2fd0234324a4a0f52
parenta126050a103c924b03388a9a64ce9af8c96b0969
pc: add etc/e820 fw_cfg file

Unlike the existing FW_CFG_E820_TABLE entry which carries reservations
only the new etc/e820 file also has entries for RAM.

Format is simliar to the FW_CFG_E820_TABLE, it is a simple list of
e820_entry structs.  Unlike FW_CFG_E820_TABLE it has no count though
as the number of entries can be figured from the file size.

Cc: Andrea Arcangeli <[email protected]>
Signed-off-by: Gerd Hoffmann <[email protected]>
hw/i386/pc.c
This page took 0.025292 seconds and 4 git commands to generate.