Skip to content
This repository was archived by the owner on Feb 27, 2026. It is now read-only.
This repository was archived by the owner on Feb 27, 2026. It is now read-only.

PMU failure with updated qemu #331

@dgreid

Description

@dgreid

when running with the qemu pr merged and qemu release 10.0.0 there is a PMU error printed out with run_tellus:

 QEMU=/scratch/qemu/ make run_tellus
# Check if the submodule needs to be initialized
if [ "$(git submodule status | grep -c '^-')" -gt 0 ]; then \
        git submodule update --init; \
fi
bazel build //:salus-all
``` Reading vector registers Verify registers GetCounterInfo for 1 failed with Err(InvalidParam) Assigned counter 18 for instruction count Instruction counter: 263732 ```

Notice the GetCounterInfo failure.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions