commit | cef9560a16e09160b0d711c852c99fd3aa0b3136 | [log] [tgz] |
---|---|---|
author | Andrew Walbran <qwandor@google.com> | Thu Jan 23 10:59:27 2020 +0000 |
committer | Andrew Walbran <qwandor@google.com> | Thu Jan 23 10:59:27 2020 +0000 |
tree | bd53b784078da9c25603be438665837cc91a9af0 | |
parent | 9e8cdecf13c846a444422e04c2b0945c16493f17 [diff] |
Remove straddling_instruction_unmapped test to fix FVP test failure. This test was trying to test that an instruction straddling the boundary between a mapped page and an unmapped page causes a fault due to the unmapped page. It does on QEMU because QEMU doesn't enforce PC alignment as the architecture specifies, but on FVP it fails with a PC alignment fault instead, which is not very interesting to test for. Change-Id: I90695887fc9913dc842bd535a90d8ef5b30f56c1
Hafnium is a hypervisor, initially supporting aarch64 (64-bit Armv8 CPUs).
Get in touch and keep up-to-date at hafnium-discuss@googlegroups.com.
To jump in and build Hafnium, follow the getting started instructions.
If you want to contribute to the project, see details of how we accept contributions.
More documentation is available on: