target/ppc: Remove "compat" property of server class POWER CPUs
commitf518be3aa35b0505eec36c36f4f8736906250681
authorGreg Kurz <groug@kaod.org>
Tue, 1 Dec 2020 13:11:03 +0000 (1 14:11 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 14 Dec 2020 04:54:12 +0000 (14 15:54 +1100)
tree2d9359ad25113b71c85f45f852525cc1899928f1
parentbc370a659a33865f8b55332f6363c45896bae56d
target/ppc: Remove "compat" property of server class POWER CPUs

This property has been deprecated since QEMU 5.0 by commit 22062e54bb68.
We only kept a legacy hack that internally converts "compat" into the
official "max-cpu-compat" property of the pseries machine type.

According to our deprecation policy, we could have removed it for QEMU 5.2
already. Do it now ; since ppc_cpu_parse_featurestr() now just calls the
generic parent_parse_features handler, drop it as well.

Users are supposed to use the "max-cpu-compat" property of the pseries
machine type instead.

Signed-off-by: Greg Kurz <groug@kaod.org>
Message-Id: <20201201131103.897430-1-groug@kaod.org>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
docs/system/deprecated.rst
target/ppc/translate_init.c.inc