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
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
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
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
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
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
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
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
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