mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
The guest can cause submit and completion failures with malformed chains or invalid addresses. However, this shouldn't permanently stall the device and terminate the worker. Genuine reset-worthy failures set needs_reset and return `Ok` anyways and will more cleanly reset the worker. Signed-off-by: Dylan Reid <dgreid@fb.com>