Re: [PATCH v7 6/7] rust: add crate to expose bindings and interfaces

2024-08-21 Thread Manos Pitsidianakis
On Fri, 16 Aug 2024 11:34, Philippe Mathieu-Daudé wrote: On 15/8/24 17:06, Daniel P. Berrangé wrote: On Thu, Aug 15, 2024 at 04:01:17PM +0200, Philippe Mathieu-Daudé wrote: Hi Manos, On 15/8/24 13:42, Manos Pitsidianakis wrote: Add rust/qemu-api, which exposes rust-bindgen generated FFI bind

Re: [PATCH v7 6/7] rust: add crate to expose bindings and interfaces

2024-08-16 Thread Philippe Mathieu-Daudé
On 15/8/24 17:06, Daniel P. Berrangé wrote: On Thu, Aug 15, 2024 at 04:01:17PM +0200, Philippe Mathieu-Daudé wrote: Hi Manos, On 15/8/24 13:42, Manos Pitsidianakis wrote: Add rust/qemu-api, which exposes rust-bindgen generated FFI bindings and provides some declaration macros for symbols visib

Re: [PATCH v7 6/7] rust: add crate to expose bindings and interfaces

2024-08-16 Thread Junjie Mao
On 8/15/2024 7:42 PM, 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. Co-authored-by: Junjie Mao Co-authored-by: Paolo Bonzini Signed-off-by: Junjie Mao Signed-off-by:

Re: [PATCH v7 6/7] rust: add crate to expose bindings and interfaces

2024-08-15 Thread Daniel P . Berrangé
On Thu, Aug 15, 2024 at 04:01:17PM +0200, Philippe Mathieu-Daudé wrote: > Hi Manos, > > On 15/8/24 13:42, 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. > > >

Re: [PATCH v7 6/7] rust: add crate to expose bindings and interfaces

2024-08-15 Thread Manos Pitsidianakis
On Thu, 15 Aug 2024 17:01, Philippe Mathieu-Daudé wrote: Hi Manos, On 15/8/24 13:42, 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. Co-authored-by: Junjie Mao Co-aut

Re: [PATCH v7 6/7] rust: add crate to expose bindings and interfaces

2024-08-15 Thread Philippe Mathieu-Daudé
Hi Manos, On 15/8/24 13:42, 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. Co-authored-by: Junjie Mao Co-authored-by: Paolo Bonzini Signed-off-by: Junjie Mao Signed-

[PATCH v7 6/7] rust: add crate to expose bindings and interfaces

2024-08-15 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. Co-authored-by: Junjie Mao Co-authored-by: Paolo Bonzini Signed-off-by: Junjie Mao Signed-off-by: Paolo Bonzini Signed-off-by: Manos Pitsidianakis