mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Filtered activation queues can hide regressions where resume treats their positions as transport queue indices. Such regressions route interrupts to unrelated MSI-X vectors while eventfd notifications still reach the correct workers. Add a VirtioCommon regression test with queue indices one and three. Verify resume signals both queue eventfds and records interrupts for the original sparse indices. Assisted-by: OpenAI:GPT-5.6-Sol Signed-off-by: Yi Wang <foxywang@tencent.com>