-
Notifications
You must be signed in to change notification settings - Fork 45
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
MacHyperVSupport 0.9.7 PCI Devices Not Working #2453
Comments
Please bisect to find the specific commit which introduces the issue. |
Sorry for reply late.
Thank you. |
On version-d9dd44d, there are two vgpu show in hackintool instead of one in 0.9.7/0.9.6-release: The third pci device appears on this build(d9dd44d) |
Just for reference, what is the host hardware here? |
Sure, here is the host hardware:
|
What is your passthrough configuration? Just installed Sonoma on a VM but only see the framebuffer and the passed-in GPU, not the basic render driver. |
I use DDA passthrough configuration, here is a tool: DDATools.zip |
DDA passthrough just like this: Dismount-VMHostAssignableDevice -LocationPath <locationpath> -Force
Add-VMAssignableDevice -VMName $VmName -LocationPath <locationpath> |
And I wonder if your GPU passed in will work with Metal/OpenCL or not? |
Tested with Big Sur 11.7.10 and a Quadro K600 that DDA does function, although there are some oddities with backtraces being generated when the cursor moves. The Hyper-V synthetic framebuffer must be disabled with -hvgfxboff boot argument. Thus far the only GPUs I've been able to get working are Kepler cards on the respective supported versions of macOS. AMD cards do not appear to work at this time. Anything above Monterey for NVIDIA cards would be out of scope of this bugtracker as that would require OCLP. |
Only once I boot with |
MacHyperVSupport v0.9.7 not working.
Host System: Windows Server 2025
VM System: macOS 14.7.1
I can't see pci devices passthrougth(DDA) from host
However, MacHyperVSupport v0.9.6 works.
Here is my config:
config.zip
By the way, I wonder if MacHyperVSupport can support GPU working with CL/Metal.
And will it work with OCLP?
Thank you!
The text was updated successfully, but these errors were encountered: