Thanks for the comments, Ill make a new patch with a `vfio_is_display`
function`,
should I still change all uses of the `vfio_is_vga` function to use that one
even if the other quirks aren't needed in that configuration?
ma 19.5.2025 klo 20.28 Tomita Moeko (tomitamo...@gmail.com) kirjoitti:
> On
On 5/20/25 01:15, Alex Williamson wrote:
> [Please Cc maintainers - added here]
>
> On Mon, 19 May 2025 18:08:39 +0300
> Qwinci wrote:
>
>> Change the IGD detection logic to also accept gpus with
>> PCI_CLASS_DISPLAY_OTHER class which is used if the igpu is not
>> set as the primary boot gpu.
>>
[Please Cc maintainers - added here]
On Mon, 19 May 2025 18:08:39 +0300
Qwinci wrote:
> Change the IGD detection logic to also accept gpus with
> PCI_CLASS_DISPLAY_OTHER class which is used if the igpu is not
> set as the primary boot gpu.
>
> Signed-off-by: Qwinci
> ---
> hw/vfio/igd.c | 16
Change the IGD detection logic to also accept gpus with
PCI_CLASS_DISPLAY_OTHER class which is used if the igpu is not
set as the primary boot gpu.
Signed-off-by: Qwinci
---
hw/vfio/igd.c | 16 +---
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/hw/vfio/igd.c b/hw/vfi