tree: 254969464e2ed4f45722ae4bcd8b70e19d72a0db
  1. halla_sys/
  2. mod.rs
  3. README.md
hypervisor/src/halla/README.md

Exynos Halla Hypervisor

Halla is a type-1 hypervisor designed for Exynos proprietary ARM-based SoC.

By trapping high-level exceptions and isolated memory access segment from various OS, the Halla hypervisor increases the security of the system, and prevents possible attacks from compromised guest OS.

Current Features

  • Implement Halla hypervisor
  • Implement Halla’s irqchip
  • Create config and feature for Halla
  • Probe proper hypervisor backend with naive logic
  • Inject virtual interrupts
  • Bootup guest VM with linux kernel to shell
  • Support multi-core VM

Backlogs

  • Integrate with protected VM and pvmfw