[Qemu-devel] [PATCH] Seabios e820 reservation portion v3

2010-02-16 Thread Jes Sorensen
On 02/16/10 01:43, Kevin O'Connor wrote: On Mon, Feb 15, 2010 at 06:33:59PM +0100, Jes Sorensen wrote: Hi, This is the Seabios part to match my e820 reservation via fw_cfg patch. This still has 'struct e820_entry' which is too similar to 'struct e820entry' in memmap.h. Otherwise, it looks go

[Qemu-devel] [PATCH] Seabios e820 reservation portion

2010-02-15 Thread Jes Sorensen
Hi, This is the Seabios part to match my e820 reservation via fw_cfg patch. Cheers, Jes Read optional table of e820 entries from qemu_cfg Read optional table of e820 entries through qemu_cfg, allowing QEMU to provide the location of KVM's switch area etc. rather than rely on hard coded values.