Re: [PATCH] hw/timer: fix a9gtimer vmstate

2022-02-18 Thread Peter Maydell
On Mon, 14 Feb 2022 at 07:34, Pavel Dovgalyuk wrote: > > ping > > On 07.02.2022 11:44, Pavel Dovgalyuk wrote: > > A9 gtimer includes global control field and number of per-cpu fields. > > But only per-cpu ones are migrated. This patch adds a subsection for > > global control field migration. > > >

Re: [PATCH] hw/timer: fix a9gtimer vmstate

2022-02-13 Thread Pavel Dovgalyuk
ping On 07.02.2022 11:44, Pavel Dovgalyuk wrote: A9 gtimer includes global control field and number of per-cpu fields. But only per-cpu ones are migrated. This patch adds a subsection for global control field migration. Signed-off-by: Pavel Dovgalyuk --- hw/timer/a9gtimer.c | 21 ++

[PATCH] hw/timer: fix a9gtimer vmstate

2022-02-07 Thread Pavel Dovgalyuk
A9 gtimer includes global control field and number of per-cpu fields. But only per-cpu ones are migrated. This patch adds a subsection for global control field migration. Signed-off-by: Pavel Dovgalyuk --- hw/timer/a9gtimer.c | 21 + 1 file changed, 21 insertions(+) diff -