xilinx_qemu: CI fixes #919
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@nashif reported me 3 issues which are reported by CI.
Two of them are related to patches which have been removed but they were the part of previous QEMU version.
Both of them are visible by running
west twister -v -p qemu_cortex_r5 -O /tmp/twister -T tests/kernel/context/
https://github.com/zephyrproject-rtos/zephyr-testing/actions/runs/15058691212/job/42329628698
https://github.com/zephyrproject-rtos/zephyr-testing/actions/runs/15058691212/job/42329629012
The last one is reproducible by running
west twister -v -p qemu_cortex_r5 -O /tmp/twister -T tests/misc/llext-edk/
https://github.com/zephyrproject-rtos/zephyr-testing/actions/runs/15058691212/job/42329629235
And it is tricky because it is coming from upstream QEMU commit which is likely correct but still would be better to revert this functionality which wasn't the part of QEMU v6.0.0 but it gets merged to v6.1 development tree.
The reason is to provide time to find out the reason why unaligned accesses are triggered by Qemu test.
In the meantime Xilinx also released new Qemu version based on 8.2.7 which was used for testing above issues that's why better to directly use this version instead of rely on older version.