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

As the code is designed for re-entrant calls from raven_io_ops to
pci-conf, mark raven_io_ops as reentrancy-safe.

Signed-off-by: Alexander Bulekov <alxndr@bu.edu>
Message-Id: <20230427211013.2994127-8-alxndr@bu.edu>
Signed-off-by: Thomas Huth <thuth@redhat.com>
(cherry picked from commit 6dad5a6810d9c60ca320d01276f6133bbcfa1fc7)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/pci-host/raven.c