mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
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>
This commit is contained in:
parent
307f3d0156
commit
a716766889
3 changed files with 0 additions and 53 deletions
|
@ -119,7 +119,6 @@ ERROR_WHITELIST = [
|
|||
{'device':'scsi-generic', 'expected':True}, # drive property not set
|
||||
{'device':'scsi-hd', 'expected':True}, # drive property not set
|
||||
{'device':'spapr-pci-host-bridge', 'expected':True}, # BUID not specified for PHB
|
||||
{'device':'spapr-pci-vfio-host-bridge', 'expected':True}, # BUID not specified for PHB
|
||||
{'device':'spapr-rng', 'expected':True}, # spapr-rng needs an RNG backend!
|
||||
{'device':'spapr-vty', 'expected':True}, # chardev property not set
|
||||
{'device':'tpm-tis', 'expected':True}, # tpm_tis: backend driver with id (null) could not be found
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue