Re: [Qemu-devel] [PATCH 1/2] e500: Adding CCSR memory region

2012-10-03 Thread Alexander Graf
On 03.10.2012, at 14:16, Bhushan Bharat-R65777 wrote: > > >> -Original Message- >> From: Alexander Graf [mailto:ag...@suse.de] >> Sent: Wednesday, October 03, 2012 5:39 PM >> To: Bhushan Bharat-R65777 >> Cc: qemu-devel@nongnu.org; qemu-...@nongnu.org; Bhushan Bharat-R65777 >> Subject: R

Re: [Qemu-devel] [PATCH 1/2] e500: Adding CCSR memory region

2012-10-03 Thread Bhushan Bharat-R65777
> -Original Message- > From: Alexander Graf [mailto:ag...@suse.de] > Sent: Wednesday, October 03, 2012 5:39 PM > To: Bhushan Bharat-R65777 > Cc: qemu-devel@nongnu.org; qemu-...@nongnu.org; Bhushan Bharat-R65777 > Subject: Re: [PATCH 1/2] e500: Adding CCSR memory region > > > On 03.10.20

Re: [Qemu-devel] [PATCH 1/2] e500: Adding CCSR memory region

2012-10-03 Thread Alexander Graf
On 03.10.2012, at 13:49, Bharat Bhushan wrote: > 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

[Qemu-devel] [PATCH 1/2] e500: Adding CCSR memory region

2012-10-03 Thread Bharat Bhushan
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. S