Re: [Qemu-devel] [PATCH v3 4/5] tests/uefi-test-tools: add build scripts

2019-02-05 Thread Michael S. Tsirkin
On Tue, Feb 05, 2019 at 09:49:57AM +0100, Laszlo Ersek wrote: > On 02/04/19 22:55, Michael S. Tsirkin wrote: > > On Mon, Feb 04, 2019 at 08:46:33PM +0100, Philippe Mathieu-Daudé > > wrote: > >> Hi Michael, > >> > >> On 2/4/19 8:32 PM, Michael S. Tsirkin wrote: > > >>> And question would be what i

Re: [Qemu-devel] [PATCH v3 4/5] tests/uefi-test-tools: add build scripts

2019-02-05 Thread Laszlo Ersek
On 02/04/19 22:55, Michael S. Tsirkin wrote: > On Mon, Feb 04, 2019 at 08:46:33PM +0100, Philippe Mathieu-Daudé > wrote: >> Hi Michael, >> >> On 2/4/19 8:32 PM, Michael S. Tsirkin wrote: >>> And question would be what if someone wanted a reproducible >>> build of QEMU, what would be the right way

Re: [Qemu-devel] [PATCH v3 4/5] tests/uefi-test-tools: add build scripts

2019-02-04 Thread Philippe Mathieu-Daudé
On 2/4/19 10:55 PM, Michael S. Tsirkin wrote: > On Mon, Feb 04, 2019 at 08:46:33PM +0100, Philippe Mathieu-Daudé wrote: >> On 2/4/19 8:32 PM, Michael S. Tsirkin wrote: >>> On Mon, Feb 04, 2019 at 07:41:38PM +0100, Laszlo Ersek wrote: On 02/04/19 18:47, Michael S. Tsirkin wrote: > On Mon,

Re: [Qemu-devel] [PATCH v3 4/5] tests/uefi-test-tools: add build scripts

2019-02-04 Thread Michael S. Tsirkin
On Mon, Feb 04, 2019 at 08:46:33PM +0100, Philippe Mathieu-Daudé wrote: > Hi Michael, > > On 2/4/19 8:32 PM, Michael S. Tsirkin wrote: > > On Mon, Feb 04, 2019 at 07:41:38PM +0100, Laszlo Ersek wrote: > >> On 02/04/19 18:47, Michael S. Tsirkin wrote: > >>> On Mon, Feb 04, 2019 at 05:03:24PM +0100

Re: [Qemu-devel] [PATCH v3 4/5] tests/uefi-test-tools: add build scripts

2019-02-04 Thread Philippe Mathieu-Daudé
Hi Michael, On 2/4/19 8:32 PM, Michael S. Tsirkin wrote: > On Mon, Feb 04, 2019 at 07:41:38PM +0100, Laszlo Ersek wrote: >> On 02/04/19 18:47, Michael S. Tsirkin wrote: >>> On Mon, Feb 04, 2019 at 05:03:24PM +0100, Laszlo Ersek wrote: Introduce the following build scripts under "tests/uefi-t

Re: [Qemu-devel] [PATCH v3 4/5] tests/uefi-test-tools: add build scripts

2019-02-04 Thread Michael S. Tsirkin
On Mon, Feb 04, 2019 at 07:41:38PM +0100, Laszlo Ersek wrote: > On 02/04/19 18:47, Michael S. Tsirkin wrote: > > On Mon, Feb 04, 2019 at 05:03:24PM +0100, Laszlo Ersek wrote: > >> Introduce the following build scripts under "tests/uefi-test-tools": > >> > >> * "build.sh" builds a single module (a U

Re: [Qemu-devel] [PATCH v3 4/5] tests/uefi-test-tools: add build scripts

2019-02-04 Thread Laszlo Ersek
On 02/04/19 18:47, Michael S. Tsirkin wrote: > On Mon, Feb 04, 2019 at 05:03:24PM +0100, Laszlo Ersek wrote: >> Introduce the following build scripts under "tests/uefi-test-tools": >> >> * "build.sh" builds a single module (a UEFI application) from >> UefiTestToolsPkg, for a single QEMU emulation

Re: [Qemu-devel] [PATCH v3 4/5] tests/uefi-test-tools: add build scripts

2019-02-04 Thread Michael S. Tsirkin
On Mon, Feb 04, 2019 at 05:03:24PM +0100, Laszlo Ersek wrote: > Introduce the following build scripts under "tests/uefi-test-tools": > > * "build.sh" builds a single module (a UEFI application) from > UefiTestToolsPkg, for a single QEMU emulation target. > > "build.sh" relies on cross-compile

Re: [Qemu-devel] [PATCH v3 4/5] tests/uefi-test-tools: add build scripts

2019-02-04 Thread Philippe Mathieu-Daudé
On 2/4/19 5:03 PM, Laszlo Ersek wrote: > Introduce the following build scripts under "tests/uefi-test-tools": > > * "build.sh" builds a single module (a UEFI application) from > UefiTestToolsPkg, for a single QEMU emulation target. > > "build.sh" relies on cross-compilers when the emulation t

[Qemu-devel] [PATCH v3 4/5] tests/uefi-test-tools: add build scripts

2019-02-04 Thread Laszlo Ersek
Introduce the following build scripts under "tests/uefi-test-tools": * "build.sh" builds a single module (a UEFI application) from UefiTestToolsPkg, for a single QEMU emulation target. "build.sh" relies on cross-compilers when the emulation target and the build host architecture don't match