Re: [Qemu-devel] [PATCH v1 02/42] configure: clean-up container cross compile detect

2019-09-05 Thread David Hildenbrand
On 05.09.19 20:35, Alex Bennée wrote: > > David Hildenbrand writes: > >> On 04.09.19 22:29, Alex Bennée wrote: >>> The introduction of podman support inadvertently broke configure's >>> detect of the container support as the configure probe didn't specify >>> an engine type. To fix this in docke

Re: [Qemu-devel] [PATCH v1 02/42] configure: clean-up container cross compile detect

2019-09-05 Thread Alex Bennée
David Hildenbrand writes: > On 04.09.19 22:29, Alex Bennée wrote: >> The introduction of podman support inadvertently broke configure's >> detect of the container support as the configure probe didn't specify >> an engine type. To fix this in docker.py: >> >> - only (re)set USE_ENGINE if --en

Re: [Qemu-devel] [PATCH v1 02/42] configure: clean-up container cross compile detect

2019-09-05 Thread David Hildenbrand
On 04.09.19 22:29, Alex Bennée wrote: > The introduction of podman support inadvertently broke configure's > detect of the container support as the configure probe didn't specify > an engine type. To fix this in docker.py: > > - only (re)set USE_ENGINE if --engine is specified > - enhance the

[Qemu-devel] [PATCH v1 02/42] configure: clean-up container cross compile detect

2019-09-04 Thread Alex Bennée
The introduction of podman support inadvertently broke configure's detect of the container support as the configure probe didn't specify an engine type. To fix this in docker.py: - only (re)set USE_ENGINE if --engine is specified - enhance the output so docker is no longer just yes In the con