[PATCH 17/17] KVM: PPC: MPIC: Restrict to e500 platforms

2013-04-19 Thread Alexander Graf
The code as is doesn't make any sense on non-e500 platforms. Restrict it there, so that people don't get wrong ideas on what would actually work. This patch should get reverted as soon as it's possible to either run e500 guests on non-e500 hosts or the MPIC emulation gains support for non-e500 mod

Re: [PATCH 17/17] KVM: PPC: MPIC: Restrict to e500 platforms

2013-04-18 Thread Alexander Graf
On 18.04.2013, at 16:29, Scott Wood wrote: > On 04/18/2013 09:11:57 AM, Alexander Graf wrote: >> The code as is doesn't make any sense on non-e500 platforms. > > Why? What actually breaks? It broke even compiling, because book3s doesn't provide anything for EPR for example. I fixed up the iss

Re: [PATCH 17/17] KVM: PPC: MPIC: Restrict to e500 platforms

2013-04-18 Thread Scott Wood
On 04/18/2013 09:11:57 AM, Alexander Graf wrote: The code as is doesn't make any sense on non-e500 platforms. Why? What actually breaks? You never answered my earlier question about whether 74xx is supported. MPC86xx is 74xx-derived and has an FSL MPIC. Plus, as pointed out earlier, this

[PATCH 17/17] KVM: PPC: MPIC: Restrict to e500 platforms

2013-04-18 Thread Alexander Graf
The code as is doesn't make any sense on non-e500 platforms. Restrict it there, so that people don't get wrong ideas on what would actually work. This patch should get reverted as soon as it's possible to either run e500 guests on non-e500 hosts or the MPIC emulation gains support for non-e500 mod