apb_pci: convert PCI space to memory API
authorBlue Swirl <blauwirbel@gmail.com>
Sat, 3 Sep 2011 16:38:02 +0000 (16:38 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 4 Sep 2011 09:28:04 +0000 (09:28 +0000)
commitb90d57c400f1ecfe3dfd9ae674f796ee8f12d70b
tree95e4e000537e39cb82ee286076f17f2346dc5137
parent389a914a3841b10cfca9be569fa4dfd7ffd70f35
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