mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 15:15:46 +00: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:
committed by
David Gibson
parent
307f3d0156
commit
a716766889
@ -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
|
||||
|
Reference in New Issue
Block a user