Re: [RFC PATCH v4 3/7] rust: add crate to expose bindings and interfaces

2024-07-08 Thread Paolo Bonzini
On 7/4/24 14:15, Manos Pitsidianakis wrote: Add rust/qemu-api, which exposes rust-bindgen generated FFI bindings and provides some declaration macros for symbols visible to the rest of QEMU. Signed-off-by: Manos Pitsidianakis --- MAINTAINERS | 7 ++

[RFC PATCH v4 3/7] rust: add crate to expose bindings and interfaces

2024-07-04 Thread Manos Pitsidianakis
Add rust/qemu-api, which exposes rust-bindgen generated FFI bindings and provides some declaration macros for symbols visible to the rest of QEMU. Signed-off-by: Manos Pitsidianakis --- MAINTAINERS | 7 ++ rust/.cargo/config.toml | 2 +