Paolo Bonzini writes:
> This is the next part of the firmware cross compilation story. It only
> looks at firmware that's strictly part of QEMU (optionrom, s390-ccw,
> vof), and does not do docker cross compilers yet; but it takes the
> infrastructure from tests/tcg/configure.sh and moves it i
On 5/25/22 15:16, Paolo Bonzini wrote:
On 5/24/22 17:53, Alex Bennée wrote:
Paolo Bonzini writes:
I actually expect the compiler tests to move back to tests/tcg, running
at Make time after the docker images are built. For now, the file is
moved as a whole, including both compiler detection an
On 5/24/22 17:53, Alex Bennée wrote:
Paolo Bonzini writes:
This is the next part of the firmware cross compilation story. It only
looks at firmware that's strictly part of QEMU (optionrom, s390-ccw,
vof), and does not do docker cross compilers yet; but it takes the
infrastructure from tests/
Paolo Bonzini writes:
> This is the next part of the firmware cross compilation story. It only
> looks at firmware that's strictly part of QEMU (optionrom, s390-ccw,
> vof), and does not do docker cross compilers yet; but it takes the
> infrastructure from tests/tcg/configure.sh and moves it i
This is the next part of the firmware cross compilation story. It only
looks at firmware that's strictly part of QEMU (optionrom, s390-ccw,
vof), and does not do docker cross compilers yet; but it takes the
infrastructure from tests/tcg/configure.sh and moves it in the main
configure script so tha