What ioctl(KVM_RUN) Does: The VM Exit Loop Explained
The previous article established that guest code runs natively until it touches a device, at which point control has to reach QEMU.
ioctl(vcpu_fd, KVM_RUN) is the single most important line in the ent
supun.hashnode.dev10 min read