Re: [PATCH 0/6] Convert pc-bios Makefiles to meson

2020-09-20 Thread Peter Maydell
On Sat, 19 Sep 2020 at 15:59, Paolo Bonzini wrote: > > I don't know, the way pc-bios/ works seems just wrong to me. pc-bios > should IMO be its own build system with support for docker-based cross > compilers similar to tests/tcg. Yes, I've always thought this :-) It borrows the host x86 compile

Re: [PATCH 0/6] Convert pc-bios Makefiles to meson

2020-09-19 Thread Paolo Bonzini
On 19/09/20 17:15, Marc-André Lureau wrote: > > > I don't know, the way pc-bios/ works seems just wrong to me.  pc-bios > should IMO be its own build system with support for docker-based cross > compilers similar to tests/tcg. > > > It could still use meson to build the binaries tho

Re: [PATCH 0/6] Convert pc-bios Makefiles to meson

2020-09-19 Thread Marc-André Lureau
Hi On Sat, Sep 19, 2020 at 6:59 PM Paolo Bonzini wrote: > On 18/09/20 22:47, marcandre.lur...@redhat.com wrote: > > From: Marc-André Lureau > > > > Hi, > > > > Here is a series of patches to convert the remaining Makefile in > > pc-bios/ to meson. I have done various tests to check that the > >

Re: [PATCH 0/6] Convert pc-bios Makefiles to meson

2020-09-19 Thread Paolo Bonzini
On 18/09/20 22:47, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > Hi, > > Here is a series of patches to convert the remaining Makefile in > pc-bios/ to meson. I have done various tests to check that the > resulting binaries are working as expected, but I didn't cover it > all,

Re: [PATCH 0/6] Convert pc-bios Makefiles to meson

2020-09-18 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200918204759.225810-1-marcandre.lur...@redhat.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT

[PATCH 0/6] Convert pc-bios Makefiles to meson

2020-09-18 Thread marcandre . lureau
From: Marc-André Lureau Hi, Here is a series of patches to convert the remaining Makefile in pc-bios/ to meson. I have done various tests to check that the resulting binaries are working as expected, but I didn't cover it all, and I am not sure the test su= ite covers them all either. Please re