diff options
author | Thomas Huth | 2018-01-03 10:10:38 +0100 |
---|---|---|
committer | David Gibson | 2018-01-10 02:53:00 +0100 |
commit | a7167668898d1a7dbb717fe1e6d5615bd229827c (patch) | |
tree | 410bd150ecba14af3f69722f1313d25feced2164 /scripts/device-crash-test | |
parent | Update dtc to fix compilation problem on Mac OS 10.6 (diff) | |
download | qemu-a7167668898d1a7dbb717fe1e6d5615bd229827c.tar.gz qemu-a7167668898d1a7dbb717fe1e6d5615bd229827c.tar.xz qemu-a7167668898d1a7dbb717fe1e6d5615bd229827c.zip |
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 'scripts/device-crash-test')
-rwxr-xr-x | scripts/device-crash-test | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/device-crash-test b/scripts/device-crash-test index c11fd81c52..827d8ec2af 100755 --- a/scripts/device-crash-test +++ b/scripts/device-crash-test @@ -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 |