]> git.ipfire.org Git - thirdparty/qemu.git/commit
subprojects: add the anyhow crate
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 26 May 2025 10:10:18 +0000 (12:10 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 5 Jun 2025 18:24:51 +0000 (20:24 +0200)
commita95ad49bbfac2a5080c5761688465bdbb1969c24
treeb5e465a10471173ff7bb6d639eccc6e7ef80859c
parentf8a113701dd2d28f3bedb216e59125ddcb77fd05
subprojects: add the anyhow crate

This is a standard replacement for Box<dyn Error> which is more efficient (it only
occcupies one word) and provides a backtrace of the error.  This could be plumbed
into &error_abort in the future.

Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
rust/meson.build
rust/qemu-api/meson.build
scripts/archive-source.sh
scripts/make-release
subprojects/.gitignore
subprojects/anyhow-1-rs.wrap [new file with mode: 0644]
subprojects/packagefiles/anyhow-1-rs/meson.build [new file with mode: 0644]