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

2025-01-03 Thread Alex Williamson
On Tue, 31 Dec 2024 23:19:53 +0800 Tomita Moeko wrote: > With the introduction of config_offset field, VFIOConfigMirrorQuirk can > now be used for those mirrored register in igd bar0. This eliminates > the need for the macro intoduced in 1a2623b5c9e7 ("vfio/igd: add macro > for declaring mirrored

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

2024-12-31 Thread Tomita Moeko
With the introduction of config_offset field, VFIOConfigMirrorQuirk can now be used for those mirrored register in igd bar0. This eliminates the need for the macro intoduced in 1a2623b5c9e7 ("vfio/igd: add macro for declaring mirrored registers"). Signed-off-by: Tomita Moeko --- hw/vfio/igd.c |