Re: [PATCH 19/71] hw/core: Constify VMState

2023-11-06 Thread Philippe Mathieu-Daudé
On 6/11/23 07:57, Richard Henderson wrote: Signed-off-by: Richard Henderson --- hw/core/clock-vmstate.c | 6 +++--- hw/core/or-irq.c| 6 +++--- hw/core/ptimer.c| 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe

[PATCH 19/71] hw/core: Constify VMState

2023-11-05 Thread Richard Henderson
Signed-off-by: Richard Henderson --- hw/core/clock-vmstate.c | 6 +++--- hw/core/or-irq.c| 6 +++--- hw/core/ptimer.c| 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/hw/core/clock-vmstate.c b/hw/core/clock-vmstate.c index 7eccb6d4ea..e831fc596f 100644 --- a/h