]> Git Repo - qemu.git/commitdiff
device-crash-test: Ignore errors about a bus not being available
authorThomas Huth <[email protected]>
Tue, 23 Mar 2021 16:47:18 +0000 (17:47 +0100)
committerThomas Huth <[email protected]>
Thu, 1 Apr 2021 12:28:39 +0000 (14:28 +0200)
Recent QEMU versions now sometimes exit cleanly with an error message
that a bus is not available for a specified device. Don't flag those
as an error in the device-crash-test script.

Message-Id: <20210323164718.1393792[email protected]>
Acked-by: John Snow <[email protected]>
Signed-off-by: Thomas Huth <[email protected]>
scripts/device-crash-test

index 6d809ac7117cdae3552d7151efdc52cb744a0240..8331c057b80f1234df0275ba02c763478e74bf97 100755 (executable)
@@ -175,6 +175,7 @@ ERROR_RULE_LIST = [
     {'log':r"Multiple VT220 operator consoles are not supported"},
     {'log':r"core 0 already populated"},
     {'log':r"could not find stage1 bootloader"},
+    {'log':r"No '.*' bus found for device"},
 
     # other exitcode=1 failures not listed above will just generate INFO messages:
     {'exitcode':1, 'loglevel':logging.INFO},
This page took 0.026653 seconds and 4 git commands to generate.