diff options
author | Manos Pitsidianakis <manos.pitsidianakis@linaro.org> | 2025-09-08 12:49:38 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2025-09-17 19:00:56 +0200 |
commit | a71df7e143b57427c1f8a917654e7b0ed1ceb919 (patch) | |
tree | b56541064a5f5c73fdf0800616acf999206214e3 /scripts/lib/kdoc/kdoc_parser.py | |
parent | aecca0676ddd9e032de4eeda371b81598d3257bb (diff) | |
download | qemu-a71df7e143b57427c1f8a917654e7b0ed1ceb919.zip qemu-a71df7e143b57427c1f8a917654e7b0ed1ceb919.tar.gz qemu-a71df7e143b57427c1f8a917654e7b0ed1ceb919.tar.bz2 |
rust: add qdev Device derive macro
Add derive macro for declaring qdev properties directly above the field
definitions. To do this, we split DeviceImpl::properties method on a
separate trait so we can implement only that part in the derive macro
expansion (we cannot partially implement the DeviceImpl trait).
Adding a `property` attribute above the field declaration will generate
a `qemu_api::bindings::Property` array member in the device's property
list.
Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Link: https://lore.kernel.org/r/20250711-rust-qdev-properties-v3-1-e198624416fb@linaro.org
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_parser.py')
0 files changed, 0 insertions, 0 deletions