adamant-kite-43734
10/12/2022, 7:43 PMfast-garage-66093
10/13/2022, 12:10 AMicy-parrot-30770
10/13/2022, 8:05 AMfast-garage-66093
10/13/2022, 3:55 PMQEMU_SYSTEM_X86_64
(or QEMU_SYSTEM_AARCH64
) environment variable, that override the command used to start qemu. Since Rancher Desktop is normally launched via the Finder, you have to put it into the global launchd environment, e.g. (random sample from my shell history):
/bin/launchctl setenv QEMU_SYSTEM_X86_64 "qemu-system-x86_64 -cpu host,host-cache-info=on"
fast-garage-66093
10/13/2022, 3:55 PM/bin/launchctl unsetenv QEMU_SYSTEM_X86_64
fast-garage-66093
10/13/2022, 3:56 PMicy-parrot-30770
10/14/2022, 8:09 AM