[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] hw/misc/mips_cpc: Start vCPU when powered on
From: |
Alex Bennée |
Subject: |
Re: [PATCH] hw/misc/mips_cpc: Start vCPU when powered on |
Date: |
Wed, 07 Oct 2020 14:13:49 +0100 |
User-agent: |
mu4e 1.5.5; emacs 28.0.50 |
Philippe Mathieu-Daudé <f4bug@amsat.org> writes:
> In commit 102ca9667d we set "start-powered-off" on all vCPUs
> included in the CPS (Coherent Processing System) but forgot to
> start the vCPUS on when they are powered on in the CPC (Cluster
> Power Controller).
>
> This fixes the following tests:
>
> $ avocado run tests/acceptance/machine_mips_malta.py
> (1/3) test_mips_malta_i6400_framebuffer_logo_1core: PASS (3.67 s)
> (2/3) test_mips_malta_i6400_framebuffer_logo_7cores: INTERRUPTED: Test
> interrupted by SIGTERM (30.22 s)
> (3/3) test_mips_malta_i6400_framebuffer_logo_8cores: INTERRUPTED: Test
> interrupted by SIGTERM (30.25 s)
> RESULTS : PASS 1 | ERROR 0 | FAIL 0 | SKIP 0 | WARN 0 | INTERRUPT 2 |
> CANCEL 0
>
> Fixes: 102ca9667d ("mips/cps: Use start-powered-off CPUState property")
> Reported-by: Alex Bennée <alex.bennee@linaro.org>
> Tested-by: Alex Bennée <alex.bennee@linaro.org>
> Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Queued to prepr/misc-testing-gitdm-plugin-fixes, thanks.
--
Alex Bennée