mbox series

[0/3] Some trivial fixes

Message ID 20200413091552.62748-1-zhukeqian1@huawei.com
Headers show
Series Some trivial fixes | expand

Message

Keqian Zhu April 13, 2020, 9:15 a.m. UTC
Hi all,

This patch-set contains trivial bugfix and typo fix.

Thanks,
Keqian

Keqian Zhu (3):
  bugfix: Use gicr_typer in arm_gicv3_icc_reset
  intc/gicv3_kvm: use kvm_gicc_access to get ICC_CTLR_EL1
  Typo: Correct the name of CPU hotplug memory region

 hw/acpi/cpu.c           | 2 +-
 hw/intc/arm_gicv3_kvm.c | 7 ++-----
 2 files changed, 3 insertions(+), 6 deletions(-)

Comments

Peter Maydell April 17, 2020, 11:10 a.m. UTC | #1
On Mon, 13 Apr 2020 at 10:18, Keqian Zhu <zhukeqian1@huawei.com> wrote:
>
> Hi all,
>
> This patch-set contains trivial bugfix and typo fix.
>
> Thanks,
> Keqian
>
> Keqian Zhu (3):
>   bugfix: Use gicr_typer in arm_gicv3_icc_reset
>   intc/gicv3_kvm: use kvm_gicc_access to get ICC_CTLR_EL1
>   Typo: Correct the name of CPU hotplug memory region

Thanks for these fixes; I've applied 1 and 3 to target-arm.next
for 5.1. I don't think we should apply patch 2 (I've followed
up to that explaining my thinking.)

-- PMM