Hacker News new | ask | show | jobs
by ceautery 2810 days ago
Since Intel chips are really RISC underneath the hood, I wonder what crazy x86 emulation hoops they have to jump through already.
1 comments

good point. may be the central idea of how it's implemented isn't too bad: i see hypervisor as a sort of OS kernel for VMs and the transitions from VM to hypervisor - VM exits - akin to syscalls. of course there is more but the above analogy is the basic idea and other things get added along the way