qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2] tests/prom-env: Ease time-out problems on sl


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH v2] tests/prom-env: Ease time-out problems on slow hosts
Date: Fri, 10 Feb 2017 16:37:31 +0000

On 10 February 2017 at 15:14, Thomas Huth <address@hidden> wrote:
> Peter Maydell recently ran into time-out problems with the
> prom-env test on a rather slow ARM board. To tackle this issue,
> we can speed up the test by running QEMU with "-nodefaults" for
> the pseries machine, so that SLOF has less devices to scan during
> boot, and by using the "nvramrc" environment variable instead of
> "boot-command", since this variable is evaluated earlier in the
> boot process.
> And to be really sure that we do not face such time out problems
> again, let's also increase the time out value from 100s to 120s
> instead.
>
> Signed-off-by: Thomas Huth <address@hidden>
> ---
>  v2: Use "-nodefaults" only for the pseries machine, since the
>      sparc machines have a built-in ethernet controller and spill
>      out a warning otherwise.
>
>  tests/prom-env-test.c | 13 +++++++++----
>  1 file changed, 9 insertions(+), 4 deletions(-)

Applied to master, thanks.

-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]