]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/functional/aarch64: add tests for FEAT_RME
authorPierrick Bouvier <pierrick.bouvier@linaro.org>
Wed, 8 Jan 2025 12:10:37 +0000 (12:10 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 10 Jan 2025 11:17:56 +0000 (11:17 +0000)
commit0d77c908f29fad72d1417178b4cc5704d481a791
treefd442a0bc55f03b5fe8554286f10a7e9fd7e9e6c
parentbf319c47dae9ee481c56263220d4942e6b696d03
tests/functional/aarch64: add tests for FEAT_RME

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>
Message-Id: <20241220165212.3653495-1-pierrick.bouvier@linaro.org>
[AJB: tweak ordering of setup, strip changelog from commit]
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Tested-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20250108121054.1126164-16-alex.bennee@linaro.org>
tests/functional/meson.build
tests/functional/test_aarch64_rme_sbsaref.py [new file with mode: 0755]
tests/functional/test_aarch64_rme_virt.py [new file with mode: 0755]