diff options
author | Thomas Huth | 2021-08-11 10:41:02 +0200 |
---|---|---|
committer | Thomas Huth | 2021-08-11 15:39:06 +0200 |
commit | 5643fcdd421afe898d812b9b41816b2ec3e3a516 (patch) | |
tree | 7f5a0efcae6540af7b49c8b4367e99b188cacd01 /docs/about | |
parent | docs/about/removed-features: Document removed HMP commands from QEMU v2.12 (diff) | |
download | qemu-5643fcdd421afe898d812b9b41816b2ec3e3a516.tar.gz qemu-5643fcdd421afe898d812b9b41816b2ec3e3a516.tar.xz qemu-5643fcdd421afe898d812b9b41816b2ec3e3a516.zip |
docs/about/removed-features: Document removed devices from older QEMU versions
These devices had been removed/replaced in QEMU v2.12 and v4.0.
Message-Id: <20210811084103.74832-6-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'docs/about')
-rw-r--r-- | docs/about/removed-features.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/about/removed-features.rst b/docs/about/removed-features.rst index 8bf3ebecab..0c860be62d 100644 --- a/docs/about/removed-features.rst +++ b/docs/about/removed-features.rst @@ -513,6 +513,17 @@ running the old binaries, you can use older versions of QEMU. System emulator devices ----------------------- +``spapr-pci-vfio-host-bridge`` (removed in 2.12) +''''''''''''''''''''''''''''''''''''''''''''''''' + +The ``spapr-pci-vfio-host-bridge`` device type has been replaced by the +``spapr-pci-host-bridge`` device type. + +``ivshmem`` (removed in 4.0) +'''''''''''''''''''''''''''' + +Replaced by either the ``ivshmem-plain`` or ``ivshmem-doorbell``. + ``ide-drive`` (removed in 6.0) '''''''''''''''''''''''''''''' |