From d8c0c7af80d95240796d8979c0b36ae5c97a5a20 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Tue, 22 May 2018 11:39:59 +0100 Subject: ppc: Rename 2.13 machines to 3.0 Rename the 2.13 machines to match the number we're going to use for the next release. Signed-off-by: Peter Maydell Reviewed-by: Cornelia Huck Reviewed-by: Thomas Huth Reviewed-by: Greg Kurz Message-id: 20180522104000.9044-5-peter.maydell@linaro.org --- target/ppc/translate_init.inc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/ppc/translate_init.inc.c') diff --git a/target/ppc/translate_init.inc.c b/target/ppc/translate_init.inc.c index a0b3f18..ab782cb 100644 --- a/target/ppc/translate_init.inc.c +++ b/target/ppc/translate_init.inc.c @@ -10427,7 +10427,7 @@ static Property ppc_cpu_properties[] = { DEFINE_PROP_BOOL("pre-2.8-migration", PowerPCCPU, pre_2_8_migration, false), DEFINE_PROP_BOOL("pre-2.10-migration", PowerPCCPU, pre_2_10_migration, false), - DEFINE_PROP_BOOL("pre-2.13-migration", PowerPCCPU, pre_2_13_migration, + DEFINE_PROP_BOOL("pre-3.0-migration", PowerPCCPU, pre_3_0_migration, false), DEFINE_PROP_END_OF_LIST(), }; -- cgit v1.1