intel / gvt-linux

Other
509 stars 95 forks source link

Goldmont plus / Gemini Lake support #124

Closed blablatros closed 3 years ago

blablatros commented 4 years ago

Are there plans to support Goldmont plus / Gemini Lake platform?

blablatros commented 4 years ago

Any update on this?

blablatros commented 4 years ago

I bought a J4105 based board (goldmontplus).

modprobe kvmgt yields modprobe: ERROR: could not insert 'kvmgt': No such device

dmesg | grep -i gvt output:

[ 0.000000] Command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=/dev/lvm_vg_0/lvm_lv_arch i915.enable_gvt=1 [ 0.351602] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=/dev/lvm_vg_0/lvm_lv_arch i915.enable_gvt=1 [ 1.936849] [drm] Unsupported device. GVT-g is disabled

I suppose the J4105 is not supported. Are there plans to support it?

struthio commented 4 years ago

Its bad that J4105 is not supported. I see boards with this chip available too bad it doesn't have this virtualization. Such setup will be perfect for small homelab.

BankaiNoJutsu commented 4 years ago

You can check this file, I believe that from an arch point it shows the allowed/supported ones at load.

https://github.com/intel/gvt-linux/blob/gvt-staging/drivers/gpu/drm/i915/intel_gvt.c

Saddly my J5005 NUC doesn't work either. https://github.com/intel/gvt-linux/issues/64 (I see you already asked there as well)

TerrenceXu commented 3 years ago

duplicate to #64