]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/rtc/mc146818rtc: Drop pre-v3 migration stream support
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 15 Jan 2025 21:00:48 +0000 (22:00 +0100)
committerThomas Huth <thuth@redhat.com>
Wed, 30 Apr 2025 18:44:20 +0000 (20:44 +0200)
commit35817600089256a234eb23613564d94b80e93ac4
tree25c5f0ed22ac3a72a9b4b9d4cfe0447ad3813ae7
parentc6d82df70e0ad3477ea97e9dc99b97c2fbfa0c1a
hw/rtc/mc146818rtc: Drop pre-v3 migration stream support

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>
Reviewed-by: Fabiano Rosas <farosas@suse.de>
Message-ID: <20250115210048.25396-1-philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
hw/rtc/mc146818rtc.c