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 <pbonz...@redhat.com> > 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 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 <pbonz...@redhat.com> > --- > rust/qemu-api/src/bindings.rs | 8 ++------ > 1 file changed, 2 insertions(+), 6 deletions(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>