diff options
author | Thomas Huth <thuth@redhat.com> | 2018-01-03 10:10:38 +0100 |
---|---|---|
committer | David Gibson <david@gibson.dropbear.id.au> | 2018-01-10 12:53:00 +1100 |
commit | a7167668898d1a7dbb717fe1e6d5615bd229827c (patch) | |
tree | 410bd150ecba14af3f69722f1313d25feced2164 /qemu-doc.texi | |
parent | 307f3d015625e705dba0a0bd2735ce42118fd533 (diff) | |
download | qemu-a7167668898d1a7dbb717fe1e6d5615bd229827c.zip qemu-a7167668898d1a7dbb717fe1e6d5615bd229827c.tar.gz qemu-a7167668898d1a7dbb717fe1e6d5615bd229827c.tar.bz2 |
hw/ppc: Remove the deprecated spapr-pci-vfio-host-bridge device
It's a deprecated dummy device since QEMU v2.6.0. That should have
been enough time to allow the users to update their scripts in case
they still use it, so let's remove this legacy code now.
Reviewed-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index 9d01598..a3d2054 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -2757,11 +2757,6 @@ The ``host_net_remove'' command is replaced by the ``netdev_del'' command. The ``ivshmem'' device type is replaced by either the ``ivshmem-plain'' or ``ivshmem-doorbell`` device types. -@subsection spapr-pci-vfio-host-bridge (since 2.6.0) - -The ``spapr-pci-vfio-host-bridge'' device type is replaced by -the ``spapr-pci-host-bridge'' device type. - @section System emulator machines @subsection Xilinx EP108 (since 2.11.0) |