target/ppc: allow ppc_cpu_do_system_reset to take an alternate vector
authorNicholas Piggin <npiggin@gmail.com>
Mon, 16 Mar 2020 14:26:11 +0000 (00:26 +1000)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 17 Mar 2020 06:00:22 +0000 (17:00 +1100)
commit9aa25280708a066e4920e8348091318f542fd19d
treea42a6f238513ead427f39d202ae7f23be3f11583
parent89ba45652b0ce41e96ebf7108cfca0906201a967
target/ppc: allow ppc_cpu_do_system_reset to take an alternate vector

Provide for an alternate delivery location, -1 defaults to the
architected address.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Message-Id: <20200316142613.121089-7-npiggin@gmail.com>
Reviewed-by: Greg Kurz <groug@kaod.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/spapr.c
target/ppc/cpu.h
target/ppc/excp_helper.c