]> Git Repo - qemu.git/commit
ppc/spapr: Fix FWNMI machine check interrupt delivery
authorNicholas Piggin <[email protected]>
Mon, 16 Mar 2020 14:26:09 +0000 (00:26 +1000)
committerDavid Gibson <[email protected]>
Tue, 17 Mar 2020 06:00:22 +0000 (17:00 +1100)
commitad77c6ca0c63e39eb6ded9c1a761eaa16b21b7f9
treed89cfac84119d9b337334545af27fb2dd34a5fc4
parentedfdbf9c6baf6f8dc17842bd300cd2dd78d5f0d4
ppc/spapr: Fix FWNMI machine check interrupt delivery

FWNMI machine check delivery misses a few things that will make it fail
with TCG at least (which we would like to allow in future to improve
testing).

It's not nice to scatter interrupt delivery logic around the tree, so
move it to excp_helper.c and share code where possible.

Signed-off-by: Nicholas Piggin <[email protected]>
Message-Id: <20200316142613[email protected]>
Signed-off-by: David Gibson <[email protected]>
hw/ppc/spapr_events.c
target/ppc/cpu.h
target/ppc/excp_helper.c
This page took 0.026466 seconds and 4 git commands to generate.