Re: [PATCH 00/16] Cross compilation of embedded firmware

2022-05-26 Thread Alex Bennée
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

Re: [PATCH 00/16] Cross compilation of embedded firmware

2022-05-26 Thread Paolo Bonzini
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

Re: [PATCH 00/16] Cross compilation of embedded firmware

2022-05-25 Thread Paolo Bonzini
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/

Re: [PATCH 00/16] Cross compilation of embedded firmware

2022-05-24 Thread Alex Bennée
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

[PATCH 00/16] Cross compilation of embedded firmware

2022-05-17 Thread Paolo Bonzini
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