-
-
Notifications
You must be signed in to change notification settings - Fork 476
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
feat: add support for running quickemu on macOS hosts #1225
Merged
Conversation
This file contains 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
flexiondotorg
force-pushed
the
macos-host
branch
5 times, most recently
from
May 15, 2024 12:17
12908a7
to
f9d6b12
Compare
flexiondotorg
force-pushed
the
macos-host
branch
3 times, most recently
from
May 17, 2024 11:08
4147f74
to
154f758
Compare
flexiondotorg
changed the title
feat: add support for running quickemu of macOS (x86) hosts. close #447
feat: add support for running quickemu of macOS (x86) hosts
May 17, 2024
flexiondotorg
changed the title
feat: add support for running quickemu of macOS (x86) hosts
feat: add support for running quickemu on macOS (x86) hosts
May 17, 2024
flexiondotorg
changed the title
feat: add support for running quickemu on macOS (x86) hosts
feat: add support for running quickemu on macOS hosts
May 17, 2024
flexiondotorg
force-pushed
the
macos-host
branch
4 times, most recently
from
May 17, 2024 12:24
4ab55cd
to
67ffb83
Compare
Remove Remove
Couple of things that I spotted |
Adapted from #1114 (comment) Tested full installs of Mojave, Catalina, Big Sur, Monterey, Ventura and Sonoma on AMD Ryzen 5950X. Performed updates post-install and installed Revolutionator.
TuxVinyards
added a commit
to TuxVinyards/quickemu
that referenced
this pull request
May 18, 2024
as per comment quickemu-project#1225 (comment)
This was referenced May 18, 2024
Closed
TuxVinyards
added a commit
to TuxVinyards/qqX
that referenced
this pull request
May 22, 2024
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.
Support for macOS hosts
This pull request makes Quickemu compatible with macOS hosts, meaning that
quickemu
can now be used to create and run virtual machines on macOS hosts.Intel and Apple Silicon CPUs on the host are supported. However, Quickemu currently only has x86 OS images available, so Apple Silicon Macs are currently provisioned with x86 virtual machines. This will be addressed in the future.
Improved compatibility for macOS guests
In addition, this pull request significantly improves the compatibility and performance when running macOS guest VMs, particularly if your host has an Intel CPU. Thanks to @TuxVinyards and @lj3954 for their research in this area.