mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-22 03:12:27 +00:00
MSHV's SEV-SNP implementation calls ioeventfds whenever there is an event. This change removes the need frequent allocation and deallocation of a vector, while at the same time makes sure other call sites are unaffected. Signed-off-by: Wei Liu <liuwe@microsoft.com>