]> git.proxmox.com Git - mirror_qemu.git/commit - scripts/qemu-binfmt-conf.sh
linux-user: allows to use "--systemd ALL" with qemu-binfmt-conf.sh
authorLaurent Vivier <laurent@vivier.eu>
Thu, 8 Mar 2018 10:48:59 +0000 (11:48 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Fri, 9 Mar 2018 18:18:35 +0000 (19:18 +0100)
commit3ff48453e894990ea6495574037e70ed9b91947e
tree7e40e16617c1ddc0c3b8227907d2dcd6056dcb26
parentf8b985d65cf67004483816d5afcb7bf686e11702
linux-user: allows to use "--systemd ALL" with qemu-binfmt-conf.sh

qemu-binfmt-conf.sh when it is used with systemd
needs to know for which CPU the systemd-binfmt.service
file must be created (i.e. "--systemd ppc").

But sometime, for instance for test purpose, we need to
create an entry for all known architectures.
This patch entroduce the "ALL" parameter for this purpose.

Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20180308104859.3315-1-laurent@vivier.eu>
scripts/qemu-binfmt-conf.sh