Re: [Xen-devel] [PATCH v4 11/14] hvmloader: Load OVMF from modules

2016-04-05 Thread Jan Beulich
>>> On 14.03.16 at 18:55, wrote: > ... and do not include the OVMF ROM into hvmloader anymore. > > Signed-off-by: Anthony PERARD Acked-by: Jan Beulich with some cosmetics left to be done: > /* Copy low-reset vector portion. */ > -memcpy((void *) LOWCHUNK_BEGIN, (uint8_t *) config->im

Re: [Xen-devel] [PATCH v4 11/14] hvmloader: Load OVMF from modules

2016-03-15 Thread Konrad Rzeszutek Wilk
On Mon, Mar 14, 2016 at 05:55:46PM +, Anthony PERARD wrote: > ... and do not include the OVMF ROM into hvmloader anymore. > Yeey.. > diff --git a/tools/firmware/hvmloader/ovmf.c b/tools/firmware/hvmloader/ovmf.c > index 858a2d4..6607e57 100644 > --- a/tools/firmware/hvmloader/ovmf.c > +++ b/

[Xen-devel] [PATCH v4 11/14] hvmloader: Load OVMF from modules

2016-03-14 Thread Anthony PERARD
... and do not include the OVMF ROM into hvmloader anymore. Signed-off-by: Anthony PERARD --- Change in V4: - check if source and dest of ovmf binary does not overlaps Change in V3: - change makefile to not include ovmf rom into roms.inc. - update the struct bios_config with bios destination ---