Re: [PATCH v2 6/7] goldfish_rtc: re-arm the alarm after migration

2021-02-08 Thread Alistair Francis
On Sat, Feb 6, 2021 at 6:46 AM Laurent Vivier wrote: > > Le 26/01/2021 à 00:44, Alistair Francis a écrit : > > On Sat, Jan 23, 2021 at 7:06 AM Laurent Vivier wrote: > >> > >> Is there someone to merge this? > > > > Do you mean just this patch or the whole series? > > Sorry, I missed your mail. >

Re: [PATCH v2 6/7] goldfish_rtc: re-arm the alarm after migration

2021-02-06 Thread Laurent Vivier
Le 26/01/2021 à 00:44, Alistair Francis a écrit : > On Sat, Jan 23, 2021 at 7:06 AM Laurent Vivier wrote: >> >> Is there someone to merge this? > > Do you mean just this patch or the whole series? Sorry, I missed your mail. I mean only this patch. Thanks, Laurent

Re: [PATCH v2 6/7] goldfish_rtc: re-arm the alarm after migration

2021-01-25 Thread Alistair Francis
On Sat, Jan 23, 2021 at 7:06 AM Laurent Vivier wrote: > > Is there someone to merge this? Do you mean just this patch or the whole series? Alistair > > Thanks, > Laurent > > Le 20/12/2020 à 12:26, Laurent Vivier a écrit : > > After a migration the clock offset is updated, but we also > > need t

Re: [PATCH v2 6/7] goldfish_rtc: re-arm the alarm after migration

2021-01-23 Thread Philippe Mathieu-Daudé
On 12/20/20 12:26 PM, Laurent Vivier wrote: > After a migration the clock offset is updated, but we also > need to re-arm the alarm if needed. > > Signed-off-by: Laurent Vivier > Reviewed-by: Alistair Francis > --- > hw/rtc/goldfish_rtc.c | 2 ++ > 1 file changed, 2 insertions(+) Reviewed-by:

Re: [PATCH v2 6/7] goldfish_rtc: re-arm the alarm after migration

2021-01-23 Thread Laurent Vivier
Is there someone to merge this? Thanks, Laurent Le 20/12/2020 à 12:26, Laurent Vivier a écrit : > After a migration the clock offset is updated, but we also > need to re-arm the alarm if needed. > > Signed-off-by: Laurent Vivier > Reviewed-by: Alistair Francis > --- > hw/rtc/goldfish_rtc.c |