On 06/11/2019 13.47, Nitesh Narayan Lal wrote:
This patch tests the physical destination mode by sending an
interrupt to one of the vcpus and logical destination mode by
sending an interrupt to more than one vcpus.
Signed-off-by: Nitesh Narayan Lal <nitesh@xxxxxxxxxx>
---
x86/ioapic.c | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 65 insertions(+)
Hi,
I think this patch likely broke the possibility to run the ioapic test
under TCG (it was still working some weeks ago):
https://gitlab.com/huth/kvm-unit-tests/-/jobs/363553211#L1815
Do you care about this test to be runnable under TCG, or shall I simply
cook a patch to disable it in the gitlab CI?
Thomas