diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2018-05-22 11:39:59 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2018-05-29 11:28:46 +0100 |
commit | d8c0c7af80d95240796d8979c0b36ae5c97a5a20 (patch) | |
tree | 02ff92b56cde33013d3bb06e976e4c6736ed4d78 /target/ppc/translate_init.inc.c | |
parent | 2c5a2eefa6ad173fd364b8bd8c3c191759462a80 (diff) | |
download | qemu-d8c0c7af80d95240796d8979c0b36ae5c97a5a20.zip qemu-d8c0c7af80d95240796d8979c0b36ae5c97a5a20.tar.gz qemu-d8c0c7af80d95240796d8979c0b36ae5c97a5a20.tar.bz2 |
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 <peter.maydell@linaro.org>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Greg Kurz <groug@kaod.org>
Message-id: 20180522104000.9044-5-peter.maydell@linaro.org
Diffstat (limited to 'target/ppc/translate_init.inc.c')
-rw-r--r-- | target/ppc/translate_init.inc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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(), }; |