Documentation/gpu/hydcu-fixup-header.rst
0 → 100644
+13
−0
+8
−0
+1
−0
+3
−0
Loading
Merge Pull Request from: @hanliyang Support Hygon DCU passthrough to VMs issue: https://gitee.com/open_euler/dashboard?issue_id=I98WRI Hygon DCU doesn't support to control to reset. When using the vfio-pci driver for PCI device passthru, the vfio-pci driver code will initialize the device, including the reset device process, but if the passthru device is a Hygon DCU, the VMM will not work properly. In order to solve this problem, the hydcu-fixup-header driver is introduced, the PCI_DEV_FLAGS_NO_BUS_RESET flag will be set to the Hygon DCU to indicate that the device is not resettable. Link:https://gitee.com/openeuler/kernel/pulls/5262 Reviewed-by:Liu Chao <liuchao173@huawei.com> Signed-off-by:
Zhang Peng <zhangpeng362@huawei.com>