- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Jansen,
We understand that you are having issues with the Intel Arc A750 in a virtual environment.
We will do further research on this matter and post the response on this thread once available.
Best regards,
Jean O.
Intel Customer Support Technician
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Jansen,
We appreciate your patience.
We are still reviewing this matter. However, we want to request some information to better understand the situation:
- Are the issues present only when you try to run the VM?
- What hypervisor are you using?
- We would like to have the following system information:
- CPU model:
- Motherboard model:
- BIOS version:
- Operating system version:
- Kernel-Version:
Best regards,
Jean O.
Intel Customer Support Technician
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Jean,
thanks for replying and sorry for the bad formatting in my original post!
- Are the issues present only when you try to run the VM?
- Yes, the GPU itself works fine if not in a virtual environment
- What hypervisor are you using?
- Qemu (7.2.0-3) + KVM (Linux Kernel 6.1.8-arch1-1)
- We would like to have the following system information:
- CPU model: Intel Core i9-7980XE
- Motherboard model: Asrock X299 OC Formula
- BIOS version: P1.90B
- Operating system version: Arch Linux
- Kernel-Version: 6.1.8-arch1-1
I've patched my Bios and enabled ReBAR/Smart Access Memory/Clever Memory Access. It works fine with my RTX 3090 (even in a virtual machine).
Thanks in advance, Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you're unable to use the Intel Arc A750 in a virtual environment (Linux vfio), here are some steps you can try to resolve the issue:
-
Verify that the device is compatible: Make sure that the Intel Arc A750 is compatible with the virtual environment you're using. Some devices may not work with vfio or may require additional configuration.
-
Load the vfio-pci module: You may need to load the vfio-pci module in order to use the Intel Arc A750 with vfio. You can do this by adding the following line to your "/etc/modules" file:
vfio-pci
- Pass the device to the virtual machine: Once you've loaded the vfio-pci module, you need to pass the device to the virtual machine. This can typically be done by adding the following lines to your virtual machine configuration file:
<hostdev mode='subsystem' type='pci' managed='yes'>
<source>
<address domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
</source>
</hostdev>
Note that you'll need to replace the values for "domain", "bus", "slot", and "function" with the actual values for your Intel Arc A750 device.
- Update the virtual machine configuration: You may also need to update the virtual machine configuration to ensure that the Intel Arc A750 is recognized by the virtual environment. This can typically be done by adding the following lines to your virtual machine configuration file:
<devices>
<disk type='file' device='disk'>
<driver name='qemu' type='qcow2'/>
<source file='/path/to/disk.qcow2'/>
<target dev='vda' bus='virtio'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
</disk>
</devices>
Note that you'll need to replace the values for "domain", "bus", "slot", and "function" with the actual values for your Intel Arc A750 device.
These steps should help you resolve the issue of unable to use Intel Arc A750 in a virtual environment (Linux vfio). However, if the issue persists, you may need to consult the virtualization software's forums or seek technical support from the software's developers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you mitchealrocher the way you explain Its quite amazing and helpful for me. stay blessed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey mitchealrocher,
no offense, but this sounds like a answer from chatgpt and does not actually focus on my problem. The GPU is already passed-through to the VM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Jansen,
We appreciate your patience.
After investigating this matter we can confirm that Intel® Arc™ A-Series discrete graphics family does not support virtualization. Here is information about which graphics virtualization technology is supported on each Intel® graphics family.
Best regards,
Jean O.
Intel Customer Support Technician
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Jansen,
I hope you are doing fine.
I have not heard back from you. So I will close this thread. If you need any additional information, submit a new question, as this thread will no longer be monitored.
Best regards.
Jean O.
Intel Customer Support Technician.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In my Rocky Linux 9 host with Intel Arc 750 card loaded with vfio-pci (including audio and other hw addr of the card, checked by lspci -vnn), Window guest will boot flawlessly with cables always plugged. However, the host cannot handle a guest reboot. The situation also happens with a Radeon GPU, but they have a open source solution https://github.com/gnif/vendor-reset. Hope Intel can develop such a solution as well.
A PCI-E GPU passthrough to a single VM should not require GVT-g, it should be a VT-d feature.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If I passthrough only the video card and not the audio device, the card host survives reboots
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page