|
|
|
|
|
by BobbyTables2
258 days ago
|
|
I don’t quite see what they’re getting at. Is it just because it’s another VM switch to get to dom0? Seems a bit unlikely… Xen has a hypervisor for dealing with the low level details of virtualization and uses dom0 for management and some HW emulation. QEMU/KVM uses the host kernel for the low level details of virtualization and the QEMU userspace portion to do the actual HW emulation. They’re actually remarkably similar aside from the detail that the Xen hypervisor only juggles VMs but the KVM design involves it juggling other normal processes… The people praising Firecracker are just turning a blind eye to the 10000+ lines of (really hairy) C code in the kernel doing x86 instruction emulation and the actual hypervisor part. |
|