mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
5f5de2ebca
Broaden error!() to cover any user-initiated action that fails to do what was expected (e.g. failed hotplug or live migration), not only unrecoverable startup errors. Retarget info!() at operators and users, clarify the warn!() and debug!() audiences, and document trace!(). Part of #8440. Co-authored-by: Philipp Schuster <phip1611@gmail.com> Signed-off-by: Tushar Khatri <hello@tusharkhatri.in>