qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 01/71] migration: Make VMStateDescription.subsections const


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 01/71] migration: Make VMStateDescription.subsections const
Date: Mon, 6 Nov 2023 12:48:48 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.15.1

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.henderson@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é <philmd@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]