On Thu, May 08, 2025 at 03:35:46PM +0200, Philippe Mathieu-Daudé wrote: > Date: Thu, 8 May 2025 15:35:46 +0200 > From: Philippe Mathieu-Daudé <phi...@linaro.org> > Subject: [PATCH v4 23/27] hw/i386/intel_iommu: Remove > IntelIOMMUState::buggy_eim field > X-Mailer: git-send-email 2.47.1 > > The IntelIOMMUState::buggy_eim boolean was only set in > the hw_compat_2_7[] array, via the 'x-buggy-eim=true' > property. We removed all machines using that array, lets > remove that property, simplifying vtd_decide_config(). > > Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> > Reviewed-by: Mark Cave-Ayland <mark.caveayl...@nutanix.com> > --- > include/hw/i386/intel_iommu.h | 1 - > hw/i386/intel_iommu.c | 5 ++--- > 2 files changed, 2 insertions(+), 4 deletions(-)
This property has a good name :-) Reviewed-by: Zhao Liu <zhao1....@intel.com>