Re: [Qemu-devel] [PATCH v3 06/14] i386: add bios linker/loader

2013-07-28 Thread Michael S. Tsirkin
On Fri, Jul 26, 2013 at 11:42:45AM +0200, Gerd Hoffmann wrote: > Hi, > > Hacked up coreboot support to verify the interface. > > > +/* > > + * COMMAND_ALLOCATE - allocate a table from @alloc_file > > + * subject to @alloc_align alignment (must be power of 2) > > +

Re: [Qemu-devel] [PATCH v3 06/14] i386: add bios linker/loader

2013-07-26 Thread Gerd Hoffmann
Hi, Hacked up coreboot support to verify the interface. > +/* > + * COMMAND_ALLOCATE - allocate a table from @alloc_file > + * subject to @alloc_align alignment (must be power of 2) > + * and @alloc_zone (can be HIGH or FSEG) requirements. > + * > +

Re: [Qemu-devel] [PATCH v3 06/14] i386: add bios linker/loader

2013-07-25 Thread Gerd Hoffmann
On 07/24/13 18:01, Michael S. Tsirkin wrote: > This adds a dynamic bios linker/loader. > This will be used by acpi table generation > code to: > - load each table in the appropriate memory segment > - link tables to each other > - fix up checksums after said linking Reviewed-by: Gerd H