On 21/04/2023 16.27, Alexander Bulekov wrote:
As the code is designed for re-entrant calls from bcm2835_property to bcm2835_mbox and back into bcm2835_property, mark iomem as reentrancy-safe.Signed-off-by: Alexander Bulekov <alx...@bu.edu> --- hw/misc/bcm2835_property.c | 7 +++++++ 1 file changed, 7 insertions(+)
Reviewed-by: Thomas Huth <th...@redhat.com>