Re: [Qemu-devel] [PATCH v3 02/46] configure: add test for docker availability

2018-04-24 Thread Richard Henderson
On 04/24/2018 05:23 AM, Alex Bennée wrote: > This tests for a working docker installation without sudo and sets up > config-host.mak accordingly. This will be useful from cross compiling > things in the future. > > Signed-off-by: Alex Bennée > --- > configure | 17 + > 1 file cha

[Qemu-devel] [PATCH v3 02/46] configure: add test for docker availability

2018-04-24 Thread Alex Bennée
This tests for a working docker installation without sudo and sets up config-host.mak accordingly. This will be useful from cross compiling things in the future. Signed-off-by: Alex Bennée --- configure | 17 + 1 file changed, 17 insertions(+) diff --git a/configure b/configure