diff options
author | Cédric Le Goater | 2019-03-07 23:35:40 +0100 |
---|---|---|
committer | David Gibson | 2019-03-12 04:33:04 +0100 |
commit | 8207b90604b60fb70e6c99adcabe9424a7fc90d1 (patch) | |
tree | 5860be0baa6483c575f589f272feabbd7459f9ef /include/hw/ppc/pnv_lpc.h | |
parent | ppc/pnv: add a LPC Controller model for POWER9 (diff) | |
download | qemu-8207b90604b60fb70e6c99adcabe9424a7fc90d1.tar.gz qemu-8207b90604b60fb70e6c99adcabe9424a7fc90d1.tar.xz qemu-8207b90604b60fb70e6c99adcabe9424a7fc90d1.zip |
ppc/pnv: add SerIRQ routing registers
This is just a simple reminder that SerIRQ routing should be
addressed.
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Message-Id: <20190307223548.20516-8-clg@kaod.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'include/hw/ppc/pnv_lpc.h')
-rw-r--r-- | include/hw/ppc/pnv_lpc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hw/ppc/pnv_lpc.h b/include/hw/ppc/pnv_lpc.h index 242b18081c..413579792e 100644 --- a/include/hw/ppc/pnv_lpc.h +++ b/include/hw/ppc/pnv_lpc.h @@ -55,6 +55,8 @@ typedef struct PnvLpcController { MemoryRegion opb_master_regs; /* OPB Master LS registers */ + uint32_t opb_irq_route0; + uint32_t opb_irq_route1; uint32_t opb_irq_stat; uint32_t opb_irq_mask; uint32_t opb_irq_pol; |