diff --git a/sys/amd64/vmm/vmm.c b/sys/amd64/vmm/vmm.c --- a/sys/amd64/vmm/vmm.c +++ b/sys/amd64/vmm/vmm.c @@ -1800,9 +1800,6 @@ { struct vm_exit *vmexit; - KASSERT(vcpu->vm->rendezvous_func != NULL, - ("rendezvous not in progress")); - vmexit = vm_exitinfo(vcpu); vmexit->rip = rip; vmexit->inst_length = 0;