]> git.ipfire.org Git - thirdparty/qemu.git/commit
pnv_lpc: disable reentrancy detection for lpc-hc
authorAlexander Bulekov <alxndr@bu.edu>
Fri, 26 May 2023 07:38:50 +0000 (09:38 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Sun, 10 Sep 2023 16:38:01 +0000 (19:38 +0300)
commite7f12ce43d9fc6016c1f12d49bcb5e024663d7ad
tree70a29e8dece2fe98748c36010cb89cca84677a22
parent48c04e42f033bf2e717052d99192fada589d62b3
pnv_lpc: disable reentrancy detection for lpc-hc

As lpc-hc is designed for re-entrant calls from xscom, mark it
re-entrancy safe.

Reported-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Alexander Bulekov <alxndr@bu.edu>
[clg: mark opb_master_regs as re-entrancy safe also ]
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Frederic Barrat <fbarrat@linux.ibm.com>
Tested-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20230526073850.2772197-1-clg@kaod.org>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
(cherry picked from commit 76f9ebffcd41b62ae9ec26a1c25676f2ae1d9cc3)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/ppc/pnv_lpc.c