[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC PATCH] hw/rtc/mc146818rtc: Drop pre-v3 migration stream support
From: |
Fabiano Rosas |
Subject: |
Re: [RFC PATCH] hw/rtc/mc146818rtc: Drop pre-v3 migration stream support |
Date: |
Thu, 16 Jan 2025 11:23:23 -0300 |
Philippe Mathieu-Daudé <philmd@linaro.org> writes:
> mc146818rtc's migration stream is at version 3 since commit
> 56038ef6234 ("RTC: Update the RTC clock only when reading it")
> from 12 years ago, released in QEMU v1.3.0!
> No versioned machines are that old, we can safely remove
> support for older streams and the qdev_set_legacy_instance_id()
> call.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
> RFC to check whether my reasoning is correct or not.
>
> Goal is to remove qdev_set_legacy_instance_id() globally.
Go for it
Reviewed-by: Fabiano Rosas <farosas@suse.de>