qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] migration: Remove load_state_old and minimum_version_id_old


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH] migration: Remove load_state_old and minimum_version_id_old
Date: Tue, 15 Feb 2022 19:39:08 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.5.1

On 15/2/22 18:57, Peter Maydell wrote:
There are no longer any VMStateDescription structs in the tree which
use the load_state_old support for custom handling of incoming
migration from very old QEMU.  Remove the mechanism entirely.

This includes removing one stray useless setting of
minimum_version_id_old in a VMStateDescription with no load_state_old
function, which crept in after the global weeding-out of them in
commit 17e313406126.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
  docs/devel/migration.rst    | 10 ++--------
  include/migration/vmstate.h |  2 --
  hw/ssi/xlnx-versal-ospi.c   |  1 -
  migration/vmstate.c         |  6 ------
  4 files changed, 2 insertions(+), 17 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>




reply via email to

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