Re: [Qemu-devel] [PATCH] boot-serial-test: use -no-shutdown

2017-03-24 Thread Alex Bennée
Peter Maydell writes: > On 24 March 2017 at 13:19, Christian Borntraeger > wrote: >> a qemu with an empty s390 guest will exit very quickly. This races >> against the testsuite reading from the console pipe leading to >> intermittent test suite failures. Using -no-shutdown will keep >> the gue

Re: [Qemu-devel] [PATCH] boot-serial-test: use -no-shutdown

2017-03-24 Thread Peter Maydell
On 24 March 2017 at 13:19, Christian Borntraeger wrote: > a qemu with an empty s390 guest will exit very quickly. This races > against the testsuite reading from the console pipe leading to > intermittent test suite failures. Using -no-shutdown will keep > the guest running. > > Fixes: 864111f422b

[Qemu-devel] [PATCH] boot-serial-test: use -no-shutdown

2017-03-24 Thread Christian Borntraeger
a qemu with an empty s390 guest will exit very quickly. This races against the testsuite reading from the console pipe leading to intermittent test suite failures. Using -no-shutdown will keep the guest running. Fixes: 864111f422ba (vl: exit qemu on guest panic if -no-shutdown is not set) Reported