Re: [PATCH v2 0/3] vfio/igd: VFIOConfigMirrorQuirk for igd mirrored registers

2025-01-16 Thread Cédric Le Goater
On 1/4/25 16:42, Tomita Moeko wrote: In commit 1a2623b5c9e7 ("vfio/igd: add macro for declaring mirrored registers"), I introduced a macro to handle mirrored registers in igd bar0. However, using the existing VFIOConfigMirrorQuirk should be a better approach I think after going through the vfio c

Re: [PATCH v2 0/3] vfio/igd: VFIOConfigMirrorQuirk for igd mirrored registers

2025-01-16 Thread Alex Williamson
On Sat, 4 Jan 2025 23:42:15 +0800 Tomita Moeko wrote: > In commit 1a2623b5c9e7 ("vfio/igd: add macro for declaring mirrored > registers"), I introduced a macro to handle mirrored registers in igd > bar0. However, using the existing VFIOConfigMirrorQuirk should be a > better approach I think afte

[PATCH v2 0/3] vfio/igd: VFIOConfigMirrorQuirk for igd mirrored registers

2025-01-04 Thread Tomita Moeko
In commit 1a2623b5c9e7 ("vfio/igd: add macro for declaring mirrored registers"), I introduced a macro to handle mirrored registers in igd bar0. However, using the existing VFIOConfigMirrorQuirk should be a better approach I think after going through the vfio code. This patch set introduces a new h