diff options
author | Thomas Huth <thuth@redhat.com> | 2018-08-21 13:27:48 +0200 |
---|---|---|
committer | David Gibson <david@gibson.dropbear.id.au> | 2018-08-28 11:31:23 +1000 |
commit | a69dc537cc1a6d3c3cb35d30197ed45914a150c3 (patch) | |
tree | cae8ed879c9c3edaa5e71b35969f9722166931d9 /qemu-deprecated.texi | |
parent | 19b599f7664b2ebfd0f405fb79c14dd241557452 (diff) |
ppc: Remove deprecated ppcemb target
There is no known available OS for ppc around anymore that uses page
sizes below 4k, so it does not make much sense that we keep wasting
our time on building and testing the ppcemb-softmmu target. It has
been deprecated since two releases, and nobody complained, so let's
remove this now.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'qemu-deprecated.texi')
-rw-r--r-- | qemu-deprecated.texi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/qemu-deprecated.texi b/qemu-deprecated.texi index 1b9c007f12..a0db7a5c17 100644 --- a/qemu-deprecated.texi +++ b/qemu-deprecated.texi @@ -162,12 +162,6 @@ replaced by the ``target'' output member. The ``ivshmem'' device type is replaced by either the ``ivshmem-plain'' or ``ivshmem-doorbell`` device types. -@subsection Page size support < 4k for embedded PowerPC CPUs (since 2.12.0) - -qemu-system-ppcemb will be removed. qemu-system-ppc (or qemu-system-ppc64) -should be used instead. That means that embedded 4xx PowerPC CPUs will not -support page sizes < 4096 any longer. - @section System emulator machines @subsection pc-0.10 and pc-0.11 (since 3.0) |