]> git.ipfire.org Git - thirdparty/qemu.git/commit
apic: disable reentrancy detection for apic-msi
authorAlexander Bulekov <alxndr@bu.edu>
Thu, 27 Apr 2023 21:10:13 +0000 (17:10 -0400)
committerMichael Tokarev <mjt@tls.msk.ru>
Sun, 10 Sep 2023 16:38:01 +0000 (19:38 +0300)
commit305ffdeca8d134e5982e18137fc369eb929b2059
tree10d06cea7f69c06f00f0e032b861d4d3f332f12c
parent151649da1b821809d016c03287301ee0f81596c4
apic: disable reentrancy detection for apic-msi

As the code is designed for re-entrant calls to apic-msi, mark apic-msi
as reentrancy-safe.

Signed-off-by: Alexander Bulekov <alxndr@bu.edu>
Reviewed-by: Darren Kenny <darren.kenny@oracle.com>
Message-Id: <20230427211013.2994127-9-alxndr@bu.edu>
Signed-off-by: Thomas Huth <thuth@redhat.com>
(cherry picked from commit 50795ee051a342c681a9b45671c552fbd6274db8)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/intc/apic.c