> I started working on a VM format that stores signed machine state into an OCI container repository, using the hypervisor migration support of KVM/QEMU.
This report says multikernel is about 2.5x faster than VM hypervisor switching?
> Though this is not safe yet if ever, VM migrations are probably another way to sandbox and deploy en masse
How does this work with multikernel? Can you clone the kernel and it's machine state to multiple nodes, flush their netfilter tables, roll the random seed, and set a node hostname and IP and go from a machine state image?
westurner 21 hours ago [-]
Does mklinux multikernel flush the CPU caches at KHO (Kexec HandOver) when confidential computing is used, and what about the Landauer limit?
> I started working on a VM format that stores signed machine state into an OCI container repository, using the hypervisor migration support of KVM/QEMU.
This report says multikernel is about 2.5x faster than VM hypervisor switching?
> Though this is not safe yet if ever, VM migrations are probably another way to sandbox and deploy en masse
How does this work with multikernel? Can you clone the kernel and it's machine state to multiple nodes, flush their netfilter tables, roll the random seed, and set a node hostname and IP and go from a machine state image?