[PATCH v1 0/1] hw/arm: versal: Use nr_apu_cpus in favor of hard coding 2

Edgar E. Iglesias posted 1 patch 3 years, 2 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210210142048.3125878-1-edgar.iglesias@gmail.com
Maintainers: "Edgar E. Iglesias" <edgar.iglesias@gmail.com>, Peter Maydell <peter.maydell@linaro.org>, Alistair Francis <alistair@alistair23.me>
hw/arm/xlnx-versal.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH v1 0/1] hw/arm: versal: Use nr_apu_cpus in favor of hard coding 2
Posted by Edgar E. Iglesias 3 years, 2 months ago
From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com>

This is a minor clean-up making it a little easier to play around
with different CPU configurations.

Cheers,
Edgar

Edgar E. Iglesias (1):
  hw/arm: versal: Use nr_apu_cpus in favor of hard coding 2

 hw/arm/xlnx-versal.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.25.1


Re: [PATCH v1 0/1] hw/arm: versal: Use nr_apu_cpus in favor of hard coding 2
Posted by Peter Maydell 3 years, 2 months ago
On Wed, 10 Feb 2021 at 14:20, Edgar E. Iglesias
<edgar.iglesias@gmail.com> wrote:
>
> From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com>
>
> This is a minor clean-up making it a little easier to play around
> with different CPU configurations.
>
> Cheers,
> Edgar
>
> Edgar E. Iglesias (1):
>   hw/arm: versal: Use nr_apu_cpus in favor of hard coding 2

Applied to target-arm.next, thanks.
PS: you don't really need a cover letter for single patches...

-- PMM