summary refs log tree commit diff stats
path: root/rust/qemu-api/src/module.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rust: rename qemu-api modules to follow C code a bit morePaolo Bonzini2024-12-191-0/+43
A full match would mean calling them qom::object and hw::core::qdev. For now, keep the names shorter but still a bit easier to find. Reviewed-by: Zhao Liu <zhao1.liu@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>