We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae98e6b commit 350f4ffCopy full SHA for 350f4ff
vm/qemu/qemu.go
@@ -161,8 +161,8 @@ var archConfigs = map[string]*archConfig{
161
},
162
"linux/arm": {
163
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",
+ // For some reason, new qemu-system-arm versions complain that "The only valid type is: cortex-a15".
+ QemuArgs: "-machine vexpress-a15 -cpu cortex-a15 -accel tcg,thread=multi",
166
NetDev: "virtio-net-device",
167
RngDev: "virtio-rng-device",
168
UseNewQemuImageOptions: true,
0 commit comments