Re: [PATCH] hw/timer/etraxfs_timer: Add vmstate for ETRAX timers

2022-01-12 Thread Peter Maydell
On Sat, 18 Dec 2021 at 02:28, Richard Henderson wrote: > What I don't understand is how these controls get applied to qemu_irq after > vmload, here > or in any other device. It seems like we should have some post_load hook > that calls > timer_update_irq, etc. Very late answer, but: we don't n

Re: [PATCH] hw/timer/etraxfs_timer: Add vmstate for ETRAX timers

2022-01-12 Thread Laurent Vivier
Le 18/12/2021 à 03:28, Richard Henderson a écrit : On 12/17/21 3:37 PM, Philippe Mathieu-Daudé wrote: ping? On 11/6/21 11:56, Philippe Mathieu-Daudé wrote: Add the vmstate for the ETRAX timers. This is in theory a migration compatibility break for the 'AXIS devboard 88' CRIS machine. Signed-o

Re: [PATCH] hw/timer/etraxfs_timer: Add vmstate for ETRAX timers

2021-12-17 Thread Richard Henderson
On 12/17/21 3:37 PM, Philippe Mathieu-Daudé wrote: ping? On 11/6/21 11:56, Philippe Mathieu-Daudé wrote: Add the vmstate for the ETRAX timers. This is in theory a migration compatibility break for the 'AXIS devboard 88' CRIS machine. Signed-off-by: Philippe Mathieu-Daudé --- hw/timer/etraxf

Re: [PATCH] hw/timer/etraxfs_timer: Add vmstate for ETRAX timers

2021-12-17 Thread Philippe Mathieu-Daudé
ping? On 11/6/21 11:56, Philippe Mathieu-Daudé wrote: > Add the vmstate for the ETRAX timers. > This is in theory a migration compatibility break > for the 'AXIS devboard 88' CRIS machine. > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/timer/etraxfs_timer.c | 34 ++

[PATCH] hw/timer/etraxfs_timer: Add vmstate for ETRAX timers

2021-11-06 Thread Philippe Mathieu-Daudé
Add the vmstate for the ETRAX timers. This is in theory a migration compatibility break for the 'AXIS devboard 88' CRIS machine. Signed-off-by: Philippe Mathieu-Daudé --- hw/timer/etraxfs_timer.c | 34 +- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git