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 inspecting the Linux headers, we discovered that ARM64 accesses CPU state through the KVM_GET_ONE_REG and KVM_SET_ONE_REG interface and reconstructed the reg...
Source: [Dev.to](https://dev.to/stjepan86/porting-my-rust-kvm-hypervisor-to-arm64-running-the-binary-79m)