[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] rust: add --rust-target option for bindgen
From: |
Paolo Bonzini |
Subject: |
Re: [PATCH] rust: add --rust-target option for bindgen |
Date: |
Thu, 6 Feb 2025 12:38:20 +0100 |
On Thu, Feb 6, 2025 at 12:37 PM Philippe Mathieu-Daudé
<philmd@linaro.org> wrote:
> > if bindgen.version().version_compare('<0.61.0')
> > # default in 0.61+
> > bindgen_args += ['--size_t-is-usize']
>
> Should this be merged directly on master as build-fix?
If it's breaking CI I can send a pull request later. I wasn't sure if
it was just my branch with other Rust changes.
Paolo
- [PATCH] rust: pl011: convert pl011_create to safe Rust, (continued)
- [PATCH] rust: pl011: convert pl011_create to safe Rust, Paolo Bonzini, 2025/02/06
- Re: [PATCH] rust: pl011: convert pl011_create to safe Rust, Zhao Liu, 2025/02/10
- vtables and procedural macros (was Re: [PATCH] rust: pl011: convert pl011_create to safe Rust), Paolo Bonzini, 2025/02/10
- Re: vtables and procedural macros (was Re: [PATCH] rust: pl011: convert pl011_create to safe Rust), Junjie Mao, 2025/02/11
- Re: vtables and procedural macros (was Re: [PATCH] rust: pl011: convert pl011_create to safe Rust), Paolo Bonzini, 2025/02/11
- Re: vtables and procedural macros (was Re: [PATCH] rust: pl011: convert pl011_create to safe Rust), Junjie Mao, 2025/02/11
- Re: vtables and procedural macros (was Re: [PATCH] rust: pl011: convert pl011_create to safe Rust), Junjie Mao, 2025/02/11
- Re: vtables and procedural macros (was Re: [PATCH] rust: pl011: convert pl011_create to safe Rust), Paolo Bonzini, 2025/02/11
- Re: vtables and procedural macros (was Re: [PATCH] rust: pl011: convert pl011_create to safe Rust), Junjie Mao, 2025/02/11
Re: [PATCH] rust: add --rust-target option for bindgen, Philippe Mathieu-Daudé, 2025/02/06
- Re: [PATCH] rust: add --rust-target option for bindgen,
Paolo Bonzini <=