diff options
author | Thomas Huth | 2021-02-03 18:18:29 +0100 |
---|---|---|
committer | Michael S. Tsirkin | 2021-02-05 14:52:59 +0100 |
commit | f862ddbb1a421d72a1a5980f04b4dae90da8adf5 (patch) | |
tree | 2fb9d781e66392da524d609c8e853c1a7cc21035 /docs/system/removed-features.rst | |
parent | vhost: Unbreak SMMU and virtio-iommu on dev-iotlb support (diff) | |
download | qemu-f862ddbb1a421d72a1a5980f04b4dae90da8adf5.tar.gz qemu-f862ddbb1a421d72a1a5980f04b4dae90da8adf5.tar.xz qemu-f862ddbb1a421d72a1a5980f04b4dae90da8adf5.zip |
hw/i386: Remove the deprecated pc-1.x machine types
They have been deprecated since QEMU v5.0, time to remove them now.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20210203171832.483176-2-thuth@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'docs/system/removed-features.rst')
-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 88b81a6156..c8481cafbd 100644 --- a/docs/system/removed-features.rst +++ b/docs/system/removed-features.rst @@ -136,6 +136,12 @@ mips ``fulong2e`` machine alias (removed in 6.0) This machine has been renamed ``fuloong2e``. +``pc-1.0``, ``pc-1.1``, ``pc-1.2`` and ``pc-1.3`` (removed in 6.0) +'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' + +These machine types were very old and likely could not be used for live +migration from old QEMU versions anymore. Use a newer machine type instead. + Related binaries ---------------- |