Re: [Qemu-devel] [PATCH 07/23] PPC: Remove cINT code from MPIC

2011-07-21 Thread Alexander Graf
On 21.07.2011, at 18:49, Scott Wood wrote: > On Thu, 21 Jul 2011 03:27:18 +0200 > Alexander Graf wrote: > >> The current code treats some bits in IDE as special for critical interrupts. >> While there is logic to route interrupts as critical, that happens through >> a different register. So for

Re: [Qemu-devel] [PATCH 07/23] PPC: Remove cINT code from MPIC

2011-07-21 Thread Scott Wood
On Thu, 21 Jul 2011 03:27:18 +0200 Alexander Graf wrote: > The current code treats some bits in IDE as special for critical interrupts. > While there is logic to route interrupts as critical, that happens through > a different register. So for now I'm just removing the check to enable up to > 32

[Qemu-devel] [PATCH 07/23] PPC: Remove cINT code from MPIC

2011-07-20 Thread Alexander Graf
The current code treats some bits in IDE as special for critical interrupts. While there is logic to route interrupts as critical, that happens through a different register. So for now I'm just removing the check to enable up to 32 virtual CPUs. Signed-off-by: Alexander Graf --- hw/openpic.c |