mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-07 04:07:21 +00:00
f06970730b
In some situations it is seen that the first interrupt sent to the guest is lost upon a restore (due to the tap worker being awake ahead of the vPUs). This causes problems with VIRTIO_RING_F_EVENT_IDX interrupt suppression as the guest will not be interrupted again in order to mitigate this we always interrupt the guest until the device itself has been signalled by the guest. Signed-off-by: Rob Bradford <robert.bradford@intel.com>