diff options
| author | Hervé Poussineau | 2018-08-11 00:46:45 +0200 |
|---|---|---|
| committer | David Gibson | 2018-08-21 06:28:45 +0200 |
| commit | 93323287bb5565a1be175e3d0263085eb0c20e67 (patch) | |
| tree | b21057d6253da9429076962cd93d7d9aaf779ed7 | |
| parent | hw/ppc: deprecate the machine type 'prep', replaced by '40p' (diff) | |
| download | qemu-93323287bb5565a1be175e3d0263085eb0c20e67.tar.gz qemu-93323287bb5565a1be175e3d0263085eb0c20e67.tar.xz qemu-93323287bb5565a1be175e3d0263085eb0c20e67.zip | |
qemu-doc: mark ppc/prep machine as deprecated
40p machine type should be used instead.
Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
Acked-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
| -rw-r--r-- | qemu-deprecated.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qemu-deprecated.texi b/qemu-deprecated.texi index 67b721156f..87212b62f2 100644 --- a/qemu-deprecated.texi +++ b/qemu-deprecated.texi @@ -195,6 +195,12 @@ support page sizes < 4096 any longer. These machine types are very old and likely can not be used for live migration from old QEMU versions anymore. A newer machine type should be used instead. +@subsection prep (PowerPC) (since 3.1) + +This machine type uses an unmaintained firmware, broken in lots of ways, +and unable to start post-2004 operating systems. 40p machine type should be +used instead. + @section Device options @subsection Block device options |
