I merged this directly into qemu.git/master.
Stefan
On 6/2/25 12:15, Paolo Bonzini wrote:
Without it, recent bindgen will give an error
error: extern block cannot be declared unsafe
if rustc is not new enough to support the "unsafe extern" construct.
Cc: qemu-r...@nongnu.org
Cc: qemu-sta...@nongnu.org
Signed-off-by: Paolo Bonzini
---
mes
On 6/2/25 12:38, Paolo Bonzini wrote:
On Thu, Feb 6, 2025 at 12:37 PM Philippe Mathieu-Daudé
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 brea
On Thu, Feb 6, 2025 at 12:37 PM Philippe Mathieu-Daudé
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 reque
Without it, recent bindgen will give an error
error: extern block cannot be declared unsafe
if rustc is not new enough to support the "unsafe extern" construct.
Cc: qemu-r...@nongnu.org
Cc: qemu-sta...@nongnu.org
Signed-off-by: Paolo Bonzini
---
meson.build | 3 +++
1 file changed, 3 insert