summary refs log tree commit diff stats
path: root/rust/qemu-api/src/cell.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* rust: cell: remove support for running doctests with "cargo test --doc"Paolo Bonzini2025-06-031-13/+9
* rust: replace c_str! with c"" literalsPaolo Bonzini2025-05-061-2/+2
* rust: enable clippy::ptr_cast_constnessPaolo Bonzini2025-05-061-1/+1
* rust: cell: add full example of declaring a SysBusDevicePaolo Bonzini2025-03-061-0/+28
* rust: qemu_api_macros: add Wrapper derive macroPaolo Bonzini2025-03-061-0/+45
* rust: cell: add wrapper for FFI typesPaolo Bonzini2025-03-061-7/+197
* bql: add a "mock" BQL for Rust unit testsPaolo Bonzini2024-12-191-3/+23
* rust: cell: add BQL-enforcing RefCell variantPaolo Bonzini2024-12-101-10/+534
* rust: cell: add BQL-enforcing Cell variantPaolo Bonzini2024-12-101-0/+298