2017-12-14 01:53:24 +01:00
|
|
|
From d688c4968074f983fde5be296487bb540e9a3396 Mon Sep 17 00:00:00 2001
|
2016-09-19 19:06:58 +02:00
|
|
|
From: Andreas Schwab <schwab@suse.de>
|
|
|
|
Date: Fri, 12 Aug 2016 18:20:49 +0200
|
|
|
|
Subject: [PATCH] qemu-binfmt-conf: use qemu-ARCH-binfmt
|
|
|
|
MIME-Version: 1.0
|
|
|
|
Content-Type: text/plain; charset=UTF-8
|
|
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
|
|
|
|
Signed-off-by: Andreas Schwab <schwab@suse.de>
|
|
|
|
Signed-off-by: Andreas Färber <afaerber@suse.de>
|
|
|
|
---
|
|
|
|
scripts/qemu-binfmt-conf.sh | 6 +++---
|
|
|
|
1 file changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
|
|
|
|
diff --git a/scripts/qemu-binfmt-conf.sh b/scripts/qemu-binfmt-conf.sh
|
2017-08-31 00:22:50 +02:00
|
|
|
index 5c3ba942ec..bb29213fa5 100755
|
2016-09-19 19:06:58 +02:00
|
|
|
--- a/scripts/qemu-binfmt-conf.sh
|
|
|
|
+++ b/scripts/qemu-binfmt-conf.sh
|
2017-03-29 06:22:10 +02:00
|
|
|
@@ -206,7 +206,7 @@ qemu_check_systemd() {
|
2016-09-19 19:06:58 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
qemu_generate_register() {
|
|
|
|
- echo ":qemu-$cpu:M::$magic:$mask:$qemu:$FLAGS"
|
|
|
|
+ echo ":qemu-$cpu:M::$magic:$mask:$qemu:P$FLAGS"
|
|
|
|
}
|
|
|
|
|
|
|
|
qemu_register_interpreter() {
|
2017-03-29 06:22:10 +02:00
|
|
|
@@ -247,9 +247,9 @@ qemu_set_binfmts() {
|
2016-09-19 19:06:58 +02:00
|
|
|
continue
|
|
|
|
fi
|
|
|
|
|
|
|
|
- qemu="$QEMU_PATH/qemu-$cpu"
|
|
|
|
+ qemu="$QEMU_PATH/qemu-$cpu-binfmt"
|
|
|
|
if [ "$cpu" = "i486" ] ; then
|
|
|
|
- qemu="$QEMU_PATH/qemu-i386"
|
|
|
|
+ qemu="$QEMU_PATH/qemu-i386-binfmt"
|
|
|
|
fi
|
|
|
|
|
|
|
|
if [ "$host_family" != "$family" ] ; then
|