Re: [Qemu-devel] [PATCH] scripts/qemu-binfmt-conf.sh: allow clearing of entries

2018-07-04 Thread Alex Bennée
Laurent Vivier writes: > Le 03/07/2018 à 18:00, Alex Bennée a écrit: >> Currently running the script twice will fail with "sh: echo: I/O >> error" as the registration is already complete. Add a new option >> --clear to reset the entries to save the user doing it by hand. >> >> Signed-off-by: Al

Re: [Qemu-devel] [PATCH] scripts/qemu-binfmt-conf.sh: allow clearing of entries

2018-07-03 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20180703160022.10705-1-alex.ben...@linaro.org Subject: [Qemu-devel] [PATCH] scripts/qemu-binfmt-conf.sh: allow clearing of entries === TEST SCRIPT BEGIN === #!/bin/bash

Re: [Qemu-devel] [PATCH] scripts/qemu-binfmt-conf.sh: allow clearing of entries

2018-07-03 Thread Laurent Vivier
Le 03/07/2018 à 18:00, Alex Bennée a écrit : > Currently running the script twice will fail with "sh: echo: I/O > error" as the registration is already complete. Add a new option > --clear to reset the entries to save the user doing it by hand. > > Signed-off-by: Alex Bennée > --- > scripts/qemu

[Qemu-devel] [PATCH] scripts/qemu-binfmt-conf.sh: allow clearing of entries

2018-07-03 Thread Alex Bennée
Currently running the script twice will fail with "sh: echo: I/O error" as the registration is already complete. Add a new option --clear to reset the entries to save the user doing it by hand. Signed-off-by: Alex Bennée --- scripts/qemu-binfmt-conf.sh | 16 ++-- 1 file changed, 14 i