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

Mark Wielaard <m...@klomp.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|REPORTED                    |CONFIRMED

--- Comment #10 from Mark Wielaard <m...@klomp.org> ---
OK with the latest patch the machine that crashed now simply says:
Arch and hwcaps: ARM64, LittleEndian, v8

It does allow reading ID_AA64ISAR0_EL1 register but doesn't seem to have any
features we care for (from /proc/cpuinfo):
Features        : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid

I know too little about arm64 to know whether or not we should care about
these. I see we already filter on these in the auxv AT_HWCAP. Once we support,
and not just test, some of these new features we should forget to add them to
the AT_HWCAP filter.

Since programs can also check features through the attribute/feature registers,
do we also need to filter those when inspected by the guest code? Or do we
already do that?

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

Reply via email to