mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vmm_sys_util marks IoContext::submit as a safe function, so the unsafe block was inert and only silenced by allow(unused_unsafe). Call submit directly. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>