Re: [PATCH 1/3] vfio/pci: declare generic quirks in a new header file

2025-01-01 Thread Tomita Moeko
On 12/31/24 23:19, Tomita Moeko wrote: > Declare generic vfio_generic_{window_address,window_data,mirror}_quirk > in newly created pci_quirks.h so that they can be used elsewhere, like > igd.c. > > Signed-off-by: Tomita Moeko > --- > hw/vfio/pci-quirks.c | 59 -

[PATCH 1/3] vfio/pci: declare generic quirks in a new header file

2024-12-31 Thread Tomita Moeko
Declare generic vfio_generic_{window_address,window_data,mirror}_quirk in newly created pci_quirks.h so that they can be used elsewhere, like igd.c. Signed-off-by: Tomita Moeko --- hw/vfio/pci-quirks.c | 59 hw/vfio/pci-quirks.h | 71 +