Commit 1320786
committed
fix: make aarch64_with_sve_and_pac template work with >=2 vcpus
Setting the least significant 4 bits to zero overwrites some
configuration that Firecracker sets on secondary CPUs that is needed for
them to be able to be booted. With these 4 bits set to 0, the CPUs will
never show up as online inside the guest, and KVM will just infinitely
spin inside KVM_RUN for them. Fix by using 'x' in the template, which
preserves the defaults set by Firecracker.
Signed-off-by: Patrick Roy <[email protected]>1 parent 350bfb3 commit 1320786
File tree
1 file changed
+1
-1
lines changed- tests/data/static_cpu_templates
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
0 commit comments