Re: [PATCH 02/71] target/arm: Constify VMState in machine.c

2023-11-06 Thread Philippe Mathieu-Daudé
On 6/11/23 07:57, Richard Henderson wrote: Signed-off-by: Richard Henderson --- target/arm/machine.c | 54 ++-- 1 file changed, 27 insertions(+), 27 deletions(-) Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe Mathieu-Daudé

[PATCH 02/71] target/arm: Constify VMState in machine.c

2023-11-05 Thread Richard Henderson
Signed-off-by: Richard Henderson --- target/arm/machine.c | 54 ++-- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/target/arm/machine.c b/target/arm/machine.c index 9e20b41189..542be14bec 100644 --- a/target/arm/machine.c +++ b/target/arm/