Re: [PATCH] vfio/igd: Support non-boot gpus

2025-05-19 Thread Visa
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

Re: [PATCH] vfio/igd: Support non-boot gpus

2025-05-19 Thread Tomita Moeko
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. >>

Re: [PATCH] vfio/igd: Support non-boot gpus

2025-05-19 Thread Alex Williamson
[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

[PATCH] vfio/igd: Support non-boot gpus

2025-05-19 Thread Qwinci
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