Hi,
I followed few forum posts and wiki entries to pass from my host to windows 10 based gest intel integrated graphics card to be used as quick sync encoder, since then almost every day host crashes in a way that is not even accessible by network.
Most of the time last entires in log before crash are:
Grub:
modules:
Host version:
Windows 10 guest has latests Intel drivers and HW acceleration works on guest. Did any one had similar issues and resolved them?
I followed few forum posts and wiki entries to pass from my host to windows 10 based gest intel integrated graphics card to be used as quick sync encoder, since then almost every day host crashes in a way that is not even accessible by network.
Most of the time last entires in log before crash are:
Code:
Oct 29 03:15:34 pve kernel: i915 0000:00:02.0: [drm] Resetting rcs0 for preemption time out
Oct 29 03:15:34 pve kernel: i915 0000:00:02.0: [drm] *ERROR* rcs0 reset request timed out: {request: 00000001, RESET_CTL: 00000001}
Oct 29 03:15:34 pve kernel: i915 0000:00:02.0: [drm] GPU HANG: ecode 9:1:85dffffa
Grub:
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt i915.enable_gvt=1 i915.alpha_support=1 drm.debug=0 i915.enable_guc=0 video=efifb:off,vesafb:off"
modules:
Code:
root@pve:~# cat /etc/modules
vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
kvmgt
exngt
vfio-mdev
Code:
root@pve:~# cat /etc/modprobe.d/kvm.conf
options kvm ignore_msrs=1
Host version:
Code:
root@pve:~# uname -a
Linux pve 5.11.22-4-pve #1 SMP PVE 5.11.22-8 (Fri, 27 Aug 2021 11:51:34 +0200) x86_64 GNU/Linux
Windows 10 guest has latests Intel drivers and HW acceleration works on guest. Did any one had similar issues and resolved them?