From: Greg Kurz Date: Mon, 22 Feb 2021 11:28:08 +0000 (+0100) Subject: docs/system: Document the removal of "compat" property for POWER CPUs X-Git-Tag: v6.0.1~66 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c1d1c0b4c3a3a96b25b8dff091ae9874705e39b1;p=thirdparty%2Fqemu.git docs/system: Document the removal of "compat" property for POWER CPUs This is just an oversight. Fixes: f518be3aa35b ("target/ppc: Remove "compat" property of server class POWER CPUs") Cc: groug@kaod.org Signed-off-by: Greg Kurz Reviewed-by: Laurent Vivier Message-Id: <161399328834.51902.14269239378658110394.stgit@bahia.lan> Signed-off-by: Laurent Vivier (cherry picked from commit a058b895079348d0854a027a42ce3396a4a00bb7) Signed-off-by: Michael Roth --- diff --git a/docs/system/removed-features.rst b/docs/system/removed-features.rst index 29e90601a51..c21e6fa5ee3 100644 --- a/docs/system/removed-features.rst +++ b/docs/system/removed-features.rst @@ -285,6 +285,12 @@ The RISC-V no MMU cpus have been removed. The two CPUs: ``rv32imacu-nommu`` and ``rv64imacu-nommu`` can no longer be used. Instead the MMU status can be specified via the CPU ``mmu`` option when using the ``rv32`` or ``rv64`` CPUs. +``compat`` property of server class POWER CPUs (removed in 6.0) +''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' + +The ``max-cpu-compat`` property of the ``pseries`` machine type should be used +instead. + System emulator machines ------------------------