Re: [Qemu-devel] [PATCH v2 for 3.0 13/16] docker: add --hint to docker.py check

2018-07-17 Thread Philippe Mathieu-Daudé
On 07/17/2018 12:24 AM, Philippe Mathieu-Daudé wrote: > On 07/13/2018 09:17 AM, Alex Bennée wrote: >> When a check fails we currently just report why we failed. This is not >> totally helpful to people who want to boot-strap a new image. Add a >> --hint option which we can pass down to give a bit m

Re: [Qemu-devel] [PATCH v2 for 3.0 13/16] docker: add --hint to docker.py check

2018-07-16 Thread Philippe Mathieu-Daudé
On 07/13/2018 09:17 AM, Alex Bennée wrote: > When a check fails we currently just report why we failed. This is not > totally helpful to people who want to boot-strap a new image. Add a > --hint option which we can pass down to give a bit more information. > > Signed-off-by: Alex Bennée Reviewed

[Qemu-devel] [PATCH v2 for 3.0 13/16] docker: add --hint to docker.py check

2018-07-13 Thread Alex Bennée
When a check fails we currently just report why we failed. This is not totally helpful to people who want to boot-strap a new image. Add a --hint option which we can pass down to give a bit more information. Signed-off-by: Alex Bennée --- tests/docker/Makefile.include | 3 ++- tests/docker/docke