Re-add OpenCore patches for disabling VM detection - #273
Open
farmerbb wants to merge 1 commit into
Open
Conversation
gmipf
added a commit
to gmipf/OSX-KVM
that referenced
this pull request
Jul 13, 2026
Restores the two kern.hv_vmm_present kernel patches from PR kholia#264 (merged 2026-01-26 05:00:33Z), which commit 4c378a4 clobbered ten minutes later by replacing config.plist wholesale with the file from LongQT-sea/OpenCore-ISO -- a config that carries no kernel patches by design. Plist hunk taken verbatim from PR kholia#273 (farmerbb). The regenerated OpenCore.qcow2 from that PR is deliberately NOT used; we rebuild the image from this config.plist via opencore-image-ng.sh instead. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
gmipf
added a commit
to gmipf/OSX-KVM
that referenced
this pull request
Jul 13, 2026
Regenerated with opencore-image-ng.sh rather than importing the binary from PR kholia#273, so the image stays reproducible from the tracked config.plist and the EFI tree in this repo. Verified by reading /EFI/OC/config.plist back out of the built image: sha256 matches OpenCore/config.plist byte for byte, SMBIOS is MacPro7,1, and all three kernel patches (TRIM + hv_vmm_present 1/2 and 2/2) are enabled. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR re-adds the VM detection patches that were contributed in #264 but removed (accidentally?) in commit 4c378a4.
OpenCore.qcow2was also regenerated with the same changes.