Hi,
This series seems to have some coding style problems. See output below for
more information:
Type: series
Message-id: 20180627205317.10343-1-laur...@vivier.eu
Subject: [Qemu-devel] [PATCH 0/3] linux-user: manage binfmt F flag
=== TEST SCRIPT BEGIN ===
#!/bin/bash
BASE=base
n=1
total=$(git
The binfmt F flag ("Fix binaries") allows to
load the interpreter binary at configuration time
and all future users are cloned from this memory copy.
This avoids to have to copy the interpreter to
the filesystem of the target we want to use.
This series introduces this new flag in qemu-binfmt-con