Re: [PATCH 15/15] rust: bindings: remove more unnecessary Send/Sync impls

2025-02-25 Thread Zhao Liu
On Fri, Feb 21, 2025 at 06:03:42PM +0100, Paolo Bonzini wrote: > Date: Fri, 21 Feb 2025 18:03:42 +0100 > From: Paolo Bonzini > Subject: [PATCH 15/15] rust: bindings: remove more unnecessary Send/Sync > impls > X-Mailer: git-send-email 2.48.1 > > Send and Sync are now impl

[PATCH 15/15] rust: bindings: remove more unnecessary Send/Sync impls

2025-02-21 Thread Paolo Bonzini
Send and Sync are now implemented on the opaque wrappers. Remove them from the bindings module, unless the structs are pure data containers and/or have no C functions defined on them. Signed-off-by: Paolo Bonzini --- rust/qemu-api/src/bindings.rs | 8 ++-- 1 file changed, 2 insertions(+), 6