On 27/06/2018 12:16, Thomas Huth wrote: > On 22.05.2018 10:30, Thomas Huth wrote: >> Peter reported that the boot-serial tester sometimes runs into timeouts >> with SPARC guests. It's currently completely unclear whether this is due >> to too much load on the host machine (so that the guest really just ran >> too slow), or whether there is something wrong with the guest's firmware >> boot. For further debugging, we need the serial output of the guest in >> case of errors, so instead of unlinking the file immediately, this is >> now only done in case of success. In case of error, print the name of the >> file with the serial output via g_error() (which then also calls abort() >> internally to mark the test as failed). >> >> Signed-off-by: Thomas Huth <th...@redhat.com> >> --- >> tests/boot-serial-test.c | 17 +++++++++-------- >> 1 file changed, 9 insertions(+), 8 deletions(-) > > Ping! > > Paolo, could you take this patch through your misc / character devices > tree, please? > > Thanks, > Thomas >
Done, thanks. Paolo