I can passthrough M60 fine so I don't think Quadro can't passthrough. Its likely you installed the wrong driver.
Latest posts made by imtrobin
-
RE: Hiding hypervisor from guest to prevent Nvidia Code 43
-
RE: Hiding hypervisor from guest to prevent Nvidia Code 43
@r1 said in Hiding hypervisor from guest to prevent Nvidia Code 43:
@olivierlambert @imtrobin I had worked on CPUID for exposing temperature data of CPU to Guest (Dom0). May be we can use same.
# cpuid | grep -I hypervisor_id hypervisor_id = "Microsoft Hv"
Is this the one which should be hidden?
I'm have no idea if that is enough, but maybe. How can we try this? For kvm , they do this
-
RE: Looking for a temporary test host with a nVIDIA GPU
do you have a link to which one you are referring to?
-
RE: Looking for a temporary test host with a nVIDIA GPU
Not sure which one you are referring to, I'm referring to this
-
RE: Looking for a temporary test host with a nVIDIA GPU
@olivierlambert said in Looking for a temporary test host with a nVIDIA GPU:
I think you can find it on GitHub, I don't remember but I googled a bit about the error returned by the driver in the VM and found the patch
It's been reported the patch is working on Xen, but I couldn't get it to work on XCP
-
RE: Looking for a temporary test host with a nVIDIA GPU
I have a M60 if you need me to setup. It supports passthrough.
-
RE: Hiding hypervisor from guest to prevent Nvidia Code 43
Thanks Oliver,
Sadly, ATI is being going downhill since AMD bought them over.
-
RE: Hiding hypervisor from guest to prevent Nvidia Code 43
From the github post, it seems the blacklisting the GPU works, which is similar to how kvm does it, without modification to Xen works?
-
RE: Hiding hypervisor from guest to prevent Nvidia Code 43
Actually, there are patchs for Xen, and it is working with Xen with driver patcher, but it doesn't work on Xenserver/XCP sadly
https://github.com/sk1080/nvidia-kvm-patcher/issues/45#issuecomment-574680727
https://lists.xenproject.org/archives/html/xen-devel/2016-07/msg01713.htmlI'm not familiar with Xen code base (I took a look, and ugh) enough to know where to apply the hiding, but I don't think it should take months for someone familiar with code base.
-
RE: XCP-ng GPU Passthrough - No GPU found
@jmccoy555 You got nvidia GPU working in VM?