Re: [PATCH v2 00/14] rust: bindings for Error

2025-06-03 Thread Zhao Liu
On Fri, May 30, 2025 at 10:02:52AM +0200, Paolo Bonzini wrote: > Date: Fri, 30 May 2025 10:02:52 +0200 > From: Paolo Bonzini > Subject: [PATCH v2 00/14] rust: bindings for Error > X-Mailer: git-send-email 2.49.0 > > As explained for v1, the impetus for this series is to remov

Re: [PATCH v2 00/14] rust: bindings for Error

2025-06-02 Thread Paolo Bonzini
On 6/2/25 09:49, Markus Armbruster wrote: Paolo Bonzini writes: As explained for v1, the impetus for this series is to remove BqlCell<> from HPETState::num_timers. However, it's also an important step for QAPI: error propagation is pretty central for example to QMP, and the series is also a f

Re: [PATCH v2 00/14] rust: bindings for Error

2025-06-02 Thread Markus Armbruster
Paolo Bonzini writes: > As explained for v1, the impetus for this series is to remove BqlCell<> > from HPETState::num_timers. However, it's also an important step for QAPI: > error propagation is pretty central for example to QMP, and the series > is also a first example of two-way conversion be

[PATCH v2 00/14] rust: bindings for Error

2025-05-30 Thread Paolo Bonzini
As explained for v1, the impetus for this series is to remove BqlCell<> from HPETState::num_timers. However, it's also an important step for QAPI: error propagation is pretty central for example to QMP, and the series is also a first example of two-way conversion between C and native-Rust structs