Re: [Qemu-devel] [PATCH] simple firmware.json test tool

2018-11-15 Thread Philippe Mathieu-Daudé
On 15/11/18 8:56, Gerd Hoffmann wrote: Hi, Perhaps print a few shell commands first? Such as: ( VARSTORE=$(mktemp) trap 'rm -f -- "$VARSTORE"' EXIT cat -- '[VARSTORE_TEMPLATE]' >> "$VARSTORE" qemu ... ) It really does take separate actions, just like when yo

Re: [Qemu-devel] [PATCH] simple firmware.json test tool

2018-11-14 Thread Gerd Hoffmann
Hi, > > Perhaps print a few shell commands first? Such as: > > > >( > > VARSTORE=$(mktemp) > > trap 'rm -f -- "$VARSTORE"' EXIT > > cat -- '[VARSTORE_TEMPLATE]' >> "$VARSTORE" > > qemu ... > >) > > > > It really does take separate actions, just like when you create

Re: [Qemu-devel] [PATCH] simple firmware.json test tool

2018-11-14 Thread Philippe Mathieu-Daudé
Hi Gerd, On 20/4/18 17:38, Laszlo Ersek wrote: On 04/20/18 12:47, Gerd Hoffmann wrote: applies on top of the firmware.json v2 series. --- configure | 2 +- Makefile| 2 ++ qemu-firmware.c | 81 + 3 files changed, 84 in

Re: [Qemu-devel] [PATCH] simple firmware.json test tool

2018-04-20 Thread Laszlo Ersek
On 04/20/18 12:47, Gerd Hoffmann wrote: > applies on top of the firmware.json v2 series. > --- > configure | 2 +- > Makefile| 2 ++ > qemu-firmware.c | 81 > + > 3 files changed, 84 insertions(+), 1 deletion(-) > create mod

Re: [Qemu-devel] [PATCH] simple firmware.json test tool

2018-04-20 Thread no-reply
Hi, This series failed docker-build@min-glib build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180420104743.7396-1-kra...@redhat.com Subject: [Qemu-devel] [PATCH] simple

Re: [Qemu-devel] [PATCH] simple firmware.json test tool

2018-04-20 Thread no-reply
Hi, This series failed docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180420104743.7396-1-kra...@redhat.com Subject: [Qemu-devel] [PATCH] simple

Re: [Qemu-devel] [PATCH] simple firmware.json test tool

2018-04-20 Thread no-reply
Hi, This series failed build test on s390x host. Please find the details below. Type: series Message-id: 20180420104743.7396-1-kra...@redhat.com Subject: [Qemu-devel] [PATCH] simple firmware.json test tool === TEST SCRIPT BEGIN === #!/bin/bash # Testing script will be invoked under the git

Re: [Qemu-devel] [PATCH] simple firmware.json test tool

2018-04-20 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20180420104743.7396-1-kra...@redhat.com Subject: [Qemu-devel] [PATCH] simple firmware.json test tool === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git log

[Qemu-devel] [PATCH] simple firmware.json test tool

2018-04-20 Thread Gerd Hoffmann
applies on top of the firmware.json v2 series. --- configure | 2 +- Makefile| 2 ++ qemu-firmware.c | 81 + 3 files changed, 84 insertions(+), 1 deletion(-) create mode 100644 qemu-firmware.c diff --git a/configure b/config