https://bugs.kde.org/show_bug.cgi?id=392146

--- Comment #5 from Matthias Brugger <matthias....@gmail.com> ---
the following system registers are emulated by the kernel:
MIDR_EL1
MPIDR_EL1
REVIDR_EL1
ID_AA64PFR0_EL1
ID_AA64PFR1_EL1
ID_AA64ZFR0_EL1
ID_AA64DFR0_EL1
ID_AA64DFR1_EL1
ID_AA64AFR0_EL1
ID_AA64AFR1_EL1
ID_AA64ISAR0_EL1
ID_AA64ISAR1_EL1
ID_AA64MMFR0_EL1
ID_AA64MMFR1_EL1
ID_AA64MMFR2_EL1

I have a patch which just puts faked values into the registers in
guest_arm64_toIR.c

But I wonder if we would need to actually provide the real values, as this may
have influence on the program flow of the code under inspection.

The registers give information about the underlying HW, like manufacturer, but
also about which HW enhancements are present.

Is my assumption correct, that we will need to provide the host values of this
registers? Can anyone give guidance in which file/data structure this should be
done.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to