rust-vmm / kvm-ioctls

Apache License 2.0
255 stars 103 forks source link

Add support for userspace NMI injection (`KVM_NMI` / `KVM_CAP_USER_NMI`) #246

Closed 00xc closed 6 months ago

00xc commented 7 months ago

Summary of the PR

Add support for the KVM_NMI ioctl, which allows a VMM to inject a non maskable interrupt into the guest.

Requirements

Before submitting your PR, please make sure you addressed the following requirements: