mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Rather than relying on the amount of queues to enable or disable the queue that have been activated, we rely on the actual queue indexes provided through the tuple including the queue index, the Queue and the EventFd. By storing the list of indexes, we simplify the code and also make it more accurate in case some queues aren't activated. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>