Re: [Xen-devel] [PATCH v2 2/8] xen: introduce XEN_COMPILE_POSIX_TIME

2018-07-04 Thread Daniel Kiper
On Mon, Jun 25, 2018 at 03:00:07PM +0100, Andrew Cooper wrote: > On 25/06/18 14:54, Jan Beulich wrote: > On 19.06.18 at 16:35, wrote: > >> We need the POSIX time to properly fill the TimeDateStamp field in the PE > >> header. > >> > >> Additionally, realign the variables assignment in xen/Mak

Re: [Xen-devel] [PATCH v2 2/8] xen: introduce XEN_COMPILE_POSIX_TIME

2018-06-25 Thread Andrew Cooper
On 25/06/18 14:54, Jan Beulich wrote: On 19.06.18 at 16:35, wrote: >> We need the POSIX time to properly fill the TimeDateStamp field in the PE >> header. >> >> Additionally, realign the variables assignment in xen/Makefile to increase >> readability. >> >> Signed-off-by: Daniel Kiper >> -

Re: [Xen-devel] [PATCH v2 2/8] xen: introduce XEN_COMPILE_POSIX_TIME

2018-06-25 Thread Jan Beulich
>>> On 19.06.18 at 16:35, wrote: > We need the POSIX time to properly fill the TimeDateStamp field in the PE > header. > > Additionally, realign the variables assignment in xen/Makefile to increase > readability. > > Signed-off-by: Daniel Kiper > --- > v2 - suggestions/fixes: >- derive XE