subprojects: add the anyhow crateThis is a standard replacement for Box<dyn Error> which is more efficient (it onlyocccupies one word) and provides a backtrace of the error. This could be plumbed
subprojects: add the anyhow crateThis is a standard replacement for Box<dyn Error> which is more efficient (it onlyocccupies one word) and provides a backtrace of the error. This could be plumbedinto &error_abort in the future.Reviewed-by: Zhao Liu <zhao1.liu@intel.com>Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
show more ...