We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b5916 commit b99de16Copy full SHA for b99de16
hypervisor/arch/x86/guest/virq.c
@@ -289,6 +289,7 @@ static bool vcpu_inject_lo_exception(struct acrn_vcpu *vcpu)
289
void vcpu_inject_extint(struct acrn_vcpu *vcpu)
290
{
291
vcpu_make_request(vcpu, ACRN_REQUEST_EXTINT);
292
+ signal_event(&vcpu->events[VCPU_EVENT_VIRTUAL_INTERRUPT]);
293
}
294
295
/* Inject NMI to guest */
0 commit comments