summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2023-03-30 13:16:13 +0200
committerHelmut Grohne <helmut@subdivi.de>2023-03-30 13:16:13 +0200
commitb43062f23f2dcd2cfc7c2d3c59aa2c920e8e1576 (patch)
treefe1cc814dbd8273bc004333cbe7ac8ae4b860484
parent954ba600ffb78b596d9aa95c8b58c8a9adbe4035 (diff)
downloaddebvm-b43062f23f2dcd2cfc7c2d3c59aa2c920e8e1576.tar.gz
debvm-run: do not apply pauth-impdef=on to arm32
I really should have tested this part, but CI did. Fixes: 954ba600ffb7 ("debvm-run: massively speed up tcg emulation of arm cpus")
-rwxr-xr-xbin/debvm-run2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/debvm-run b/bin/debvm-run
index 6a91ba9..f1cde97 100755
--- a/bin/debvm-run
+++ b/bin/debvm-run
@@ -269,7 +269,7 @@ case "$KERNELARCH" in
MACHINE="type=q35"
;;
arm|armel|armhf)
- CPU=max,pauth-impdef=on
+ CPU=max
MACHINE="type=virt"
MAX_SMP=8
;;