rust: pl011, qemu_api tests: do not use ClassInitImpl
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 13 Feb 2025 11:36:42 +0000 (12:36 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 25 Feb 2025 15:18:12 +0000 (16:18 +0100)
commit567c0c41a6700be72eb9e040ba0b8d7bf0cc5919
treeeb395e3e4e8c85df46cb1a057b6bd73f5587e5c7
parent4551f342fed66af7f5e2b099fa06f4007db356e6
rust: pl011, qemu_api tests: do not use ClassInitImpl

Outside the qemu_api crate, orphan rules make the usage of ClassInitImpl
unwieldy.  Now that it is optional, do not use it.

For PL011Class, this makes it easier to provide a PL011Impl trait similar
to the ones in the qemu_api crate.  The device id consts are moved there.

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