XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. imtrobin
    3. Posts
    I
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 18
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Hiding hypervisor from guest to prevent Nvidia Code 43

      I can passthrough M60 fine so I don't think Quadro can't passthrough. Its likely you installed the wrong driver.

      posted in Development
      I
      imtrobin
    • 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

      https://wiki.archlinux.org/index.php/PCI_passthrough_via_OVMF#.22Error_43:_Driver_failed_to_load.22_on_Nvidia_GPUs_passed_to_Windows_VMs

      posted in Development
      I
      imtrobin
    • RE: Looking for a temporary test host with a nVIDIA GPU

      do you have a link to which one you are referring to?

      posted in Development
      I
      imtrobin
    • RE: Looking for a temporary test host with a nVIDIA GPU

      Not sure which one you are referring to, I'm referring to this

      posted in Development
      I
      imtrobin
    • 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

      posted in Development
      I
      imtrobin
    • RE: Looking for a temporary test host with a nVIDIA GPU

      I have a M60 if you need me to setup. It supports passthrough.

      posted in Development
      I
      imtrobin
    • RE: Hiding hypervisor from guest to prevent Nvidia Code 43

      Thanks Oliver,

      Sadly, ATI is being going downhill since AMD bought them over.

      posted in Development
      I
      imtrobin
    • 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?

      posted in Development
      I
      imtrobin
    • 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.html

      I'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.

      MAngel666 created this issue in sk1080/nvidia-kvm-patcher

      open Windows 10 Enterprise 1903 + nvidia 441.66 on xen works! #45

      posted in Development
      I
      imtrobin
    • RE: XCP-ng GPU Passthrough - No GPU found

      @jmccoy555 You got nvidia GPU working in VM?

      posted in Development
      I
      imtrobin
    • RE: vGPU - which graphics card supported?

      vGPU require drivers on xen , which will need to work with Nvidia. Unlikely you can get it work as an open source. If you can get passthrough working, I will be very happy.

      posted in Development
      I
      imtrobin
    • How different is XCP-NG from Xen

      Hi, how much difference is xcp-ng differing fron Xen, other than xenadmin tool.

      I'm asking this because this patch works for Xen, but not for XCP-NG

      https://github.com/sk1080/nvidia-kvm-patcher/issues/45

      MAngel666 created this issue in sk1080/nvidia-kvm-patcher

      open Windows 10 Enterprise 1903 + nvidia 441.66 on xen works! #45

      posted in Development
      I
      imtrobin
    • RE: XCP-ng Center 8.0.0 released

      Any update for 8.1?

      posted in News
      I
      imtrobin
    • RE: XCP-ng GPU Passthrough - No GPU found

      Hi, so some people have been able to do it

      https://gridforums.nvidia.com/default/topic/9108/#

      https://gridforums.nvidia.com/default/topic/8934/#

      posted in Development
      I
      imtrobin
    • RE: XCP-ng GPU Passthrough - No GPU found

      In KVM, I need to do these

      1. turn on cpu hidden state

      https://wiki.archlinux.org/index.php/PCI_passthrough_via_OVMF#"Error_43:_Driver_failed_to_load"_on_Nvidia_GPUs_passed_to_Windows_VMs

      1. Assign the gpu to vfio directly (I guess we may not need to do this here)

      2. Blacklist the nvidia drivers like this

      https://techblog.jeppson.org/2018/03/windows-vm-gtx-1070-gpu-passthrough-proxmox-5/

      https://forum.proxmox.com/threads/gpu-passthrough-tutorial-reference.34303/

      posted in Development
      I
      imtrobin
    • RE: XCP-ng GPU Passthrough - No GPU found

      I'm talking about GPU Passthrough, not vGPU. The GPU is passthrough fine but the nvidia driver results in code 43, meaning the driver detected it is running in a VM.

      KVM bypass this by spoofing the VM, and it works, so can XCP do similar?

      posted in Development
      I
      imtrobin
    • RE: XCP-ng GPU Passthrough - No GPU found

      KVM is quite easy to spoof the VM so the nvidia drivers work. Is it possible to do easily for xcp?

      https://lists.xenproject.org/archives/html/xen-devel/2016-07/msg01713.html

      posted in Development
      I
      imtrobin