diff options
author | Helmut Grohne <helmut@subdivi.de> | 2023-03-30 13:16:13 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2023-03-30 13:16:13 +0200 |
commit | b43062f23f2dcd2cfc7c2d3c59aa2c920e8e1576 (patch) | |
tree | fe1cc814dbd8273bc004333cbe7ac8ae4b860484 | |
parent | 954ba600ffb78b596d9aa95c8b58c8a9adbe4035 (diff) | |
download | debvm-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-x | bin/debvm-run | 2 |
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 ;; |