Using the KVM API
Using the KVM API
Posted Sep 29, 2015 19:16 UTC (Tue) by Cyberax (✭ supporter ✭, #52523)Parent article: Using the KVM API
Posted Sep 29, 2015 20:17 UTC (Tue)
by drag (guest, #31333)
[Link]
Previously you had kernel mode and then you had usermode ways to execute code. Now you have a third way, the kvm way. There isn't much to emulate because it's not using emulation at all. It's just executing the code directly on your processor. The only really magic/complicated stuff that happens is to deal with memory addressing for the guest OS.
Qemu does all the heavy lifting as far as 'system emulator' goes.
Posted Oct 1, 2015 0:22 UTC (Thu)
by rahvin (guest, #16953)
[Link]
Using the KVM API
Using the KVM API