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
Docs: Discourage use of com.apple.vm.hypervisor on macOS >=10.15.7
Tests on multiple MacOS 10.15.7 and 11.3.1 machines showed when this entitlement is added gatekeeper prevents qemu to start (error "kill -9"). I'm not entirely sure but I believe there was a breaking change from 10.15.6 to 10.15.7 and Apple docs are incorrect.
Signed-off-by: Christian Korneck <[email protected]>
- make sure qemu is codesigned, see [Getting started](#getting-started).
246
+
- if you are on macOS 10.15.7 or 11.0 or later make sure the entitlement `com.apple.vm.hypervisor` is **not** added. It only works on older macOS versions. You can clear the codesigning with `codesign --remove-signature /usr/local/bin/qemu-system-x86_64` and [start over](#getting-started).
0 commit comments