File new-kvm-ioctl.patch of Package libkrun
--- a/src/vmm/src/linux/vstate.rs +++ b/src/vmm/src/linux/vstate.rs @@ -1166,7 +1166,7 @@ impl Vcpu { } // Documentation specifies that below kvm exits are considered // errors. - VcpuExit::FailEntry => { + VcpuExit::FailEntry(..) => { error!("Received KVM_EXIT_FAIL_ENTRY signal"); Err(Error::VcpuUnhandledKvmExit) }