]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/i386: Remove obsolete LoadStateHandler::load_state_old handlers
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Tue, 15 Oct 2019 13:09:36 +0000 (15:09 +0200)
committerPhilippe Mathieu-Daudé <philmd@redhat.com>
Tue, 5 Nov 2019 22:33:12 +0000 (23:33 +0100)
commit8ce60a75181bfb55d65d66a85e9264cf8d18d3d4
treec74250279994d6fa69683ada0b25e19dd62859e8
parente29f237996762e3534b36d28d7f8cd844492facb
hw/i386: Remove obsolete LoadStateHandler::load_state_old handlers

These devices implemented their load_state_old() handler 10 years
ago, previous to QEMU v0.12.
Since commit cc425b5ddf removed the pc-0.10 and pc-0.11 machines,
we can drop this code.

Note: the mips_r4k machine started to use the i8254 device just
after QEMU v0.5.0, but the MIPS machine types are not versioned,
so there is no migration compatibility issue removing this handler.

Suggested-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
hw/acpi/piix4.c
hw/intc/apic_common.c
hw/pci-host/piix.c
hw/timer/i8254_common.c