qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH for-7.1 08/18] hw/arm/exynos4210: Put external GIC into state


From: Richard Henderson
Subject: Re: [PATCH for-7.1 08/18] hw/arm/exynos4210: Put external GIC into state struct
Date: Wed, 6 Apr 2022 08:50:09 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0

On 4/4/22 10:46, Peter Maydell wrote:
Switch the creation of the external GIC to the new-style "embedded in
state struct" approach, so we can easily refer to the object
elsewhere during realize.

Signed-off-by: Peter Maydell<peter.maydell@linaro.org>
---
  include/hw/arm/exynos4210.h      |  2 ++
  include/hw/intc/exynos4210_gic.h | 43 ++++++++++++++++++++++++++++++++
  hw/arm/exynos4210.c              | 10 ++++----
  hw/intc/exynos4210_gic.c         | 17 ++-----------
  MAINTAINERS                      |  2 +-
  5 files changed, 53 insertions(+), 21 deletions(-)
  create mode 100644 include/hw/intc/exynos4210_gic.h

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]