These tests currently use Fedora Core 31, with a v5.3.7 kernel, which is broken vs FEAT_LPA2. Before we can re-enable these tests for -cpu max, we need to advance to at least a v5.12 kernel.
Signed-off-by: Richard Henderson <[email protected]> --- Fedora Cloud 35 uses a v5.14 kernel, and does work with FEAT_LPA2. However, I have no idea how to update the makefile/avocado combo to get that to happen. Cc: Cleber Rosa <[email protected]> Cc: Philippe Mathieu-Daudé <[email protected]> Cc: Wainer dos Santos Moschetta <[email protected]> Cc: Beraldo Leal <[email protected]> --- tests/avocado/boot_linux.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/avocado/boot_linux.py b/tests/avocado/boot_linux.py index ab19146d1e..a79c1578a6 100644 --- a/tests/avocado/boot_linux.py +++ b/tests/avocado/boot_linux.py @@ -74,7 +74,7 @@ def add_common_args(self): def test_virt_tcg_gicv2(self): """ :avocado: tags=accel:tcg - :avocado: tags=cpu:max + :avocado: tags=cpu:cortex-a72 :avocado: tags=device:gicv2 """ self.require_accelerator("tcg") @@ -86,7 +86,7 @@ def test_virt_tcg_gicv2(self): def test_virt_tcg_gicv3(self): """ :avocado: tags=accel:tcg - :avocado: tags=cpu:max + :avocado: tags=cpu:cortex-a72 :avocado: tags=device:gicv3 """ self.require_accelerator("tcg") -- 2.25.1
