Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Export ARM timer for QEMU virt AArch64
The QEMU virt platform does not have a timer and so the only way to get a timer driver working is to use the architectural timer. Exporting the architectural timer to user-space can be problematic as it means any user-space program can access it, including ones you may not trust. However, as this platform is only intended for development purposes, this is not an issue. Signed-off-by: Ivan Velickovic <[email protected]>
- Loading branch information