Skip to content

Commit 350f4ff

Browse files
committed
Revert "vm/qemu: use -machine virt and -cpu max for arm32"
This reverts commit 85a5a23.
1 parent ae98e6b commit 350f4ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vm/qemu/qemu.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ var archConfigs = map[string]*archConfig{
161161
},
162162
"linux/arm": {
163163
Qemu: "qemu-system-arm",
164-
// The buildroot image we use does not boot with vexpress-a15/cortex-a15.
165-
QemuArgs: "-machine virt -cpu max -accel tcg,thread=multi",
164+
// For some reason, new qemu-system-arm versions complain that "The only valid type is: cortex-a15".
165+
QemuArgs: "-machine vexpress-a15 -cpu cortex-a15 -accel tcg,thread=multi",
166166
NetDev: "virtio-net-device",
167167
RngDev: "virtio-rng-device",
168168
UseNewQemuImageOptions: true,

0 commit comments

Comments
 (0)