mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
ppc: Rework POWER7 & POWER8 exception model
From: Benjamin Herrenschmidt <benh@kernel.crashing.org> This patch fixes the current AIL implementation for POWER8. The interrupt vector address can be calculated directly from LPCR when the exception is handled. The excp_prefix update becomes useless and we can cleanup the H_SET_MODE hcall. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> [clg: Removed LPES0/1 handling for HV vs. !HV Fixed LPCR_ILE case for POWERPC_EXCP_POWER8 ] Signed-off-by: Cédric Le Goater <clg@fr.ibm.com> [dwg: This was written as a cleanup, but it also fixes a real bug where setting an alternative interrupt location would not be correctly migrated] Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
2e3a76ae3e
commit
5c94b2a5e5
5 changed files with 59 additions and 23 deletions
|
@ -204,11 +204,6 @@ struct sPAPRMachineState {
|
|||
#define H_SET_MODE_ENDIAN_BIG 0
|
||||
#define H_SET_MODE_ENDIAN_LITTLE 1
|
||||
|
||||
/* Flags for H_SET_MODE_RESOURCE_ADDR_TRANS_MODE */
|
||||
#define H_SET_MODE_ADDR_TRANS_NONE 0
|
||||
#define H_SET_MODE_ADDR_TRANS_0001_8000 2
|
||||
#define H_SET_MODE_ADDR_TRANS_C000_0000_0000_4000 3
|
||||
|
||||
/* VASI States */
|
||||
#define H_VASI_INVALID 0
|
||||
#define H_VASI_ENABLED 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue