Re: [Qemu-devel] [PATCH v3 7/7] linux-user: Activate armeb handler registration

2017-12-21 Thread Laurent Vivier
Le 20/12/2017 à 22:23, Michael Weiser a écrit : > armeb is missing from the target list in qemu-binfmt-conf.sh. Add it so > the handler for those binaries gets registered by the script. > > Signed-off-by: Michael Weiser > --- > scripts/qemu-binfmt-conf.sh | 2 +- > 1 file changed, 1 insertion(+)

[Qemu-devel] [PATCH v3 7/7] linux-user: Activate armeb handler registration

2017-12-20 Thread Michael Weiser
armeb is missing from the target list in qemu-binfmt-conf.sh. Add it so the handler for those binaries gets registered by the script. Signed-off-by: Michael Weiser --- scripts/qemu-binfmt-conf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/qemu-binfmt-conf.sh b/sc