lsi53c895a: disable reentrancy detection for script RAM
authorAlexander Bulekov <alxndr@bu.edu>
Thu, 27 Apr 2023 21:10:10 +0000 (17:10 -0400)
committerThomas Huth <thuth@redhat.com>
Fri, 28 Apr 2023 09:31:54 +0000 (11:31 +0200)
commitbfd6e7ae6a72b84e2eb9574f56e6ec037f05182c
tree1433ed02a5206818b6a8e4a3a48d0a070010b924
parentf63192b0544af5d3e4d5edfd85ab520fcf671377
lsi53c895a: disable reentrancy detection for script RAM

As the code is designed to use the memory APIs to access the script ram,
disable reentrancy checks for the pseudo-RAM ram_io MemoryRegion.

In the future, ram_io may be converted from an IO to a proper RAM MemoryRegion.

Reported-by: Fiona Ebner <f.ebner@proxmox.com>
Signed-off-by: Alexander Bulekov <alxndr@bu.edu>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Darren Kenny <darren.kenny@oracle.com>
Message-Id: <20230427211013.2994127-6-alxndr@bu.edu>
Signed-off-by: Thomas Huth <thuth@redhat.com>
hw/scsi/lsi53c895a.c