diff options
author | Greg Kurz <groug@kaod.org> | 2021-02-22 12:28:08 +0100 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2021-05-03 10:07:41 +0200 |
commit | a058b895079348d0854a027a42ce3396a4a00bb7 (patch) | |
tree | 780e57b75d211c9c98dccc071cc7fcf65cde95b9 /docs | |
parent | 76d79cf3d5a1bb83c954db259d0ed6add1d38e43 (diff) |
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 <groug@kaod.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <161399328834.51902.14269239378658110394.stgit@bahia.lan>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/system/removed-features.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/system/removed-features.rst b/docs/system/removed-features.rst index 29e90601a5..c21e6fa5ee 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 ------------------------ |