rust: add IsA bounds to QOM implementation traits
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 12 Feb 2025 11:18:10 +0000 (12:18 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 25 Feb 2025 15:18:12 +0000 (16:18 +0100)
commitac5699c5da51fa9d39bc964e81645953796f7ad1
tree258da03c1d783f8ed954cb7fbf2470bd305ac0dc
parent646140dfebd42a9a9df8f15a22027b7efcb072cf
rust: add IsA bounds to QOM implementation traits

Check that the right bounds are provided to the qom_isa! macro
whenever the class is defined to implement a certain class.
This removes the need to add IsA<> bounds together with the
*Impl trait bounds.

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