Re: [Qemu-devel] [PATCH v2 3/3] scripts: Test script to look for -device crashes

2017-05-31 Thread Eduardo Habkost
On Mon, May 29, 2017 at 11:25:03AM +0200, Markus Armbruster wrote: > Eduardo Habkost writes: > > On Tue, May 23, 2017 at 04:52:47PM +0200, Markus Armbruster wrote: [...] > >> > +ERROR_WHITELIST = [ > >> > + # Machines that won't work out of the box: > >> > + #

Re: [Qemu-devel] [PATCH v2 3/3] scripts: Test script to look for -device crashes

2017-05-29 Thread Markus Armbruster
Eduardo Habkost writes: > On Tue, May 23, 2017 at 04:52:47PM +0200, Markus Armbruster wrote: >> Beware, my review is rather superficial. >> >> Eduardo Habkost writes: >> >> > Test code to check if we can crash QEMU using -device. It will >> > test all

Re: [Qemu-devel] [PATCH v2 3/3] scripts: Test script to look for -device crashes

2017-05-24 Thread Eduardo Habkost
On Tue, May 23, 2017 at 04:52:47PM +0200, Markus Armbruster wrote: > Beware, my review is rather superficial. > > Eduardo Habkost writes: > > > Test code to check if we can crash QEMU using -device. It will > > test all accel/machine/device combinations by default, which

Re: [Qemu-devel] [PATCH v2 3/3] scripts: Test script to look for -device crashes

2017-05-23 Thread Markus Armbruster
Beware, my review is rather superficial. Eduardo Habkost writes: > Test code to check if we can crash QEMU using -device. It will > test all accel/machine/device combinations by default, which may > take a few hours (it's more than 90k test cases). There's a "-r" > option

[Qemu-devel] [PATCH v2 3/3] scripts: Test script to look for -device crashes

2017-05-12 Thread Eduardo Habkost
Test code to check if we can crash QEMU using -device. It will test all accel/machine/device combinations by default, which may take a few hours (it's more than 90k test cases). There's a "-r" option that makes it test a random sample of combinations. The scripts contains a whitelist for: 1)