]> git.ipfire.org Git - thirdparty/qemu.git/commit
rust: bindings: remove more unnecessary Send/Sync impls
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 14 Feb 2025 11:36:11 +0000 (12:36 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 6 Mar 2025 11:44:47 +0000 (12:44 +0100)
commit2ad011d466697d69f7f9aa84662a6553049f6556
tree4d3808860a55c93633ab126fda298bd2e97e68c2
parent48627510a7fed7a045358743e6b869a98931f85e
rust: bindings: remove more unnecessary Send/Sync impls

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.

Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
rust/qemu-api/src/bindings.rs