Re: [PATCH] migration: Remove time_t cast for OpenBSD

2021-04-01 Thread Brad Smith
On 4/1/2021 4:14 AM, Daniel P. Berrangé wrote: On Wed, Mar 31, 2021 at 03:26:16PM -0400, Brad Smith wrote: On 3/13/2021 6:33 PM, Brad Smith wrote: On 3/11/2021 1:39 PM, Daniel P. Berrangé wrote: On Thu, Mar 11, 2021 at 06:28:57PM +, Dr. David Alan Gilbert wrote: * Laurent Vivier (laur...@

Re: [PATCH] migration: Remove time_t cast for OpenBSD

2021-04-01 Thread Daniel P . Berrangé
On Wed, Mar 31, 2021 at 03:26:16PM -0400, Brad Smith wrote: > On 3/13/2021 6:33 PM, Brad Smith wrote: > > On 3/11/2021 1:39 PM, Daniel P. Berrangé wrote: > > > On Thu, Mar 11, 2021 at 06:28:57PM +, Dr. David Alan Gilbert wrote: > > > > * Laurent Vivier (laur...@vivier.eu) wrote: > > > > > Le 08

Re: [PATCH] migration: Remove time_t cast for OpenBSD

2021-03-31 Thread Brad Smith
On 3/13/2021 6:33 PM, Brad Smith wrote: On 3/11/2021 1:39 PM, Daniel P. Berrangé wrote: On Thu, Mar 11, 2021 at 06:28:57PM +, Dr. David Alan Gilbert wrote: * Laurent Vivier (laur...@vivier.eu) wrote: Le 08/03/2021 à 12:46, Thomas Huth a écrit : On 22/02/2021 08.28, Brad Smith wrote: OpenB

Re: [PATCH] migration: Remove time_t cast for OpenBSD

2021-03-13 Thread Brad Smith
On 3/11/2021 1:39 PM, Daniel P. Berrangé wrote: On Thu, Mar 11, 2021 at 06:28:57PM +, Dr. David Alan Gilbert wrote: * Laurent Vivier (laur...@vivier.eu) wrote: Le 08/03/2021 à 12:46, Thomas Huth a écrit : On 22/02/2021 08.28, Brad Smith wrote: OpenBSD has supported 64-bit time_t across al

Re: [PATCH] migration: Remove time_t cast for OpenBSD

2021-03-11 Thread Daniel P . Berrangé
On Thu, Mar 11, 2021 at 06:28:57PM +, Dr. David Alan Gilbert wrote: > * Laurent Vivier (laur...@vivier.eu) wrote: > > Le 08/03/2021 à 12:46, Thomas Huth a écrit : > > > On 22/02/2021 08.28, Brad Smith wrote: > > >> OpenBSD has supported 64-bit time_t across all archs since 5.5 released > > >>

Re: [PATCH] migration: Remove time_t cast for OpenBSD

2021-03-11 Thread Dr. David Alan Gilbert
* Laurent Vivier (laur...@vivier.eu) wrote: > Le 08/03/2021 à 12:46, Thomas Huth a écrit : > > On 22/02/2021 08.28, Brad Smith wrote: > >> OpenBSD has supported 64-bit time_t across all archs since 5.5 released in > >> 2014. > >> > >> Remove a time_t cast that is no longer necessary. > >> > >> > >

Re: [PATCH] migration: Remove time_t cast for OpenBSD

2021-03-09 Thread Brad Smith
On 3/8/2021 6:46 AM, Thomas Huth wrote: On 22/02/2021 08.28, Brad Smith wrote: OpenBSD has supported 64-bit time_t across all archs since 5.5 released in 2014. Remove a time_t cast that is no longer necessary. Signed-off-by: Brad Smith diff --git a/migration/savevm.c b/migration/savevm.c i

Re: [PATCH] migration: Remove time_t cast for OpenBSD

2021-03-09 Thread Laurent Vivier
Le 08/03/2021 à 12:46, Thomas Huth a écrit : > On 22/02/2021 08.28, Brad Smith wrote: >> OpenBSD has supported 64-bit time_t across all archs since 5.5 released in >> 2014. >> >> Remove a time_t cast that is no longer necessary. >> >> >> Signed-off-by: Brad Smith >> >> diff --git a/migration/save

Re: [PATCH] migration: Remove time_t cast for OpenBSD

2021-03-08 Thread Thomas Huth
On 22/02/2021 08.28, Brad Smith wrote: OpenBSD has supported 64-bit time_t across all archs since 5.5 released in 2014. Remove a time_t cast that is no longer necessary. Signed-off-by: Brad Smith diff --git a/migration/savevm.c b/migration/savevm.c index 52e2d72e4b..9557f85ba9 100644 --- a/m

[PATCH] migration: Remove time_t cast for OpenBSD

2021-02-21 Thread Brad Smith
OpenBSD has supported 64-bit time_t across all archs since 5.5 released in 2014. Remove a time_t cast that is no longer necessary. Signed-off-by: Brad Smith diff --git a/migration/savevm.c b/migration/savevm.c index 52e2d72e4b..9557f85ba9 100644 --- a/migration/savevm.c +++ b/migration/savevm.