[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 05/28] PPC: Set MPIC IDE for IPI to 0
From: |
Alexander Graf |
Subject: |
Re: [Qemu-devel] [PATCH 05/28] PPC: Set MPIC IDE for IPI to 0 |
Date: |
Mon, 25 Jul 2011 10:50:11 +0200 |
On 25.07.2011, at 10:46, Elie Richa wrote:
>
>
> On 07/23/2011 12:49 PM, Alexander Graf wrote:
>> @@ -1304,6 +1304,10 @@ static void mpic_reset (void *opaque)
>> mpp->src[i].ipvp = 0x80800000;
>> mpp->src[i].ide = 0x00000001;
>> }
>> + /* Set IDE for IPIs to 0 so we don't get spurious interrupts */
>> + for (i = mpp->irq_ipi0; i< MAX_IPI; i++) {
>
> I suppose you meant i < mpp->irq_ipi0 + MAX_IPI in that loop condition right?
> ;)
Ouch. How did that happen? :)
Alex
- [Qemu-devel] [PATCH 13/28] PPC: KVM: Add generic function to read host clockfreq, (continued)
- [Qemu-devel] [PATCH 18/28] PPC: KVM: Add stubs for kvm helper functions, Alexander Graf, 2011/07/23
- [Qemu-devel] [PATCH 11/28] device tree: add nop_node, Alexander Graf, 2011/07/23
- [Qemu-devel] [PATCH 05/28] PPC: Set MPIC IDE for IPI to 0, Alexander Graf, 2011/07/23
- [Qemu-devel] [PATCH 28/28] PPC: E500: Bump CPU count to 15, Alexander Graf, 2011/07/23
- [Qemu-devel] [PATCH 25/28] device tree: give dt more size, Alexander Graf, 2011/07/23
- [Qemu-devel] [PATCH 03/28] PPC: Extend MPIC MMIO range, Alexander Graf, 2011/07/23
- [Qemu-devel] [PATCH 24/28] device tree: dont fail operations, Alexander Graf, 2011/07/23
- [Qemu-devel] [PATCH 04/28] PPC: Fix IPI support in MPIC, Alexander Graf, 2011/07/23
- [Qemu-devel] [PATCH 02/28] PPC: Add CPU local MMIO regions to MPIC, Alexander Graf, 2011/07/23
- [Qemu-devel] [PATCH 23/28] device tree: add add_subnode command, Alexander Graf, 2011/07/23
- [Qemu-devel] [PATCH 22/28] PPC: E500: Update cpu-release-addr property in cpu nodes, Alexander Graf, 2011/07/23
- [Qemu-devel] [PATCH 17/28] PPC: KVM: Remove kvmppc_read_host_property, Alexander Graf, 2011/07/23
- [Qemu-devel] [PATCH 07/28] PPC: MPIC: Fix CI bit definitions, Alexander Graf, 2011/07/23