Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qemu: use -cpu host by default #224

Merged
merged 1 commit into from
Sep 8, 2021
Merged

Conversation

AkihiroSuda
Copy link
Member

@AkihiroSuda AkihiroSuda commented Sep 8, 2021

-cpu host seemed to cause kernel panic with QEMU 5.2 on Intel Mac, but seems to work well with QEMU 6.1 now

The behavior can be rolled back by specifying an env var like QEMU_SYSTEM_X86_64=qemu-system-x86_64 -cpu Haswell-v4 or QEMU_SYSTEM_AARCH64=qemu-system-aarch64 -cpu cortex-a72 .

@AkihiroSuda AkihiroSuda added this to the v0.6.4 milestone Sep 8, 2021
`-cpu host` seemed to cause kernel panic with QEMU 5.2 on Intel Mac,
but seems to work well with QEMU 6.1 now.

The behavior can be rolled back by specifying an env var like
`QEMU_SYSTEM_X86_64=qemu-system-x86_64 -cpu Haswell-v4` or
`QEMU_SYSTEM_AARCH64=qemu-system-aarch64 -cpu cortex-a72` .

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
Copy link
Member

@jandubois jandubois left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jandubois jandubois merged commit 0293d7a into lima-vm:master Sep 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants