>>> On 14.03.16 at 18:55, <anthony.per...@citrix.com> wrote: > ... and do not include the OVMF ROM into hvmloader anymore. > > Signed-off-by: Anthony PERARD <anthony.per...@citrix.com>
Acked-by: Jan Beulich <jbeul...@suse.com> with some cosmetics left to be done: > /* Copy low-reset vector portion. */ > - memcpy((void *) LOWCHUNK_BEGIN, (uint8_t *) config->image > - + OVMF_SIZE > - - LOWCHUNK_SIZE, > + memcpy((void *) LOWCHUNK_BEGIN, > + (uint8_t *) bios_addr + bios_length - LOWCHUNK_SIZE, Please take the opportunity and remove the stray blanks here ... > /* Copy FD. */ > - memcpy((void *) OVMF_BEGIN, config->image, OVMF_SIZE); > + memcpy((void *) ovmf_config.bios_address, bios_addr, bios_length); ... and here (between cast's closing paren and casted expression). Jan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel