qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 15/20] tests/functional/aarch64: add tests for FEAT_RME


From: Richard Henderson
Subject: Re: [PATCH 15/20] tests/functional/aarch64: add tests for FEAT_RME
Date: Tue, 10 Dec 2024 16:15:51 -0600
User-agent: Mozilla Thunderbird

On 12/10/24 14:43, Alex Bennée wrote:
From: Pierrick Bouvier<pierrick.bouvier@linaro.org>

This boot an OP-TEE environment, and launch a nested guest VM inside it
using the Realms feature. We do it for virt and sbsa-ref platforms.

Signed-off-by: Pierrick Bouvier<pierrick.bouvier@linaro.org>

-----

v2:
- move test to its own file
- add sbsa test
- check output of `cca-workload-attestation report`

v3:
- build and run test with cca-v4 images
- factorize nested guest test between both tests
- remove accel tcg option as it is the default when running tests
Note: It's a long test and there is a work in progress to understand why
debug build is so slow (x12 vs optimized).

v4:
- use pauth-impdef=on to speed up build time execution (x2.5 faster)
- increase timeout value

Signed-off-by: Pierrick Bouvier<pierrick.bouvier@linaro.org>
Message-Id:<20241203213629.2482806-1-pierrick.bouvier@linaro.org>
Signed-off-by: Alex Bennée<alex.bennee@linaro.org>
---
  tests/functional/meson.build                 |   4 +
  tests/functional/test_aarch64_rme_sbsaref.py |  70 +++++++++++++
  tests/functional/test_aarch64_rme_virt.py    | 100 +++++++++++++++++++
  3 files changed, 174 insertions(+)
  create mode 100755 tests/functional/test_aarch64_rme_sbsaref.py
  create mode 100755 tests/functional/test_aarch64_rme_virt.py

Pierrick's changelog didn't get cut while applying.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

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