]> 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>
Mon, 11 Sep 2023 07:53:50 +0000 (10:53 +0300)
commitbf202262e55bdf2adae70f67910c16cf0ed3bde1
treef89a6f487caa10b5abf9215ff78301221290bba4
parentc34e604bf6b887bed8b2788d42e756151d912fa9
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