target/ppc: Remove last user of .load_state_old
commit8f91aca7ff0044b77f04c745ab1572f1e40e2b2f
authorCédric Le Goater <clg@kaod.org>
Tue, 18 Jan 2022 11:56:30 +0000 (18 12:56 +0100)
committerCédric Le Goater <clg@kaod.org>
Tue, 18 Jan 2022 11:56:30 +0000 (18 12:56 +0100)
treeba55b59fbb9ec4a51a61c28b9feef76c7c0abb4b
parent8e12c012a79320041d49ea6162e944b2f7306b71
target/ppc: Remove last user of .load_state_old

This breaks migration compatibility from (very) old versions of
QEMU. This should not be a problem for the pseries machine for which
migration is only supported on recent QEMUs ( > 2.x). There is no
clear status on what is supported or not for the other machines. Let's
move forward and remove the .load_state_old handler.

Signed-off-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Message-Id: <20220118104150.1899661-2-clg@kaod.org>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
target/ppc/machine.c