mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
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>
This commit is contained in:
parent
15376c66fa
commit
8207b90604
2 changed files with 16 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue