-
Notifications
You must be signed in to change notification settings - Fork 122
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
Apple macOS Intel host -> macOS Intel guest VM support / repo naming #140
Comments
Also I was reading through #67 but wasn't sure if it was around intel -> intel or arm64 -> intel! |
#67 was about intel -> intel but for macOS which doesn't seem will be possible at all. But for Linux VMs it seems more feasible with the recent updates to What kind of VMs are you planning to run? Could you please elaborate you use case a bit? |
Yeah concretely, I'm looking to run macOS intel hosts -> macOS intel guests under something like tart. Perhaps if this doesn't work in their higher level framework that tart uses e.g. |
Yeah, then it's a duplicate of #67. Veertu's Anka 2 is still supporting Intel since they implemented the low level stuff. But they also moved to Virtualization.Framework for the Anka 3. Seems all the virtualization tools are slowly abandoning Intel Macs... Apple Silicon is amazing though! |
Ah ok well let me close it out then, sorry for the duplication! I updated the title to make this concrete for the next person.
I'd be curious to know about this more if you have a few cycles to spare 😄
|
Sure thing;
|
Cool stuff, thanks for sharing your wisdom on this! I'm also impressed by these para virt capabilities and this polished end to end integration. It's good to know you were able to successfully mix and match up a Montery host with the virtualized devices in Ventura as well, and are having reasonable uptime! |
Hi @fkorotkov. Thanks for sharing your thoughts. I also see random issues with GPU restarts in Monterey VMs and try to catch similar behavior before everything went into a frozen state but no luck. Could you share how manually reproduce the crashing GPU issue/restarts? Any hints would be useful! |
Here are the steps to reproduce from my feedback assistant issue:
Then inside the VM do:
This was crashing the GPU constantly. @astlock, why do you want to reproduce the crash? It seems the fix is to use Ventura VMs even on Monterey hosts. |
@fkorotkov Thanks a lot! The fact is that our product cannot use Xcode beta, and there is no other in Ventura. At the same time, problems with the GPU in our case are rather random, therefore, I am looking for a way to somehow check the virtual machine in advance to see if it will go into these restarts or not. |
Good morning, thank you for making this tool. The API and OCI innovation here is setting this apart from all the rest of them.
I'm looking to spin up VMs in general on macOS hosts. Apples low level tooling should work on x86 as well from my understanding, but the repo naming and title is oriented around Apple Silicon. I'm about to embark on testing this out on intel -> intel VMs, and I was wondering if there were any major blockers and if supporting this in the mainline is a reasonable workstream.
The text was updated successfully, but these errors were encountered: