Searched hist:"3701 fb22dfd438993e76e158beb97683359d1dd9" (Results 1 – 3 of 3) sorted by relevance
/qemu/rust/qemu-api/src/ |
H A D | qom.rs | 3701fb22dfd438993e76e158beb97683359d1dd9 Mon Oct 28 10:47:12 UTC 2024 Paolo Bonzini <pbonzini@redhat.com> rust: qom: convert type_info! macro to an associated const
type_info! is only used in the definition of ObjectImpl::TYPE_INFO, and in fact in all of them. Pull type_info!'s definition into the ObjectImpl trait, thus simplifying the external interface of qemu_api::definitions.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
/qemu/rust/qemu-api/tests/ |
H A D | tests.rs | 3701fb22dfd438993e76e158beb97683359d1dd9 Mon Oct 28 10:47:12 UTC 2024 Paolo Bonzini <pbonzini@redhat.com> rust: qom: convert type_info! macro to an associated const
type_info! is only used in the definition of ObjectImpl::TYPE_INFO, and in fact in all of them. Pull type_info!'s definition into the ObjectImpl trait, thus simplifying the external interface of qemu_api::definitions.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
/qemu/rust/hw/char/pl011/src/ |
H A D | device.rs | 3701fb22dfd438993e76e158beb97683359d1dd9 Mon Oct 28 10:47:12 UTC 2024 Paolo Bonzini <pbonzini@redhat.com> rust: qom: convert type_info! macro to an associated const
type_info! is only used in the definition of ObjectImpl::TYPE_INFO, and in fact in all of them. Pull type_info!'s definition into the ObjectImpl trait, thus simplifying the external interface of qemu_api::definitions.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|