On Mon, 14 Oct 2024 at 15:36, Paolo Bonzini wrote:
>
> A working native Rust compiler is always needed in order to compile Rust
> code, even when cross compiling, in order to build the procedural macros
> that QEMU uses.
>
> Right now, the check is done in rust/qemu-api-macros/meson.build, but thi
On Mon, Oct 14, 2024 at 4:41 PM Peter Maydell wrote:
>
> On Mon, 14 Oct 2024 at 15:38, Peter Maydell wrote:
> >
> > On Mon, 14 Oct 2024 at 15:36, Paolo Bonzini wrote:
> > >
> > > A working native Rust compiler is always needed in order to compile Rust
> > > code, even when cross compiling, in or
On Mon, 14 Oct 2024 at 15:38, Peter Maydell wrote:
>
> On Mon, 14 Oct 2024 at 15:36, Paolo Bonzini wrote:
> >
> > A working native Rust compiler is always needed in order to compile Rust
> > code, even when cross compiling, in order to build the procedural macros
> > that QEMU uses.
> >
> > Right
On Mon, 14 Oct 2024 at 15:36, Paolo Bonzini wrote:
>
> A working native Rust compiler is always needed in order to compile Rust
> code, even when cross compiling, in order to build the procedural macros
> that QEMU uses.
>
> Right now, the check is done in rust/qemu-api-macros/meson.build, but thi
A working native Rust compiler is always needed in order to compile Rust
code, even when cross compiling, in order to build the procedural macros
that QEMU uses.
Right now, the check is done in rust/qemu-api-macros/meson.build, but this
has two disadvantages. First, it makes the build fail when t