Hello,
On 5/19/25 02:01, edmund.raile wrote:
Restore SR-IOV Intel iGPU VF passthrough capability:
Check x-igd-opregion=off parameter in vfio_pci_igd_config_quirk and
vfio_pci_kvmgt_config_quirk to ensure x-igd-opregion=off is
respected despite subsequent attempt of automatic
IGD opregion detection.
Fixes: 7be29f2f1a3f ("Merge tag 'pull-vfio-20250509' of
https://github.com/legoater/qemu into staging")
Can you bisect to a specific commit from the merge? The merge may be
where the issue was introduced to mainline, but the merge commit itself
is more than likely not the source of the issue. Thanks,
Alex
I have to admit, I have no idea how to pluck apart
that merge pull using git.
Please use git-bisect. The manual contains enough information to get
you on the right track.
Thanks,
C.