]> git.proxmox.com Git - mirror_qemu.git/commit - hw/ppc/e500.c
e500: Adding CCSR memory region
authorBharat Bhushan <r65777@freescale.com>
Wed, 10 Oct 2012 04:28:27 +0000 (04:28 +0000)
committerAlexander Graf <agraf@suse.de>
Fri, 14 Dec 2012 12:12:54 +0000 (13:12 +0100)
commitdffb1dc29fb364aaafc41b34100a06517d7f065e
treee1082531680a7b92780c3a5f7cef54a3be9ea0e6
parent4fd50339c0b55fa6387fa3c28f755c306997064c
e500: Adding CCSR memory region

All devices are also placed under CCSR memory region.
The CCSR memory region is exported to pci device. The MSI interrupt
generation is the main reason to export the CCSR region to PCI device.
This put the requirement to move mpic under CCSR region, but logically
all devices should be under CCSR. So this patch places all emulated
devices under ccsr region.

Signed-off-by: Bharat Bhushan <bharat.bhushan@freescale.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
hw/ppc/e500.c