diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2012-10-29 17:24:57 +0000 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2012-11-01 13:02:21 +0100 |
commit | a3cfa18eb075c7ef78358ca1956fe7b01caa1724 (patch) | |
tree | 622a8d4a7789c07d041d8eb9081a5f47a8c11fff /hw/spapr_pci.h | |
parent | 286d52ebfc0d0d53c2a878e454292fea14bad41b (diff) |
Revert "PPC: pseries: Remove hack for PIO window"
This reverts commit a178274efabcbbc5d44805b51def874e47051325.
Contrary to that commit's message, the users of old_portio are not all
gone. In particular VGA still uses it via portio_list_add().
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'hw/spapr_pci.h')
-rw-r--r-- | hw/spapr_pci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/spapr_pci.h b/hw/spapr_pci.h index a77d7d5448..e307ac8035 100644 --- a/hw/spapr_pci.h +++ b/hw/spapr_pci.h @@ -44,7 +44,7 @@ typedef struct sPAPRPHBState { MemoryRegion memspace, iospace; hwaddr mem_win_addr, mem_win_size, io_win_addr, io_win_size; hwaddr msi_win_addr; - MemoryRegion memwindow, msiwindow; + MemoryRegion memwindow, iowindow, msiwindow; uint32_t dma_liobn; uint64_t dma_window_start; |