summary refs log tree commit diff stats
path: root/rust/hw/core/src/qdev.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* rust: qdev: add minimal clock bindingsPaolo Bonzini2025-10-011-0/+33
* rust/qdev: Drop declare_properties & define_property macrosZhao Liu2025-09-221-53/+0
* rust/qdev: Support bit property in #property macroZhao Liu2025-09-221-7/+12
* rust/qdev: Support property info for more common typesZhao Liu2025-09-221-12/+16
* rust/qdev: Refine the documentation for QDevProp traitManos Pitsidianakis2025-09-221-4/+11
* rust/qdev: use addr_of! in QDevPropManos Pitsidianakis2025-09-221-4/+4
* rust: re-export qemu macros from common/qom/hwcoreMarc-André Lureau2025-09-171-2/+2
* rust: rename qemu_api_macros -> qemu_macrosMarc-André Lureau2025-09-171-3/+3
* rust: split "hwcore" crateMarc-André Lureau2025-09-171-0/+459