mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
The Sync prefix is too narrow because the queue is not tied to synchronous execution. Rename it to CompletionCommon, following the Common suffix the codebase already uses for shared helper types such as VirtioCommon. The queue holds no engine specific state, so it can be reused more widely across backends. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>