apb_pci: convert PCI space to memory API
commitf69539b14bdba7a5cd22e1f4bed439b476b17286
authorBlue Swirl <blauwirbel@gmail.com>
Sat, 3 Sep 2011 16:38:02 +0000 (3 16:38 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 4 Sep 2011 09:28:04 +0000 (4 09:28 +0000)
tree95e4e000537e39cb82ee286076f17f2346dc5137
parent962d4b2834e6a3b37784391a906b5fe2a7e96b74
apb_pci: convert PCI space to memory API

Add a new memory space for PCI instead of using system memory.

This also fixes a bug where VGA region vga.chain4 is
accidentally mapped to 0xa0000 instead of 0x1ff000a0000.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
hw/apb_pci.c