mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
ppc/pnv: fix LPC HC firmware address space
A specific MemoryRegion is required for the LPC HC Firmware address space. Signed-off-by: Cédric Le Goater <clg@kaod.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
a4261be172
commit
d61c285703
2 changed files with 4 additions and 1 deletions
|
@ -38,6 +38,7 @@ typedef struct PnvLpcController {
|
|||
/* ISA IO and Memory space */
|
||||
MemoryRegion isa_io;
|
||||
MemoryRegion isa_mem;
|
||||
MemoryRegion isa_fw;
|
||||
|
||||
/* Windows from OPB to ISA (aliases) */
|
||||
MemoryRegion opb_isa_io;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue