pub async fn handle_irq_resample(
    ex: &Executor,
    interrupt: Interrupt
) -> Result<()>
Expand description

Async task that resamples the status of the interrupt when the guest sends a request by signalling the resample event associated with the interrupt.

When called on a vhost-user Interrupt (i.e. from a vhost-user backend), this function does nothing, which is the correct behavior because irq resampling is handled by the frontend.