You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`-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 <[email protected]>
0 commit comments