Re: [Qemu-devel] [PATCH v2 for 3.0 05/16] docker: split configure_qemu from build_qemu

2018-07-16 Thread Philippe Mathieu-Daudé
On 07/13/2018 09:17 AM, Alex Bennée wrote: > This allows some tests that just want to configure QEMU's source tree > to do so. > > Signed-off-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe Mathieu-Daudé > --- > tests/docker/common.rc | 7 ++- > 1 file changed, 6

[Qemu-devel] [PATCH v2 for 3.0 05/16] docker: split configure_qemu from build_qemu

2018-07-13 Thread Alex Bennée
This allows some tests that just want to configure QEMU's source tree to do so. Signed-off-by: Alex Bennée --- tests/docker/common.rc | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tests/docker/common.rc b/tests/docker/common.rc index 046f8a5921..ba1f942328 100755 ---