summary refs log tree commit diff stats
path: root/rust/qemu-api/src/chardev.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rust: chardev, qdev: add bindings to qdev_prop_set_chrPaolo Bonzini2025-02-131-0/+19
Because the argument to the function is an Owned<Chardev>, this also adds an ObjectType implementation to Chardev. Reviewed-by: Zhao Liu <zhao1.liu@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>