• Home
Name Date Size #Lines LOC

..--

geniezone_sys/04-Jul-2025-594565

README.mdD04-Jul-2025644 2215

mod.rsD04-Jul-202542 KiB1,266970

README.md

1# MTK GenieZone Hypervisor
2
3GenieZone is a type-1 hypervisor designed for MTK proprietary ARM-based SoC.
4
5By trapping high-level exceptions and isolated memory acess segment from various OS, the GenieZone
6hypervisor increases the security of the system, and prevents possible attacks from compromised
7guest OS.
8
9## Current Features
10
11- Implement GenieZone hypervisor
12- Implement GenieZone’s irqchip
13- Create config and feature for GenieZone
14- Probe proper hypervisor backend with naive logic
15- Inject virtual interrupts
16- Bootup guest VM with linux kernel to shell
17
18## Backlogs
19
20- Integrate with protected VM and pvmfw
21- Support multi-core VM
22