Skip to content

Commit c54aa89

Browse files
committed
update comments for default cpu
Signed-off-by: ye.sijun <[email protected]>
1 parent 873a39c commit c54aa89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/limayaml/defaults.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ func FillDefault(y, d, o *LimaYAML, filePath string) {
9292
y.CPUType = pointer.String("host")
9393
} else if *y.Arch == X8664 {
9494
// Intel on ARM
95+
// Since https://github.com/lima-vm/lima/pull/494, we use qemu64 cpu for better emulation of x86_64.
9596
y.CPUType = pointer.String("qemu64")
9697
} else {
9798
// ARM on Intel

0 commit comments

Comments
 (0)