# Features

- [VMM (Module)](/design/features/vmm-module.md)
- [Control over NMIs](/design/features/vmm-module/control-over-nmis.md): Different controlling fields about NMIs in Intel VT-x
- [VMX root-mode compatible message tracing](/design/features/vmm-module/vmx-root-mode-compatible-message-tracing.md): How we transfer the buffers safely from the kernel and vmx-root to the debugger
- [Design of !epthook](/design/features/vmm-module/design-of-epthook.md): Design of !epthook command
- [Design of !epthook2](/design/features/vmm-module/design-of-epthook2.md): Design of !epthook2 command
- [Design of !monitor](/design/features/vmm-module/design-of-monitor.md): Design of !monitor command
- [Design of !syscall & !sysret](/design/features/vmm-module/design-of-syscall-and-sysret.md): Design of !syscall and !sysret command
- [Design of !exception & !interrupt](/design/features/vmm-module/design-of-exception-and-interrupt.md): Design of !exception and !interrupt command
