[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-stable] [Qemu-arm] [PATCH v4 1/2] arm_gicv3_kvm: kvm_dist_get/
From: |
Peter Maydell |
Subject: |
Re: [Qemu-stable] [Qemu-arm] [PATCH v4 1/2] arm_gicv3_kvm: kvm_dist_get/put_priority: skip the registers banked by GICR_IPRIORITYR |
Date: |
Tue, 29 May 2018 15:20:19 +0100 |
On 25 May 2018 at 12:22, Shannon Zhao <address@hidden> wrote:
> While for_each_dist_irq_reg loop starts from GIC_INTERNAL, it forgot to
> offset the date array and index. This will overlap the GICR registers
> value and leave the last GIC_INTERNAL irq's registers out of update.
>
> Fixes: 367b9f527becdd20ddf116e17a3c0c2bbc486920
> Cc: address@hidden
> Signed-off-by: Shannon Zhao <address@hidden>
> ---
> hw/intc/arm_gicv3_kvm.c | 18 ++++++++++++++++--
> 1 file changed, 16 insertions(+), 2 deletions(-)
>
Reviewed-by: Peter Maydell <address@hidden>
thanks
-- PMM