OSDN Git Service

raven: disable reentrancy detection for iomem
authorAlexander Bulekov <alxndr@bu.edu>
Thu, 27 Apr 2023 21:10:12 +0000 (17:10 -0400)
committerThomas Huth <thuth@redhat.com>
Fri, 28 Apr 2023 09:31:54 +0000 (11:31 +0200)
commit6dad5a6810d9c60ca320d01276f6133bbcfa1fc7
tree43dea22af3f6c3375b0d226d69ea2c0624649ea2
parent985c4a4e547afb9573b6bd6843d20eb2c3d1d1cd
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>
hw/pci-host/raven.c