qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v2 0/2] fw_cfg: add etc/e820


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH v2 0/2] fw_cfg: add etc/e820
Date: Tue, 22 Oct 2013 16:05:27 +0200

  Hi,

Mini patch series adds a new file to fw_cfg, holding a e820 map with
both reservations and ram regions.  The existing fw_cfg entry with e820
reservations only is left as-is.

This allows to (a) support more than 1TB of memory (which is impossible
using the current cmos entries) and (b) support non-contignous memory in
the furure without having to introduce a new interface for that.

please review,
  Gerd

Gerd Hoffmann (2):
  pc: add etc/e820 fw_cfg file
  pc: register e820 entries for ram

 hw/i386/pc.c | 41 ++++++++++++++++++++++++++++++-----------
 1 file changed, 30 insertions(+), 11 deletions(-)

-- 
1.8.3.1




reply via email to

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