Re: [PATCH] apic: disable reentrancy detection for apic-msi

2023-04-27 Thread Darren Kenny
On Thursday, 2023-04-27 at 09:52:33 -04, Alexander Bulekov wrote: > As the code is designed for re-entrant calls to apic-msi, mark apic-msi > as reentrancy-safe. > > Signed-off-by: Alexander Bulekov Reviewed-by: Darren Kenny > --- > Based-on: <20230426161951.2948996-1-alx...@bu.edu> > > hw/int

[PATCH] apic: disable reentrancy detection for apic-msi

2023-04-27 Thread Alexander Bulekov
As the code is designed for re-entrant calls to apic-msi, mark apic-msi as reentrancy-safe. Signed-off-by: Alexander Bulekov --- Based-on: <20230426161951.2948996-1-alx...@bu.edu> hw/intc/apic.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/hw/intc/apic.c b/hw/intc/apic.c index 20b