Re: [PATCH] device-crash-test: Ignore errors about a bus not being available

2021-03-24 Thread John Snow
On 3/23/21 12:47 PM, Thomas Huth wrote: 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. Signed-off-by: Thomas Huth --- scripts/device-crash-test | 1 + 1 fi

[PATCH] device-crash-test: Ignore errors about a bus not being available

2021-03-23 Thread Thomas Huth
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. Signed-off-by: Thomas Huth --- scripts/device-crash-test | 1 + 1 file changed, 1 insertion(+) diff --git a/scr