|
|
|
|
|
by persnickety
822 days ago
|
|
If you're using a hypervisor, then the userspace program inside the VM is also using the CPU and memory directly. You'd have to do full emulation to avoid that. Even with full emulation, I'd say memory is being accessed directly, unless you really go out of your way to make it weird. |
|
You could argue that nothing is direct unless you're running on a bare metal system, no MMU, no page tables. How do you define "direct"?