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

2010-02-21 Thread Kevin O'Connor
On Tue, Feb 16, 2010 at 09:46:08AM +0100, Jes Sorensen wrote: > 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

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

2010-02-15 Thread Kevin O'Connor
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 good to me. -Kevin