ppc/spapr: Implement FWNMI System Reset delivery
authorNicholas Piggin <npiggin@gmail.com>
Mon, 16 Mar 2020 14:26:12 +0000 (00:26 +1000)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 17 Mar 2020 06:00:22 +0000 (17:00 +1100)
commit0e236d347790b1d938909207d5db101ab705fdd4
treea34224475011fffc6ef989e81795ab9dbde219ae
parent9aa25280708a066e4920e8348091318f542fd19d
ppc/spapr: Implement FWNMI System Reset delivery

PAPR requires that if "ibm,nmi-register" succeeds, then the hypervisor
delivers all system reset and machine check exceptions to the registered
addresses.

System Resets are delivered with registers set to the architected state,
and with no interlock.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Message-Id: <20200316142613.121089-8-npiggin@gmail.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/spapr.c