Re: [Xen-devel] [PATCH 4/4] hvmloader: add knob for fixed VGABIOS date string

2015-04-14 Thread Ian Campbell
On Mon, 2015-04-13 at 09:51 +0100, Jan Beulich wrote: > >>> On 02.04.15 at 11:45, wrote: > > On Wed, 2015-04-01 at 13:28 +, Olaf Hering wrote: > >> To allow reproducible builds of hvmloader introduce a make variable > >> VGABIOS_REL_DATE="dd Mon " to provide a fixed date string. Without >

Re: [Xen-devel] [PATCH 4/4] hvmloader: add knob for fixed VGABIOS date string

2015-04-13 Thread Jan Beulich
>>> On 02.04.15 at 11:45, wrote: > On Wed, 2015-04-01 at 13:28 +, Olaf Hering wrote: >> To allow reproducible builds of hvmloader introduce a make variable >> VGABIOS_REL_DATE="dd Mon " to provide a fixed date string. Without >> this change the hvmloader binary changes with every rebuild.

Re: [Xen-devel] [PATCH 4/4] hvmloader: add knob for fixed VGABIOS date string

2015-04-02 Thread Ian Campbell
On Wed, 2015-04-01 at 13:28 +, Olaf Hering wrote: > To allow reproducible builds of hvmloader introduce a make variable > VGABIOS_REL_DATE="dd Mon " to provide a fixed date string. Without > this change the hvmloader binary changes with every rebuild. > > Signed-off-by: Olaf Hering > Cc:

[Xen-devel] [PATCH 4/4] hvmloader: add knob for fixed VGABIOS date string

2015-04-01 Thread Olaf Hering
To allow reproducible builds of hvmloader introduce a make variable VGABIOS_REL_DATE="dd Mon " to provide a fixed date string. Without this change the hvmloader binary changes with every rebuild. Signed-off-by: Olaf Hering Cc: Ian Jackson Cc: Stefano Stabellini Cc: Ian Campbell Cc: Wei Liu