On 6/11/23 07:57, Richard Henderson wrote:
Allow the array of pointers to itself be const. Propagate this through the copies of this field.Signed-off-by: Richard Henderson <richard.hender...@linaro.org> --- include/migration/vmstate.h | 2 +- migration/savevm.c | 12 ++++++------ migration/vmstate.c | 15 +++++++++------ 3 files changed, 16 insertions(+), 13 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org> Tested-by: Philippe Mathieu-Daudé <phi...@linaro.org>