On Thu, Jun 05, 2025 at 12:15:32PM +0200, Paolo Bonzini wrote: > Date: Thu, 5 Jun 2025 12:15:32 +0200 > From: Paolo Bonzini <pbonz...@redhat.com> > Subject: [PATCH 03/14] util/error: expose Error definition to Rust code > X-Mailer: git-send-email 2.49.0 > > This is used to preserve the file and line in a roundtrip from > C Error to Rust and back to C. > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > --- > include/qapi/error-internal.h | 26 ++++++++++++++++++++++++++ > rust/wrapper.h | 1 + > util/error.c | 10 +--------- > 3 files changed, 28 insertions(+), 9 deletions(-) > create mode 100644 include/qapi/error-internal.h
Reviewed-by: Zhao Liu <zhao1....@intel.com>