aboutsummaryrefslogtreecommitdiffstats
path: root/vm/qemu
diff options
context:
space:
mode:
authorAlexander Potapenko <glider@google.com>2024-10-22 16:26:40 +0200
committerAlexander Potapenko <glider@google.com>2024-10-22 15:05:53 +0000
commit15fa29791c1707abd7faed4110e284d0ccb72fae (patch)
tree41d9170e8491f7e7f17ca490ac3676781bb3e2c8 /vm/qemu
parent7d39db56757bb7e39dadbf6ac5f58d9b037205a8 (diff)
vm/qemu: do not pass `-accel tcg,thread=multi` on arm64
Even though we are yet to see arm64 hosts on which `-accel kvm` works properly, require the users to explicitly set request TCG in their manager configs.
Diffstat (limited to 'vm/qemu')
-rw-r--r--vm/qemu/qemu.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/qemu/qemu.go b/vm/qemu/qemu.go
index 225c3ad59..7096d7af3 100644
--- a/vm/qemu/qemu.go
+++ b/vm/qemu/qemu.go
@@ -153,7 +153,7 @@ var archConfigs = map[string]*archConfig{
// Disable SVE and pointer authentication for now, they significantly slow down
// the emulation and are unlikely to bring a lot of new coverage.
QemuArgs: strings.Join([]string{"-machine virt,virtualization=on,gic-version=max ",
- "-cpu max,sve128=on,pauth=off -accel tcg,thread=multi"}, ""),
+ "-cpu max,sve128=on,pauth=off"}, ""),
NetDev: "virtio-net-pci",
RngDev: "virtio-rng-pci",
CmdLine: []string{