Hacker News new | ask | show | jobs
by raimue 3822 days ago
No, Hypervisor.framework will not help with this use case. It is a replacement for the kernel extensions that are currently provided by VMWare/Parallels/VirtualBox to expose the Intel VT-x feature of the CPU.

You would need a way to stop the official kernel extensions from initializing the PCIe device. Then Apple would need to offer a way to map address range and deliver interrupts from the hardware to a process.

1 comments

And to do so securely, which is a rather different question all on its own.