Porting my Rust KVM hypervisor to ARM64: Running the binary
Recap In the previous article we ported the register handling of my Rust KVM hypervisor from x86 to ARM64. By tracing QEMU with strace and inspectin…
Tech news from the best sources
Recap In the previous article we ported the register handling of my Rust KVM hypervisor from x86 to ARM64. By tracing QEMU with strace and inspectin…
Recap This is a continuation of my previous article which dealt with reverse-engineering QEMU with strace to learn how KVM works. Now it's time to t…
The VM conversion completed without errors. Every workload made it across. The migration dashboard showed green, the project lead closed the ticket,…